Lines Matching refs:Op
41 static inline const char *getAddrOpcStr(AddrOpc Op) {
42 return Op == sub ? "-" : "";
45 static inline const char *getShiftOpcStr(ShiftOpc Op) {
46 switch (Op) {
56 static inline unsigned getShiftOpcEncoding(ShiftOpc Op) {
57 switch (Op) {
115 static inline unsigned getSORegOffset(unsigned Op) {
116 return Op >> 3;
118 static inline ShiftOpc getSORegShOp(unsigned Op) {
119 return (ShiftOpc)(Op & 7);
135 /// handled with a single shifter-op, determine a good rotate amount that will
400 // in bit 12, the immediate in bits 0-11, and the shift op in 13-15. The
524 // value; bit 12 holds the "Op" field of the instruction, and bits 11-8 hold
526 // Op and Cmode values as a single 5-bit value.