Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:opc

47     default: llvm_unreachable("Unknown shift opc!");
58 default: llvm_unreachable("Unknown shift opc!");
108 // This is stored three operands [rega, regb, opc]. The first is the base
407 static inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO,
410 bool isSub = Opc == sub;
441 /// getAM3Opc - This function encodes the addrmode3 opc field.
442 static inline unsigned getAM3Opc(AddrOpc Opc, unsigned char Offset,
444 bool isSub = Opc == sub;
491 /// getAM5Opc - This function encodes the addrmode5 opc field.
492 static inline unsigned getAM5Opc(AddrOpc Opc, unsigned char Offset) {
493 bool isSub = Opc == sub;