Searched refs:SUB_D (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 451 SUB_D = 4, enumerator 1038 4 * Latency::BRANCH + Latency::SUB_D + 2 * Latency::TRUNC_L_D + in TruncUlDLatency() 1320 return Latency::SUB_D; in GetInstructionLatency() 1357 return Latency::SUB_D; 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 D | instruction-scheduler-mips64.cc | 450 SUB_D = 4, enumerator 1203 4 * Latency::BRANCH + Latency::SUB_D + 2 * Latency::TRUNC_L_D + in TruncUlDLatency() 1516 return Latency::SUB_D; in GetInstructionLatency() 1553 return Latency::SUB_D; in GetInstructionLatency() 1599 2 * Latency::TRUNC_W_D + Latency::SUB_D + OrLatency() + in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 423 SUB_D = 4, enumerator 727 return Latency::MUL_D + Latency::SUB_D; in MsubDLatency() 834 return 1 + Latency::MTC1 + Mthc1Latency() + Latency::BRANCH + Latency::SUB_D + in Trunc_uw_dLatency() 1623 return Latency::SUB_D; in GetInstructionLatency() 1772 return Latency::SUB_D; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | constants-loong64.h | 337 SUB_D = 0x23U << 15, 1075 case SUB_D:
|
H A D | assembler-loong64.cc | 1037 GenRegister(SUB_D, rk, rj, rd); in sub_d()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 683 SUB_D = ((0U << 3) + 1),
|
H A D | assembler-mips64.cc | 2812 GenInstrRegister(COP1, S, ft, fs, fd, SUB_D); in sub_s() 2816 GenInstrRegister(COP1, D, ft, fs, fd, SUB_D); in sub_d()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 638 SUB_D = ((0U << 3) + 1),
|
H A D | assembler-mips.cc | 2545 GenInstrRegister(COP1, D, ft, fs, fd, SUB_D); in sub_d()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 3465 case SUB_D: 3466 printf_instr("SUB_D\t %s: %016lx, %s, %016lx, %s, %016lx\n",
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 3173 case SUB_D: in DecodeTypeRegisterDRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 2792 case SUB_D: in DecodeTypeRegisterDRsType()
|
Completed in 54 milliseconds