Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dinstructions-aarch32.h1063 bool IsLSR() const { return shift_ == LSR; } in IsLSR() function
Dmacro-assembler-aarch32.h2508 ((operand.GetShift().IsLSR() || operand.GetShift().IsASR()))) || in Mov()
2514 (operand.GetShift().IsLSL() || operand.GetShift().IsLSR() || in Mov()
Dassembler-aarch32.cc7122 shift.IsLSR() && rs.IsLow()) { in mov()
7266 shift.IsLSR() && rs.IsLow()) { in movs()