Searched refs:MULU (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 409 MULU = 7, enumerator 691 return latency + Latency::MULU + Latency::MUHU; in MuluLatency()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
H A D | comc597.mme.h | 851 MME_INSN(0, MULU, R1, R1, R3, 0, NONE, NONE,
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 248 #define MULU (HI(0) | (2 << 6) | LO(25)) macro 2172 FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULU : MUL) | S(SLJIT_R0) | T(SLJIT_R1) | D(TMP_REG3), DR(TMP_REG3))); in sljit_emit_op0()
|
Completed in 9 milliseconds