Home | History | Annotate | Download | only in src

Lines Matching defs:ASR

2797     const bool ASR = Op == InstArithmetic::Ashr;
2813 if (ASR) {
2821 if (ASR) {
2842 if (ASR) {
2894 if (ASR) {
3909 // t1=sxtb src; t2= mov t1 asr #31; dst.lo=t1; dst.hi=t2
3929 OperandARM32::ASR, ShiftAmt));
3931 // For i1, the asr instruction is already done above.
5530 NewShiftKind = OperandARM32::ASR;
5553 // ASR -> ASR iff NewShamt + OffsetRegShamt < 31