Home
last modified time | relevance | path

Searched refs:Trunc_w_d (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.h283 Trunc_w_d, enumerator
1285 using InstMIPS32Trunc_w_d = InstMIPS32TwoAddrFPR<InstMIPS32::Trunc_w_d>;
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h1053 void Trunc_w_d(FPURegister fd, FPURegister fs);
H A Dmacro-assembler-mips64.cc2288 void MacroAssembler::Trunc_w_d(FPURegister fd, FPURegister fs) { in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h619 void Trunc_w_d(FPURegister fd, FPURegister fs);
H A Dmacro-assembler-mips.cc1865 void TurboAssembler::Trunc_w_d(FPURegister fd, FPURegister fs) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h800 void Trunc_w_d(Register rd, FPURegister fs, Register result = no_reg);
H A Dmacro-assembler-riscv64.cc1891 void TurboAssembler::Trunc_w_d(Register rd, FPURegister fs, Register result) {
2767 Trunc_w_d(result, double_input, scratch); in TryInlineTruncateDoubleToI()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc2868 __ Trunc_w_d(double_scratch, double_scratch); in Generate_DoubleToI()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc2953 __ Trunc_w_d(double_scratch, double_scratch); in Generate_DoubleToI()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc2989 __ Trunc_w_d(scratch3, double_scratch, scratch); in Generate_DoubleToI()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1436 __ Trunc_w_d(scratch, i.InputDoubleRegister(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc1442 __ Trunc_w_d(i.OutputRegister(), i.InputDoubleRegister(0), result); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1464 Trunc_w_d(dst.gp(), src.fp(), kScratchReg); in emit_type_conversion()

Completed in 82 milliseconds