Lines Matching defs:mov
6514 void Assembler::mov(const PRegister& pd, const PRegister& pn) {
6521 void Assembler::mov(const PRegisterWithLaneSize& pd,
6528 void Assembler::mov(const PRegisterWithLaneSize& pd,
6535 void Assembler::mov(const ZRegister& zd,
6543 void Assembler::mov(const ZRegister& zd, const Register& xn) { dup(zd, xn); }
6545 void Assembler::mov(const ZRegister& zd, const VRegister& vn) {
6551 void Assembler::mov(const ZRegister& zd, const ZRegister& zn) {
6556 void Assembler::mov(const ZRegister& zd, const ZRegister& zn, unsigned index) {
6561 void Assembler::mov(const ZRegister& zd,
6567 void Assembler::mov(const ZRegister& zd,
6575 void Assembler::mov(const ZRegister& zd,
6582 void Assembler::mov(const ZRegister& zd, uint64_t imm) {
6589 void Assembler::mov(const ZRegister& zd, int imm8, int shift) {