/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 275 __ Movsd(MemOperand(esp, 0), input_); in Generate() local 1329 __ Movsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1331 __ Movsd(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1382 __ Movsd(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 1389 __ Movsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1391 __ Movsd(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1403 __ Movsd(Operand(esp, 0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1405 __ Movsd(Operand(esp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 1421 __ Movsd(i.OutputDoubleRegister(), Operand(esp, 0)); in AssembleArchInstruction() local 1610 __ Movsd(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local [all …]
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 226 __ Movsd(MemOperand(rsp, 0), input_); in Generate() local 1838 __ Movsd(Operand(rsp, 0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1840 __ Movsd(Operand(rsp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 1867 __ Movsd(i.OutputDoubleRegister(), Operand(rsp, 0)); in AssembleArchInstruction() local 1945 __ Movsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1947 __ Movsd(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1968 __ Movsd(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 1975 __ Movsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local 1977 __ Movsd(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 2530 __ Movsd(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local [all …]
|
/third_party/node/deps/v8/src/builtins/x64/ |
D | builtins-x64.cc | 3518 __ Movsd(xmm1, MemOperand(start_float_section, 0)); in GenericJSToWasmWrapperHelper() local 3519 __ Movsd(xmm2, MemOperand(start_float_section, -kSystemPointerSize)); in GenericJSToWasmWrapperHelper() local 3520 __ Movsd(xmm3, MemOperand(start_float_section, -2 * kSystemPointerSize)); in GenericJSToWasmWrapperHelper() local 3521 __ Movsd(xmm4, MemOperand(start_float_section, -3 * kSystemPointerSize)); in GenericJSToWasmWrapperHelper() local 3522 __ Movsd(xmm5, MemOperand(start_float_section, -4 * kSystemPointerSize)); in GenericJSToWasmWrapperHelper() local 3523 __ Movsd(xmm6, MemOperand(start_float_section, -5 * kSystemPointerSize)); in GenericJSToWasmWrapperHelper() local 3837 __ Movsd(MemOperand(current_float_param_slot, 0), xmm1); in GenericJSToWasmWrapperHelper() local 3847 __ Movsd(MemOperand(current_float_param_slot, 0), xmm0); in GenericJSToWasmWrapperHelper() local 3931 __ Movsd(xmm0, xmm1); in GenericJSToWasmWrapperHelper() local 4414 __ Movsd(kScratchDoubleReg, mantissa_operand); in Generate_DoubleToI() local [all …]
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 109 assm->Movsd(dst.fp(), src); in Load() 137 assm->Movsd(dst, src.fp()); in Store() 163 assm->Movsd(Operand(rsp, 0), reg.fp()); 484 Movsd(dst.fp(), src_op); in Load() 518 Movsd(dst_op, src.fp()); in Store() 908 Movsd(dst, src); in Move() 932 Movsd(dst, reg.fp()); in Spill() 2414 Movsd(dst.fp(), src_op); in LoadTransform()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | macro-assembler-x64.cc | 836 Movsd(Operand(rsp, i * kStackSavedSavedFPSize), reg); in CallRecordWriteStub() 855 Movsd(reg, Operand(rsp, i * kStackSavedSavedFPSize)); in CallRecordWriteStub() 2868 Movsd(Operand(rbp, offset - ((i + 1) * kDoubleSize)), reg); in CallRecordWriteStub() 2916 Movsd(reg, Operand(rbp, offset - ((i + 1) * kDoubleSize))); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | macro-assembler-ia32.cc | 350 Movsd(Operand(esp, (i - 1) * kStackSavedSavedFPSize), reg); in PushCallerSaved() 371 Movsd(reg, Operand(esp, (i - 1) * kStackSavedSavedFPSize)); in PopCallerSaved()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 264 AVX_OP(Movsd, movsd)
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2791 Movsd(dst.fp(), src_op); in LoadTransform()
|