Home
last modified time | relevance | path

Searched refs:IsROR (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Doperands-aarch32.cc55 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
Dassembler-aarch32.cc6484 shift.IsROR() && operand.GetShiftRegister().IsLow()) { in mov()
6634 shift.IsROR() && operand.GetShiftRegister().IsLow()) { in movs()
11468 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtab()
11478 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtab()
11503 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtab16()
11513 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtab16()
11538 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtah()
11548 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtah()
11583 if (!size.IsNarrow() && (shift.IsROR() || (amount == 0)) && in sxtb()
11593 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtb()
[all …]
Dinstructions-aarch32.h1062 bool IsROR() const { return shift_ == ROR; } in IsROR() function
Ddisasm-aarch32.h309 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
Dmacro-assembler-aarch32.h2569 operand.GetShift().IsASR() || operand.GetShift().IsROR())) || in Mov()