Home | History | Annotate | Download | only in aarch64

Lines Matching defs:Orr

618   void Orr(const Register& rd, const Register& rn, const Operand& operand);
1628 // If the sp is an operand, add #0 is emitted, otherwise, orr #0.
2159 V(orr, Orr) \
2655 void Orr(const VRegister& vd, const int imm8, const int left_shift = 0) {
2658 orr(vd, imm8, left_shift);