Searched refs:MovFloatToInt (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 1947 __ MovFloatToInt(i.OutputRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local 2193 __ MovFloatToInt(kScratchReg, i.InputDoubleRegister(0), in AssembleArchInstruction() local 2300 __ MovFloatToInt(r0, i.InputDoubleRegister(2), kScratchDoubleReg); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | macro-assembler-ppc.h | 766 void MovFloatToInt(Register dst, DoubleRegister src, DoubleRegister scratch);
|
| D | macro-assembler-ppc.cc | 2687 void TurboAssembler::MovFloatToInt(Register dst, DoubleRegister src, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | macro-assembler-s390.cc | 3055 void TurboAssembler::MovFloatToInt(Register dst, DoubleRegister src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 5689 MovFloatToInt(scratch2, scratch1); \ in CallRecordWriteStub() 5867 MovFloatToInt(holder, scratch1); in CallRecordWriteStub()
|
| D | macro-assembler-s390.h | 749 void MovFloatToInt(Register dst, DoubleRegister src);
|
| /third_party/node/deps/v8/src/wasm/baseline/ppc/ |
| D | liftoff-assembler-ppc.h | 1576 MovFloatToInt(dst.gp(), src.fp(), kScratchDoubleReg); in emit_type_conversion()
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 2227 ASSEMBLE_UNARY_OP(R_DInstr(MovFloatToInt), R_MInstr(LoadU32), nullInstr); in AssembleArchInstruction()
|