Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Doperands-aarch32.h88 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()
738 VIXL_ASSERT(shift_.IsRRX()); in rn_()
754 VIXL_ASSERT(shift_.IsRRX()); in rn_()
840 return shift_.IsRRX() ? kRRXEncodedValue : shift_.GetValue(); in GetTypeEncodingValue()
853 if ((shift_amount_ == 0) && shift_.IsRRX()) return; in CheckShift()
Doperands-aarch32.cc59 if (operand.GetShift().IsRRX()) { in operator <<()
Dinstructions-aarch32.cc724 return shift.IsRRX() ? kRRXEncodedValue : shift.GetValue(); in TypeEncodingValue()
Dinstructions-aarch32.h1063 bool IsRRX() const { return shift_ == RRX; } in IsRRX() function
1122 if (shift_operand.IsRRX()) return os << ", rrx";
1131 VIXL_ASSERT(!IsRRX() && shift_register_.IsValid()); in RegisterShiftOperand()
Ddisasm-aarch32.h313 if (operand.GetShift().IsRRX()) {
Dassembler-aarch32.cc7492 if (!shift.IsRRX() && shift.IsValidAmount(amount) && operand.IsOffset()) { in pld()
7502 if (shift.IsRRX() && operand.IsOffset()) { in pld()
7566 if (!shift.IsRRX() && shift.IsValidAmount(amount) && operand.IsOffset()) { in pldw()
7576 if (shift.IsRRX() && operand.IsOffset()) { in pldw()
7666 if (shift.IsRRX() && operand.IsOffset()) { in pli()
7675 if (!shift.IsRRX() && shift.IsValidAmount(amount) && operand.IsOffset()) { in pli()