Searched refs:shift_operand (Results 1 – 2 of 2) sorted by relevance
7152 ImmediateShiftOperand shift_operand((instr >> 27) & 0x3, in DecodeT32() local7160 shift_operand.GetType(), in DecodeT32()7161 shift_operand.GetAmount())); in DecodeT32()7169 shift_operand.GetType(), in DecodeT32()7170 shift_operand.GetAmount())); in DecodeT32()18181 shift_operand((instr >> 4) & 0x3, in DecodeT32() local18186 shift_operand.GetShift().IsLSL() && in DecodeT32()18187 (shift_operand.GetAmount() == 0) && in DecodeT32()18206 shift_operand.GetType(), in DecodeT32()18207 shift_operand.GetAmount())); in DecodeT32()[all …]
1123 ImmediateShiftOperand const& shift_operand) {1124 if (shift_operand.IsLSL() && shift_operand.GetAmount() == 0) return os;1125 if (shift_operand.IsRRX()) return os << ", rrx";1126 return os << ", " << shift_operand.GetName() << " #"1127 << shift_operand.GetAmount();1146 const RegisterShiftOperand& shift_operand) {1147 return s << shift_operand.GetName() << " "1148 << shift_operand.GetShiftRegister();