Lines Matching defs:movq
336 // REX.W movq r10,0x7f9f75a32c20 ; 10 bytes
338 // REX.W movq r10,0x7f9f75a32c20 ; 10 bytes
343 // REX.W movq r10,0x7f9f75a32c20 ; 10 bytes
345 // REX.W movq r10,[rip+0xffffff96] ; 7 bytes
379 // Distance between the address of the imm64 in the 'movq reg, imm64'
580 void movq(Register dst, int64_t value) { movq(dst, Immediate64(value)); }
581 void movq(Register dst, uint64_t value) {
582 movq(dst, Immediate64(static_cast<int64_t>(value)));
1239 void movq(XMMRegister dst, Register src);
1240 void movq(XMMRegister dst, Operand src);
1241 void movq(Register dst, XMMRegister src);
1242 void movq(XMMRegister dst, XMMRegister src);
1246 // Use movapd when moving double values and movq for integer