Searched defs:ReduceEntry (Results 1 – 2 of 2) sorted by relevance
87 struct ReduceEntry { struct89 enum ReduceType eRType; ///< Reduction type90 bool (*ReduceFunction)(96 ReduceEntry(enum ReduceType RType, struct OpCodes Op, in ReduceEntry() argument101 unsigned NarrowOpc() const { return Ops.NarrowOpc; } in NarrowOpc()102 unsigned WideOpc() const { return Ops.WideOpc; } in WideOpc()103 int16_t LBound() const { return Imm.LBound; } in LBound()104 int16_t HBound() const { return Imm.HBound; } in HBound()105 uint8_t Shift() const { return Imm.Shift; } in Shift()107 enum OperandTransfer TransferOperands() const { in TransferOperands()[all …]
65 struct ReduceEntry { struct66 uint16_t WideOpc; // Wide opcode67 uint16_t NarrowOpc1; // Narrow opcode to transform to68 uint16_t NarrowOpc2; // Narrow opcode when it's two-address69 uint8_t Imm1Limit; // Limit of immediate field (bits)71 unsigned LowRegs1 : 1; // Only possible if low-registers are used73 unsigned PredCC1 : 2; // 0 - If predicated, cc is on and vice versa.76 unsigned PredCC2 : 2;77 unsigned PartFlag : 1; // 16-bit instruction does partial flag update78 unsigned Special : 1; // Needs to be dealt with specially[all …]