Home
last modified time | relevance | path

Searched refs:TRUNC_W_D (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc469 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 Dinstruction-scheduler-riscv64.cc499 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 Dinstruction-scheduler-mips64.cc498 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 Dconstants-mips64.h695 TRUNC_W_D = ((1U << 3) + 5),
H A Dassembler-mips64.cc2945 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h650 TRUNC_W_D = ((1U << 3) + 5),
H A Dassembler-mips.cc2675 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_W_D); in trunc_w_d()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc3278 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2896 case TRUNC_W_D: // Truncate double to word (round towards 0). in DecodeTypeRegisterDRsType()

Completed in 50 milliseconds