Searched refs:OPC_SUBU (Results 1 – 5 of 5) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 905 mips32_op = OPC_SUBU; 992 gen_arith(ctx, OPC_SUBU, rx, 0, ry);
|
H A D | micromips_translate.c.inc | 1687 mips32_op = OPC_SUBU; 3031 opc = OPC_SUBU;
|
H A D | nanomips_translate.c.inc | 1302 gen_arith(ctx, OPC_SUBU, rd, rs, rt); 4584 gen_arith(ctx, OPC_SUBU, rd, rs, rt);
|
H A D | translate.c | 216 OPC_SUBU = 0x23 | OPC_SPECIAL, enumerator 2607 case OPC_SUBU: in gen_arith() 13243 case OPC_SUBU: in decode_opc_special()
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 302 OPC_SUBU = OPC_SPECIAL | 043, 864 tcg_out_opc_reg(s, OPC_SUBU, ret, TCG_REG_ZERO, tmp); 2144 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_SUBU : OPC_DSUBU;
|