Home
last modified time | relevance | path

Searched refs:OPC_MUL (Results 1 – 4 of 4) sorted by relevance

/qemu/tcg/mips/
H A Dtcg-target.c.inc355 OPC_MUL = use_mips32r6_instructions ? OPC_MUL_R6 : OPC_MUL_R5,
1869 tcg_out_opc_reg(s, OPC_MUL, a0, a1, a2);
/qemu/tcg/riscv/
H A Dtcg-target.c.inc181 OPC_MUL = 0x2000033,
2152 RISCVInsn insn = type == TCG_TYPE_I32 ? OPC_MULW : OPC_MUL;
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1691 mips32_op = OPC_MUL;
H A Dtranslate.c328 OPC_MUL = 0x02 | OPC_SPECIAL2, enumerator
2687 case OPC_MUL: in gen_arith()
13417 case OPC_MUL: in decode_opc_special2_legacy()