Home | History | Annotate | Download | only in arm64

Lines Matching refs:Lsr

919 void MacroAssembler::Lsr(const Register& rd,
924 lsr(rd, rn, shift);
928 void MacroAssembler::Lsr(const Register& rd,
1523 (shift >= 0) ? (LSL) : (LSR),
1586 (shift >= 0) ? (LSL) : (LSR),