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 D | IceInstMIPS32.h | 283 Trunc_w_d, enumerator 1285 using InstMIPS32Trunc_w_d = InstMIPS32TwoAddrFPR<InstMIPS32::Trunc_w_d>;
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 1053 void Trunc_w_d(FPURegister fd, FPURegister fs);
|
H A D | macro-assembler-mips64.cc | 2288 void MacroAssembler::Trunc_w_d(FPURegister fd, FPURegister fs) { in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 619 void Trunc_w_d(FPURegister fd, FPURegister fs);
|
H A D | macro-assembler-mips.cc | 1865 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 D | macro-assembler-riscv64.h | 800 void Trunc_w_d(Register rd, FPURegister fs, Register result = no_reg);
|
H A D | macro-assembler-riscv64.cc | 1891 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 D | builtins-mips.cc | 2868 __ Trunc_w_d(double_scratch, double_scratch); in Generate_DoubleToI()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 2953 __ Trunc_w_d(double_scratch, double_scratch); in Generate_DoubleToI()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 2989 __ Trunc_w_d(scratch3, double_scratch, scratch); in Generate_DoubleToI()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 1436 __ Trunc_w_d(scratch, i.InputDoubleRegister(0)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 1442 __ Trunc_w_d(i.OutputRegister(), i.InputDoubleRegister(0), result); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 1464 Trunc_w_d(dst.gp(), src.fp(), kScratchReg); in emit_type_conversion()
|
Completed in 82 milliseconds