Lines Matching defs:movsd

216     __ movsd(MemOperand(esp, 0), input_);  in Generate()  local
691 __ movsd(Operand(esp, 0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
693 __ movsd(Operand(esp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
708 __ movsd(i.OutputDoubleRegister(), Operand(esp, 0)); in AssembleArchInstruction() local
938 __ movsd(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
942 __ movsd(operand, i.InputDoubleRegister(index)); in AssembleArchInstruction() local
1014 __ movsd(kScratchDoubleReg, i.InputOperand(0)); in AssembleArchInstruction() local
1023 __ movsd(Operand(esp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1028 __ movsd(Operand(esp, 0), kScratchDoubleReg); in AssembleArchInstruction() local
1031 __ movsd(kScratchDoubleReg, i.InputOperand(0)); in AssembleArchInstruction() local
1033 __ movsd(Operand(esp, 0), kScratchDoubleReg); in AssembleArchInstruction() local
1040 __ movsd(Operand(esp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1591 __ movsd(dst, src); in AssembleMove() local
1598 __ movsd(dst, src); in AssembleMove() local
1601 __ movsd(kScratchDoubleReg, src); in AssembleMove() local
1602 __ movsd(dst, kScratchDoubleReg); in AssembleMove() local
1655 __ movsd(kScratchDoubleReg, other); in AssembleSwap() local
1656 __ movsd(other, reg); in AssembleSwap() local
1664 __ movsd(kScratchDoubleReg, dst0); // Save destination in scratch register. in AssembleSwap() local
1669 __ movsd(src0, kScratchDoubleReg); in AssembleSwap() local