Home | History | Annotate | Download | only in a64

Lines Matching defs:Lsl

772   void Lsl(const Register& rd, const Register& rn, unsigned shift) {
776 lsl(rd, rn, shift);
778 void Lsl(const Register& rd, const Register& rn, const Register& rm) {