Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Doperands-aarch32.cc56 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
Dassembler-aarch32.cc7129 shift.IsROR() && rs.IsLow()) { in mov()
7273 shift.IsROR() && rs.IsLow()) { in movs()
12501 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtab()
12512 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtab()
12538 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtab16()
12549 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtab16()
12575 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtah()
12586 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtah()
12622 if (!size.IsNarrow() && (shift.IsROR() || (amount == 0)) && in sxtb()
12633 if ((shift.IsROR() || (amount == 0)) && (amount <= 24) && in sxtb()
[all …]
Dinstructions-aarch32.h1065 bool IsROR() const { return shift_ == ROR; } in IsROR() function
Ddisasm-aarch32.h428 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
Dmacro-assembler-aarch32.h2515 operand.GetShift().IsASR() || operand.GetShift().IsROR())) || in Mov()