Searched refs:TRUNC_W_D (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 469 TRUNC_W_D = 4, enumerator 819 return Mfhc1Latency() + Latency::TRUNC_W_D + Mthc1Latency(); in Trunc_w_dLatency() 821 return Latency::TRUNC_W_D; in Trunc_w_dLatency() 835 Latency::TRUNC_W_D + Latency::MFC1 + OrLatency(false) + in Trunc_uw_dLatency() 836 Latency::BRANCH + Latency::TRUNC_W_D + Latency::MFC1; in Trunc_uw_dLatency() 1369 return 2 + Latency::TRUNC_W_D + Latency::MFC1 + 2 + AndLatency(false) + in TryInlineTruncateDoubleToILatency()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 499 TRUNC_W_D = 4, enumerator 868 return 2 + Latency::TRUNC_W_D + Latency::MOVF_FREG + 2 + AndLatency(false) + in TryInlineTruncateDoubleToILatency() 1387 return Latency::TRUNC_W_D + Latency::MOVF_FREG; in GetInstructionLatency() 1403 2 * Latency::TRUNC_W_D + Latency::SUB_D + OrLatency() + in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 498 TRUNC_W_D = 4, enumerator 984 return 2 + Latency::TRUNC_W_D + Latency::MFC1 + 2 + AndLatency(false) + in TryInlineTruncateDoubleToILatency() 1583 return Latency::TRUNC_W_D + Latency::MFC1; in GetInstructionLatency() 1599 2 * Latency::TRUNC_W_D + Latency::SUB_D + OrLatency() + in GetInstructionLatency()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 695 TRUNC_W_D = ((1U << 3) + 5),
|
H A D | assembler-mips64.cc | 2945 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 650 TRUNC_W_D = ((1U << 3) + 5),
|
H A D | assembler-mips.cc | 2675 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 3278 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 2896 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()
|
Completed in 50 milliseconds