Home
last modified time | relevance | path

Searched refs:MovFloatToInt (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1947 __ 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/
Dmacro-assembler-ppc.h766 void MovFloatToInt(Register dst, DoubleRegister src, DoubleRegister scratch);
Dmacro-assembler-ppc.cc2687 void TurboAssembler::MovFloatToInt(Register dst, DoubleRegister src, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc3055 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()
Dmacro-assembler-s390.h749 void MovFloatToInt(Register dst, DoubleRegister src);
/third_party/node/deps/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h1576 MovFloatToInt(dst.gp(), src.fp(), kScratchDoubleReg); in emit_type_conversion()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc2227 ASSEMBLE_UNARY_OP(R_DInstr(MovFloatToInt), R_MInstr(LoadU32), nullInstr); in AssembleArchInstruction()