Home
last modified time | relevance | path

Searched refs:IsASR (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch32/
Dinstructions-aarch32.h1061 bool IsASR() const { return shift_ == ASR; } in IsASR() function
Dassembler-aarch32.cc6460 shift.IsASR() && operand.GetShiftRegister().IsLow()) { in mov()
6610 shift.IsASR() && operand.GetShiftRegister().IsLow()) { in movs()
7337 if ((shift.IsASR() || (amount == 0)) && shift.IsValidAmount(amount)) { in pkhtb()
7347 if ((shift.IsASR() || (amount == 0)) && shift.IsValidAmount(amount) && in pkhtb()
9814 if ((imm >= 1) && (imm <= 32) && shift.IsASR() && (amount >= 1) && in ssat()
9834 if ((imm >= 1) && (imm <= 32) && shift.IsASR() && (amount >= 1) && in ssat()
12396 if ((imm <= 31) && shift.IsASR() && (amount >= 1) && (amount <= 31)) { in usat()
12413 if ((imm <= 31) && shift.IsASR() && (amount >= 1) && (amount <= 32) && in usat()
Dmacro-assembler-aarch32.h2562 ((operand.GetShift().IsLSR() || operand.GetShift().IsASR()))) || in Mov()
2569 operand.GetShift().IsASR() || operand.GetShift().IsROR())) || in Mov()