Searched refs:IsRRX (Results 1 – 6 of 6) sorted by relevance
88 VIXL_ASSERT(shift_.IsRRX()); in Operand()98 VIXL_ASSERT(!shift_.IsRRX()); in Operand()126 VIXL_ASSERT(!shift_.IsRRX()); in Operand()157 return rm_.IsValid() && !shift_.IsRRX() && !rs_.IsValid() && (amount_ == 0); in IsPlainRegister()201 return shift_.IsRRX() ? kRRXEncodedValue : shift_.GetValue(); in GetTypeEncodingValue()750 VIXL_ASSERT(shift_.IsRRX()); in rn_()766 VIXL_ASSERT(shift_.IsRRX()); in rn_()852 return shift_.IsRRX() ? kRRXEncodedValue : shift_.GetValue(); in GetTypeEncodingValue()865 if ((shift_amount_ == 0) && shift_.IsRRX()) return; in CheckShift()
723 return shift.IsRRX() ? kRRXEncodedValue : shift.GetValue(); in TypeEncodingValue()
60 if (operand.GetShift().IsRRX()) { in operator <<()
1066 bool IsRRX() const { return shift_ == RRX; } in IsRRX() function1125 if (shift_operand.IsRRX()) return os << ", rrx";1134 VIXL_ASSERT(!IsRRX() && shift_register_.IsValid()); in RegisterShiftOperand()
432 if (operand.GetShift().IsRRX()) {
8185 if (!shift.IsRRX() && shift.IsValidAmount(amount) && operand.IsOffset() && in pld()8196 if (shift.IsRRX() && operand.IsOffset() && in pld()8262 if (!shift.IsRRX() && shift.IsValidAmount(amount) && operand.IsOffset() && in pldw()8273 if (shift.IsRRX() && operand.IsOffset() && in pldw()8365 if (shift.IsRRX() && operand.IsOffset() && in pli()8375 if (!shift.IsRRX() && shift.IsValidAmount(amount) && operand.IsOffset() && in pli()