Home
last modified time | relevance | path

Searched refs:IsRRX (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
Doperands-aarch32.h76 VIXL_ASSERT(shift_.IsRRX()); in Operand()
86 VIXL_ASSERT(!shift_.IsRRX()); in Operand()
114 VIXL_ASSERT(!shift_.IsRRX()); in Operand()
145 return rm_.IsValid() && !shift_.IsRRX() && !rs_.IsValid() && (amount_ == 0); in IsPlainRegister()
189 return shift_.IsRRX() ? kRRXEncodedValue : shift_.GetValue(); in GetTypeEncodingValue()
724 VIXL_ASSERT(shift_.IsRRX()); in rn_()
740 VIXL_ASSERT(shift_.IsRRX()); in rn_()
826 return shift_.IsRRX() ? kRRXEncodedValue : shift_.GetValue(); in GetTypeEncodingValue()
839 if ((shift_amount_ == 0) && shift_.IsRRX()) return; in CheckShift()
Dinstructions-aarch32.cc723 return shift.IsRRX() ? kRRXEncodedValue : shift.GetValue(); in TypeEncodingValue()
Doperands-aarch32.cc60 if (operand.GetShift().IsRRX()) { in operator <<()
Dinstructions-aarch32.h1068 bool IsRRX() const { return shift_ == RRX; } in IsRRX() function
1127 if (shift_operand.IsRRX()) return os << ", rrx";
1136 VIXL_ASSERT(!IsRRX() && shift_register_.IsValid()); in RegisterShiftOperand()
Ddisasm-aarch32.h432 if (operand.GetShift().IsRRX()) {
Dassembler-aarch32.cc8194 if (!shift.IsRRX() && shift.IsValidAmount(amount) && operand.IsOffset() && in pld()
8205 if (shift.IsRRX() && operand.IsOffset() && in pld()
8271 if (!shift.IsRRX() && shift.IsValidAmount(amount) && operand.IsOffset() && in pldw()
8282 if (shift.IsRRX() && operand.IsOffset() && in pldw()
8374 if (shift.IsRRX() && operand.IsOffset() && in pli()
8384 if (!shift.IsRRX() && shift.IsValidAmount(amount) && operand.IsOffset() && in pli()