Home
last modified time | relevance | path

Searched refs:OPC_SUBU (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc297 OPC_SUBU = OPC_SPECIAL | 043,
843 tcg_out_opc_reg(s, (is_sub ? OPC_SUBU : OPC_ADDU), th, ah, bh);
857 tcg_out_opc_reg(s, OPC_SUBU, rl, al, bl);
859 tcg_out_opc_reg(s, OPC_SUBU, rh, th, TCG_TMP0);
1770 i1 = OPC_SUBU, i2 = OPC_ADDIU;
1925 i1 = OPC_SUBU;
1978 tcg_out_opc_reg(s, OPC_SUBU, TCG_TMP0, TCG_REG_ZERO, a2);
/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc905 mips32_op = OPC_SUBU;
992 gen_arith(ctx, OPC_SUBU, rx, 0, ry);
H A Dmicromips_translate.c.inc1687 mips32_op = OPC_SUBU;
3031 opc = OPC_SUBU;
H A Dnanomips_translate.c.inc1302 gen_arith(ctx, OPC_SUBU, rd, rs, rt);
4584 gen_arith(ctx, OPC_SUBU, rd, rs, rt);
H A Dtranslate.c215 OPC_SUBU = 0x23 | OPC_SPECIAL, enumerator
2606 case OPC_SUBU: in gen_arith()
13242 case OPC_SUBU: in decode_opc_special()