Home | History | Annotate | Download | only in x64

Lines Matching refs:kScratchRegister

280           __ movq(kScratchRegister, input.operand);
281 __ imull(i.OutputRegister(), kScratchRegister, i.InputImmediate(1));
298 __ movq(kScratchRegister, input.operand);
299 __ imulq(i.OutputRegister(), kScratchRegister, i.InputImmediate(1));
895 Register tmp = kScratchRegister;
904 : kScratchRegister;
918 __ movq(g.ToOperand(destination), kScratchRegister);
921 __ movq(kScratchRegister,
924 __ movq(g.ToDoubleRegister(destination), kScratchRegister);
927 __ movq(g.ToOperand(destination), kScratchRegister);
974 Register tmp = kScratchRegister;