Home
last modified time | relevance | path

Searched refs:DMUL (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h201 OP12(DMUL)
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc432 DMUL = 7, enumerator
593 latency = Latency::DMUL; in DmulLatency()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_gv100.cpp145 OPINFO(DMUL , R , NA , RIC , NA , NONE, NONE);
H A Dnv50_ir_from_tgsi.cpp837 NV50_IR_OPCODE_CASE(DMUL, MUL); in translateOpcode()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c192 #define DMUL (HI(0) | (2 << 6) | LO(28)) macro
1835 return push_inst(compiler, SELECT_OP(DMUL, MUL) | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
1852 FAIL_IF(push_inst(compiler, SELECT_OP(DMUL, MUL) | S(src1) | T(src2) | D(dst), DR(dst))); in emit_single_op()
2169 FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? DMULU : DMUL) | S(SLJIT_R0) | T(SLJIT_R1) | D(TMP_REG3), DR(TMP_REG3))); in sljit_emit_op0()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h1399 V(dmul, DMUL, 0xEC000044) \

Completed in 18 milliseconds