Searched refs:MovInt64ToDouble (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.cc | 921 MovInt64ToDouble(double_dst, src); in CallRecordWriteStub() 927 MovInt64ToDouble(double_dst, src); in CallRecordWriteStub() 933 MovInt64ToDouble(double_dst, src); in CallRecordWriteStub() 939 MovInt64ToDouble(double_dst, src); in CallRecordWriteStub() 2534 void TurboAssembler::MovInt64ToDouble(DoubleRegister dst, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
D | macro-assembler-ppc.h | 747 void MovInt64ToDouble(DoubleRegister dst,
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 1941 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0), in AssembleArchInstruction() local 1958 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local 2229 __ MovInt64ToDouble(i.OutputDoubleRegister(), kScratchReg); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 261 MovInt64ToDouble(reg.fp(), scratch); in LoadConstant() 1588 MovInt64ToDouble(dst.fp(), src.gp()); in emit_type_conversion()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 1865 MovInt64ToDouble(dst, r0); in emit_f32_copysign() 1882 MovInt64ToDouble(dst, r0); in emit_f64_copysign()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 751 void MovInt64ToDouble(DoubleRegister dst, Register src);
|
D | macro-assembler-s390.cc | 1366 void TurboAssembler::MovInt64ToDouble(DoubleRegister dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 5865 MovInt64ToDouble(scratch1, scratch2); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 2237 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
|