Home
last modified time | relevance | path

Searched refs:MUH (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc433 MUH = 7, enumerator
606 latency = Latency::MUH; in MulhLatency()
619 latency = Latency::MUH; in MulhuLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc410 MUH = 7, enumerator
1068 return Latency::MUH; in MulhLatency()
1074 return 1 + Latency::MUH; in MulhLatency()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c245 #define MUH (HI(0) | (3 << 6) | LO(24)) macro
1853 FAIL_IF(push_inst(compiler, SELECT_OP(DMUH, MUH) | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
2173 FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MUHU : MUH) | S(SLJIT_R0) | T(SLJIT_R1) | D(TMP_REG1), DR(TMP_REG1))); in sljit_emit_op0()

Completed in 9 milliseconds