Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc500 TRUNC_L_S = 4, enumerator
1012 int latency = Latency::TRUNC_L_S + Latency::MOVF_HIGH_DREG; in TruncLSLatency()
1030 4 * Latency::BRANCH + Latency::SUB_S + 2 * Latency::TRUNC_L_S + in TruncUlSLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc499 TRUNC_L_S = 4, enumerator
1177 int latency = Latency::TRUNC_L_S + Latency::DMFC1; in TruncLSLatency()
1195 4 * Latency::BRANCH + Latency::SUB_S + 2 * Latency::TRUNC_L_S + in TruncUlSLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc470 TRUNC_L_S = 4, enumerator
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h665 TRUNC_L_S = ((1U << 3) + 1),
H A Dassembler-mips64.cc2993 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_L_S); in trunc_l_s()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h619 TRUNC_L_S = ((1U << 3) + 1),
H A Dassembler-mips.cc2727 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_L_S); in trunc_l_s()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2922 case TRUNC_L_S: { // Mips64r2 instruction. in DecodeTypeRegisterSRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3428 case TRUNC_L_S: { // Mips32r2 instruction. in DecodeTypeRegisterSRsType()

Completed in 43 milliseconds