Searched refs:OPC_SUBU (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 297 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 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 | 215 OPC_SUBU = 0x23 | OPC_SPECIAL, enumerator 2606 case OPC_SUBU: in gen_arith() 13242 case OPC_SUBU: in decode_opc_special()
|