Home | History | Annotate | Download | only in ARM

Lines Matching full:opcode

44     uint16_t WideOpc;      // Wide opcode
45 uint16_t NarrowOpc1; // Narrow opcode to transform to
46 uint16_t NarrowOpc2; // Narrow opcode when it's two-address
107 // FIXME: Clean this up after splitting each Thumb load / store opcode
147 /// ReduceOpcodeMap - Maps wide opcode to index of entry in ReduceTable.
318 /// Old opcode has an optional def of CPSR.
321 // If old opcode does not implicitly define CPSR, then it's not ok since
383 opcode!");
618 // source insn opcode. So for now, we hack a local entry record to use.
895 unsigned Opcode = MI->getOpcode();
896 DenseMap<unsigned, unsigned>::iterator OPI = ReduceOpcodeMap.find(Opcode);