Home | History | Annotate | Download | only in ARM

Lines Matching refs:Op

38 static inline char *ARM_AM_getAddrOpcStr(ARM_AM_AddrOpc Op)
40 return Op == ARM_AM_sub ? "-" : "";
43 static inline char *ARM_AM_getShiftOpcStr(ARM_AM_ShiftOpc Op)
45 switch (Op) {
55 static inline unsigned ARM_AM_getShiftOpcEncoding(ARM_AM_ShiftOpc Op)
57 switch (Op) {
120 static inline unsigned getSORegOffset(unsigned Op)
122 return Op >> 3;
125 static inline ARM_AM_ShiftOpc ARM_AM_getSORegShOp(unsigned Op)
127 return (ARM_AM_ShiftOpc)(Op & 7);
146 /// handled with a single shifter-op, determine a good rotate amount that will
435 // in bit 12, the immediate in bits 0-11, and the shift op in 13-15. The
579 // value; bit 12 holds the "Op" field of the instruction, and bits 11-8 hold
581 // Op and Cmode values as a single 5-bit value.