gccint: Insn Attributes

1 
1 17.19 Instruction Attributes
1 ============================
1 
1 In addition to describing the instruction supported by the target
1 machine, the 'md' file also defines a group of "attributes" and a set of
1 values for each.  Every generated insn is assigned a value for each
1 attribute.  One possible attribute would be the effect that the insn has
1 on the machine's condition code.  This attribute can then be used by
1 'NOTICE_UPDATE_CC' to track the condition codes.
1 

Menu