Home
last modified time | relevance | path

Searched refs:MovInt64ToDouble (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.cc921 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
Dmacro-assembler-ppc.h747 void MovInt64ToDouble(DoubleRegister dst,
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1941 __ 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/
Dliftoff-assembler-ppc.h261 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/
Dliftoff-assembler-s390.h1865 MovInt64ToDouble(dst, r0); in emit_f32_copysign()
1882 MovInt64ToDouble(dst, r0); in emit_f64_copysign()
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h751 void MovInt64ToDouble(DoubleRegister dst, Register src);
Dmacro-assembler-s390.cc1366 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/
Dcode-generator-s390.cc2237 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local