Searched refs:MUL_S (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 428 MUL_S = 4, enumerator 719 return Latency::MUL_S + Latency::SUB_S; in MsubSLatency() 1766 return Latency::MUL_S; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 458 MUL_S = 4, enumerator 1299 return Latency::MUL_S; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 457 MUL_S = 4, enumerator 1498 return Latency::MUL_S; in GetInstructionLatency()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 658 MUL_S = ((0U << 3) + 2),
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 612 MUL_S = ((0U << 3) + 2),
|
H A D | assembler-mips.cc | 2549 GenInstrRegister(COP1, S, ft, fs, fd, MUL_S); in mul_s()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 253 #define MUL_S (HI(17) | FMT_S | LO(2)) macro 2795 FAIL_IF(push_inst(compiler, MUL_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop2()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 2757 case MUL_S: in DecodeTypeRegisterSRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 3237 case MUL_S: in DecodeTypeRegisterSRsType()
|
Completed in 42 milliseconds