Searched refs:IsROR (Results 1 – 5 of 5) sorted by relevance
56 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
7129 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 …]
1065 bool IsROR() const { return shift_ == ROR; } in IsROR() function
428 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
2518 operand.GetShift().IsASR() || operand.GetShift().IsROR())) || in Mov()