Home | History | Annotate | Download | only in x64

Lines Matching refs:kScratchRegister

190       __ movq(kScratchRegister, src);
191 __ movq(dst, kScratchRegister);
212 __ movq(kScratchRegister, int_val, RelocInfo::NONE64);
213 __ movq(dst, kScratchRegister);
225 __ LoadObject(kScratchRegister, cgen_->ToHandle(constant_source));
226 __ movq(dst, kScratchRegister);
274 __ movq(kScratchRegister, mem);
276 __ movq(reg, kScratchRegister);
284 __ movq(kScratchRegister, dst);
286 __ movq(src, kScratchRegister);