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/
H A Dcode-generator-ppc.cc1947 __ MovFloatToInt(i.OutputRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
2193 __ MovFloatToInt(kScratchReg, i.InputDoubleRegister(0), in AssembleArchInstruction()
2300 __ MovFloatToInt(r0, i.InputDoubleRegister(2), kScratchDoubleReg); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h766 void MovFloatToInt(Register dst, DoubleRegister src, DoubleRegister scratch);
H A 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/
H A 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()
H A Dmacro-assembler-s390.h749 void MovFloatToInt(Register dst, DoubleRegister src);
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h1576 MovFloatToInt(dst.gp(), src.fp(), kScratchDoubleReg); in emit_type_conversion()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc2227 ASSEMBLE_UNARY_OP(R_DInstr(MovFloatToInt), R_MInstr(LoadU32), nullInstr); in AssembleArchInstruction()

Completed in 36 milliseconds