Lines Matching refs:movsd
422 __ movsd(Operand(rsp, 0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
424 __ movsd(Operand(rsp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
446 __ movsd(i.OutputDoubleRegister(), Operand(rsp, 0)); in AssembleArchInstruction() local
583 __ movsd(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
587 __ movsd(operand, i.InputDoubleRegister(index)); in AssembleArchInstruction() local
934 __ movsd(dst, src); in AssembleMove() local
938 __ movsd(dst, src); in AssembleMove() local
945 __ movsd(dst, src); in AssembleMove() local
949 __ movsd(xmm0, src); in AssembleMove() local
950 __ movsd(dst, xmm0); in AssembleMove() local
985 __ movsd(xmm0, src); in AssembleSwap() local
986 __ movsd(src, dst); in AssembleSwap() local
987 __ movsd(dst, xmm0); in AssembleSwap() local
993 __ movsd(xmm0, src); in AssembleSwap() local
994 __ movsd(src, dst); in AssembleSwap() local
995 __ movsd(dst, xmm0); in AssembleSwap() local