Lines Matching defs:Movsd
206 __ Movsd(MemOperand(rsp, 0), input_); in Generate() local
1031 __ Movsd(xmm2, xmm0); in AssembleArchInstruction() local
1033 __ Movsd(xmm0, xmm3); in AssembleArchInstruction() local
1305 __ Movsd(Operand(rsp, 0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1307 __ Movsd(Operand(rsp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1334 __ Movsd(i.OutputDoubleRegister(), Operand(rsp, 0)); in AssembleArchInstruction() local
1412 __ Movsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1414 __ Movsd(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1435 __ Movsd(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local
1442 __ Movsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1444 __ Movsd(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1912 __ Movsd(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1917 __ Movsd(operand, i.InputDoubleRegister(index)); in AssembleArchInstruction() local
1958 __ Movsd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
2066 __ Movsd(Operand(rsp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2108 __ Movsd(i.OutputDoubleRegister(), Operand(rbp, offset)); in AssembleArchInstruction() local
3326 __ Movsd(dst, src); in AssembleMove() local
3343 __ Movsd(dst, src); in AssembleMove() local
3362 __ Movsd(kScratchDoubleReg, src); in AssembleMove() local
3363 __ Movsd(dst, kScratchDoubleReg); in AssembleMove() local
3453 __ Movsd(kScratchDoubleReg, src); in AssembleSwap() local
3454 __ Movsd(src, dst); in AssembleSwap() local
3455 __ Movsd(dst, kScratchDoubleReg); in AssembleSwap() local