Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc1070 gen_muldiv(ctx, OPC_MULTU, 0, rx, ry);
H A Dtranslate.c204 OPC_MULTU = 0x19 | OPC_SPECIAL, enumerator
273 R6_OPC_MULU = OPC_MULTU | (2 << 6),
274 R6_OPC_MUHU = OPC_MULTU | (3 << 6),
3294 case OPC_MULTU: in gen_muldiv()
3459 case OPC_MULTU: in gen_mul_txx9()
12985 case OPC_MULTU: in decode_opc_special_r6()
13100 case OPC_MULTU: in decode_opc_special_tx79()
13162 case OPC_MULTU: in decode_opc_special_legacy()
H A Dmicromips_translate.c.inc1096 gen_muldiv(ctx, OPC_MULTU, (ctx->opcode >> 14) & 3, rs, rt);
1136 mips32_op = OPC_MULTU;
/qemu/tcg/mips/
H A Dtcg-target.c.inc280 OPC_MULTU = OPC_SPECIAL | 031,
1930 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_MULTU : OPC_DMULTU;
1949 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_MULTU : OPC_DMULTU;