Lines Matching refs:Movsd
184 __ Movsd(MemOperand(rsp, 0), input_); in Generate() local
971 __ Movsd(Operand(rsp, 0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
973 __ Movsd(Operand(rsp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
996 __ Movsd(i.OutputDoubleRegister(), Operand(rsp, 0)); in AssembleArchInstruction() local
1476 __ Movsd(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1480 __ Movsd(operand, i.InputDoubleRegister(index)); in AssembleArchInstruction() local
1508 __ Movsd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
1566 __ Movsd(Operand(rsp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1604 ASSEMBLE_CHECKED_LOAD_FLOAT(Movsd); in AssembleArchInstruction()
1622 ASSEMBLE_CHECKED_STORE_FLOAT(Movsd); in AssembleArchInstruction()
2022 __ Movsd(dst, src); in AssembleMove() local
2029 __ Movsd(dst, src); in AssembleMove() local
2033 __ Movsd(xmm0, src); in AssembleMove() local
2034 __ Movsd(dst, xmm0); in AssembleMove() local
2091 __ Movsd(xmm0, src); in AssembleSwap() local
2092 __ Movsd(src, dst); in AssembleSwap() local
2093 __ Movsd(dst, xmm0); in AssembleSwap() local