Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc224 OPC_SUB = 0x40000033,
716 const RISCVInsn opc_sub = is32bit ? OPC_SUBW : OPC_SUB;
960 tcg_out_opc_reg(s, OPC_SUB, ret, TCG_REG_ZERO, tmp);
1566 tcg_out_opc_reg(s, OPC_SUB, a0, a1, a2);
1631 tcg_out_opc_reg(s, OPC_SUB, a0, TCG_REG_ZERO, a1);
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c214 OPC_SUB = 0x22 | OPC_SPECIAL, enumerator
2566 if (rd == 0 && opc != OPC_ADD && opc != OPC_SUB in gen_arith()
2609 case OPC_SUB: in gen_arith()
13466 case OPC_SUB: in decode_opc_special()
H A Dmicromips_translate.c.inc1688 mips32_op = OPC_SUB;
H A Dnanomips_translate.c.inc1299 gen_arith(ctx, OPC_SUB, rd, rs, rt);