Home | History | Annotate | Download | only in a64

Lines Matching refs:MOVZ

1190   void movz(const Register& rd, uint64_t imm, int shift = -1) {
1191 MoveWide(rd, imm, shift, MOVZ);