Searched refs:OPC_MUL (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 350 OPC_MUL = use_mips32r6_instructions ? OPC_MUL_R6 : OPC_MUL_R5, 1807 tcg_out_opc_reg(s, OPC_MUL, a0, a1, a2);
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 177 OPC_MUL = 0x2000033, 2117 tcg_out_opc_reg(s, OPC_MUL, a0, a1, a2);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1691 mips32_op = OPC_MUL;
|
H A D | translate.c | 327 OPC_MUL = 0x02 | OPC_SPECIAL2, enumerator 2686 case OPC_MUL: in gen_arith() 13416 case OPC_MUL: in decode_opc_special2_legacy()
|