Searched refs:TRUNC_L_D (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 501 TRUNC_L_D = 4, enumerator 1020 int latency = Latency::TRUNC_L_D + Latency::MOVF_HIGH_DREG; in TruncLDLatency() 1038 4 * Latency::BRANCH + Latency::SUB_D + 2 * Latency::TRUNC_L_D + in TruncUlDLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 500 TRUNC_L_D = 4, enumerator 1185 int latency = Latency::TRUNC_L_D + Latency::DMFC1; in TruncLDLatency() 1203 4 * Latency::BRANCH + Latency::SUB_D + 2 * Latency::TRUNC_L_D + in TruncUlDLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 471 TRUNC_L_D = 4, enumerator
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 691 TRUNC_L_D = ((1U << 3) + 1),
|
H A D | assembler-mips64.cc | 2998 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_L_D); in trunc_l_d()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 646 TRUNC_L_D = ((1U << 3) + 1),
|
H A D | assembler-mips.cc | 2733 GenInstrRegister(COP1, D, f0, fs, fd, TRUNC_L_D); in trunc_l_d()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 3333 case TRUNC_L_D: { // Mips64r2 instruction. in DecodeTypeRegisterDRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 2940 case TRUNC_L_D: { // Mips32r2 instruction. in DecodeTypeRegisterDRsType()
|
Completed in 41 milliseconds