Searched refs:OPC_ADD (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 154 OPC_ADD = 0x33, 955 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP2, TCG_REG_TMP2, addr); 994 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP0, TCG_REG_TMP0, addr); 1095 const RISCVInsn opc_add = is32bit ? OPC_ADDW : OPC_ADD; 1733 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP1); 1769 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP0, addr_reg, TCG_REG_TMP2); 1775 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP0, 1801 tcg_out_opc_reg(s, OPC_ADD, base, addr_reg, 1808 tcg_out_opc_reg(s, OPC_ADD, base, base, TCG_GUEST_BASE_REG); 2030 tcg_out_opc_reg(s, OPC_ADD, a0, a1, a2);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 212 OPC_ADD = 0x20 | OPC_SPECIAL, enumerator 2539 if (rd == 0 && opc != OPC_ADD && opc != OPC_SUB in gen_arith() 2549 case OPC_ADD: in gen_arith() 13239 case OPC_ADD: in decode_opc_special()
|
H A D | micromips_translate.c.inc | 1678 mips32_op = OPC_ADD;
|
H A D | nanomips_translate.c.inc | 1292 gen_arith(ctx, OPC_ADD, rd, rs, rt);
|