Home | History | Annotate | Download | only in a64

Lines Matching refs:MOVK

1174   // For movk, an explicit shift can be used to indicate which half word should
1175 // be overwritten, eg. movk(x0, 0, 0) will overwrite the least-significant
1176 // half word with zero, whereas movk(x0, 0, 48) will overwrite the
1180 void movk(const Register& rd, uint64_t imm, int shift = -1) {
1181 MoveWide(rd, imm, shift, MOVK);