Home
last modified time | relevance | path

Searched refs:MovIntToFloat (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h254 MovIntToFloat(reg.fp(), scratch, ip); in LoadConstant()
1584 MovIntToFloat(dst.fp(), src.gp(), r0); in emit_type_conversion()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h765 void MovIntToFloat(DoubleRegister dst, Register src, Register scratch);
H A Dmacro-assembler-ppc.cc2672 void TurboAssembler::MovIntToFloat(DoubleRegister dst, Register src, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1951 __ MovIntToFloat(i.OutputDoubleRegister(), i.InputRegister(0), ip); in AssembleArchInstruction()
2237 __ MovIntToFloat(i.OutputDoubleRegister(), kScratchReg, ip); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc3050 void TurboAssembler::MovIntToFloat(DoubleRegister dst, Register src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
5652 MovIntToFloat(scratch1, scratch2); \ in CallRecordWriteStub()
5849 MovIntToFloat(scratch1, scratch2); in CallRecordWriteStub()
H A Dmacro-assembler-s390.h748 void MovIntToFloat(DoubleRegister dst, Register src);
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc2230 __ MovIntToFloat(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction()

Completed in 37 milliseconds