Searched refs:TRUNC_L_S (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 500 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 D | instruction-scheduler-mips64.cc | 499 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 D | instruction-scheduler-mips.cc | 470 TRUNC_L_S = 4, enumerator
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 665 TRUNC_L_S = ((1U << 3) + 1),
|
H A D | assembler-mips64.cc | 2993 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_L_S); in trunc_l_s()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 619 TRUNC_L_S = ((1U << 3) + 1),
|
H A D | assembler-mips.cc | 2727 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_L_S); in trunc_l_s()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 2922 case TRUNC_L_S: { // Mips64r2 instruction. in DecodeTypeRegisterSRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 3428 case TRUNC_L_S: { // Mips32r2 instruction. in DecodeTypeRegisterSRsType()
|
Completed in 43 milliseconds