Home
last modified time | relevance | path

Searched refs:MUL_D (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc488 MUL_D = 5, enumerator
703 return Latency::MUL_D + Latency::ADD_D; in MaddSLatency()
711 return Latency::MUL_D + Latency::ADD_D; in MaddDLatency()
727 return Latency::MUL_D + Latency::SUB_D; in MsubDLatency()
1780 return Latency::MUL_D; in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc518 MUL_D = 5, enumerator
1322 return Latency::MUL_D; in GetInstructionLatency()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h359 MUL_D = 0x3bU << 15,
1097 case MUL_D:
H A Dassembler-loong64.cc1158 GenRegister(MUL_D, rk, rj, rd); in mul_d()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc517 MUL_D = 5, enumerator
1518 return Latency::MUL_D; in GetInstructionLatency()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h684 MUL_D = ((0U << 3) + 2),
H A Dassembler-mips64.cc2820 GenInstrRegister(COP1, S, ft, fs, fd, MUL_D); in mul_s()
2824 GenInstrRegister(COP1, D, ft, fs, fd, MUL_D); in mul_d()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h639 MUL_D = ((0U << 3) + 2),
H A Dassembler-mips.cc2553 GenInstrRegister(COP1, D, ft, fs, fd, MUL_D); in mul_d()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc3618 case MUL_D:
3619 printf_instr("MUL_D\t %s: %016lx, %s, %016lx, %s, %016lx\n",
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc3187 case MUL_D: in DecodeTypeRegisterDRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2806 case MUL_D: in DecodeTypeRegisterDRsType()

Completed in 55 milliseconds