Home | History | Annotate | Download | only in x64

Lines Matching refs:movq

175       __ movq(dst, src);
179 __ movq(dst, src);
186 __ movq(dst, src);
190 __ movq(kScratchRegister, src);
191 __ movq(dst, kScratchRegister);
209 __ movq(dst, Immediate(cgen_->ToInteger32(constant_source)));
212 __ movq(dst, kScratchRegister);
260 __ movq(kScratchRegister, mem);
261 __ movq(mem, reg);
262 __ movq(reg, kScratchRegister);
270 __ movq(kScratchRegister, dst);
272 __ movq(src, kScratchRegister);