Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dinstructions-aarch32.h1064 bool IsASR() const { return shift_ == ASR; } in IsASR() function
Dassembler-aarch32.cc7108 shift.IsASR() && rs.IsLow()) { in mov()
7252 shift.IsASR() && rs.IsLow()) { in movs()
8001 if ((shift.IsASR() || (amount == 0)) && shift.IsValidAmount(amount) && in pkhtb()
8012 if ((shift.IsASR() || (amount == 0)) && shift.IsValidAmount(amount) && in pkhtb()
10769 if ((imm >= 1) && (imm <= 32) && shift.IsASR() && (amount >= 1) && in ssat()
10791 if ((imm >= 1) && (imm <= 32) && shift.IsASR() && (amount >= 1) && in ssat()
13515 if ((imm <= 31) && shift.IsASR() && (amount >= 1) && (amount <= 31) && in usat()
13534 if ((imm <= 31) && shift.IsASR() && (amount >= 1) && (amount <= 32) && in usat()
Dmacro-assembler-aarch32.h2508 ((operand.GetShift().IsLSR() || operand.GetShift().IsASR()))) || in Mov()
2515 operand.GetShift().IsASR() || operand.GetShift().IsROR())) || in Mov()