Home
last modified time | relevance | path

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

/qemu/tcg/riscv/
H A Dtcg-target.c.inc202 OPC_SUB = 0x40000033,
1330 tcg_out_opc_reg(s, OPC_SUB, ret, TCG_REG_ZERO, tmp);
2373 RISCVInsn insn = type == TCG_TYPE_I32 ? OPC_SUBW : OPC_SUB;
/qemu/target/mips/tcg/
H A Dtranslate.c215 OPC_SUB = 0x22 | OPC_SPECIAL, enumerator
2540 if (rd == 0 && opc != OPC_ADD && opc != OPC_SUB in gen_arith()
2583 case OPC_SUB: in gen_arith()
13242 case OPC_SUB: in decode_opc_special()
H A Dmicromips_translate.c.inc1684 mips32_op = OPC_SUB;
H A Dnanomips_translate.c.inc1299 gen_arith(ctx, OPC_SUB, rd, rs, rt);