Lines Matching defs:ReduceEntry
45 struct ReduceEntry { struct
46 uint16_t WideOpc; // Wide opcode
47 uint16_t NarrowOpc1; // Narrow opcode to transform to
48 uint16_t NarrowOpc2; // Narrow opcode when it's two-address
49 uint8_t Imm1Limit; // Limit of immediate field (bits)
50 uint8_t Imm2Limit; // Limit of immediate field when it's two-address
51 unsigned LowRegs1 : 1; // Only possible if low-registers are used
52 unsigned LowRegs2 : 1; // Only possible if low-registers are used (2addr)
53 unsigned PredCC1 : 2; // 0 - If predicated, cc is on and vice versa.
56 unsigned PredCC2 : 2;
57 unsigned PartFlag : 1; // 16-bit instruction does partial flag update
58 unsigned Special : 1; // Needs to be dealt with specially
59 unsigned AvoidMovs: 1; // Avoid movs with shifter operand (for Swift)