Searched refs:MovDoubleToInt64 (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 1485 MovDoubleToInt64(dst.gp(), kScratchDoubleReg); in emit_type_conversion() 1498 MovDoubleToInt64(dst.gp(), kScratchDoubleReg); in emit_type_conversion() 1548 MovDoubleToInt64(dst.gp(), kScratchDoubleReg); in emit_type_conversion() 1566 MovDoubleToInt64(dst.gp(), kScratchDoubleReg); in emit_type_conversion() 1580 MovDoubleToInt64(dst.gp(), src.fp()); in emit_type_conversion()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 1856 MovDoubleToInt64(r0, lhs); in emit_f32_copysign() 1860 MovDoubleToInt64(scratch2, rhs); in emit_f32_copysign() 1873 MovDoubleToInt64(r0, lhs); in emit_f64_copysign() 1877 MovDoubleToInt64(scratch2, rhs); in emit_f64_copysign()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.cc | 959 MovDoubleToInt64( in CallRecordWriteStub() 978 MovDoubleToInt64(dst, double_dst); in CallRecordWriteStub() 2648 void TurboAssembler::MovDoubleToInt64( in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
D | macro-assembler-ppc.h | 760 void MovDoubleToInt64(
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 1955 __ MovDoubleToInt64(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local 2186 __ MovDoubleToInt64(kScratchReg, i.InputDoubleRegister(0)); in AssembleArchInstruction() local 2286 __ MovDoubleToInt64(r0, i.InputDoubleRegister(2)); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 750 void MovDoubleToInt64(Register dst, DoubleRegister src);
|
D | macro-assembler-s390.cc | 1362 void TurboAssembler::MovDoubleToInt64(Register dst, DoubleRegister src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 5851 MovDoubleToInt64(holder, scratch1); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 2234 __ MovDoubleToInt64(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
|