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