Searched refs:IsASR (Results 1 – 3 of 3) sorted by relevance
1061 bool IsASR() const { return shift_ == ASR; } in IsASR() function
6460 shift.IsASR() && operand.GetShiftRegister().IsLow()) { in mov()6610 shift.IsASR() && operand.GetShiftRegister().IsLow()) { in movs()7337 if ((shift.IsASR() || (amount == 0)) && shift.IsValidAmount(amount)) { in pkhtb()7347 if ((shift.IsASR() || (amount == 0)) && shift.IsValidAmount(amount) && in pkhtb()9814 if ((imm >= 1) && (imm <= 32) && shift.IsASR() && (amount >= 1) && in ssat()9834 if ((imm >= 1) && (imm <= 32) && shift.IsASR() && (amount >= 1) && in ssat()12396 if ((imm <= 31) && shift.IsASR() && (amount >= 1) && (amount <= 31)) { in usat()12413 if ((imm <= 31) && shift.IsASR() && (amount >= 1) && (amount <= 32) && in usat()
2562 ((operand.GetShift().IsLSR() || operand.GetShift().IsASR()))) || in Mov()2569 operand.GetShift().IsASR() || operand.GetShift().IsROR())) || in Mov()