/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 306 tcg_gen_add2_i32(out, cpu_msr_c, ina, zero, inb, zero); in gen_add() 315 tcg_gen_add2_i32(tmp, cpu_msr_c, ina, zero, cpu_msr_c, zero); in gen_addc() 316 tcg_gen_add2_i32(out, cpu_msr_c, tmp, cpu_msr_c, inb, zero); in gen_addc() 549 tcg_gen_add2_i32(tmp, cpu_msr_c, tmp, zero, cpu_msr_c, zero); in gen_rsubc() 550 tcg_gen_add2_i32(out, cpu_msr_c, tmp, cpu_msr_c, inb, zero); in gen_rsubc()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 700 tcg_gen_add2_i32(t1, cpu_sr_t, cpu_sr_t, t0, REG(B7_4), t0); in _decode_opc() 701 tcg_gen_add2_i32(REG(B11_8), cpu_sr_t, in _decode_opc() 778 tcg_gen_add2_i32(REG(B11_8), t1, REG(B11_8), zero, t2, t1); in _decode_opc() 862 tcg_gen_add2_i32(REG(B11_8), cpu_sr_t, in _decode_opc() 927 tcg_gen_add2_i32(t1, cpu_sr_t, cpu_sr_t, t0, REG(B7_4), t0); in _decode_opc()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 371 #define tcg_gen_add2_tl tcg_gen_add2_i32
|
H A D | tcg-op-common.h | 134 void tcg_gen_add2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 al,
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 970 tcg_gen_add2_i32(cpu_psw_s, cpu_psw_c, arg1, z, cpu_psw_c, z); in rx_adc() 971 tcg_gen_add2_i32(cpu_psw_s, cpu_psw_c, cpu_psw_s, cpu_psw_c, arg2, z); in rx_adc() 1008 tcg_gen_add2_i32(cpu_psw_s, cpu_psw_c, arg1, z, arg2, z); in rx_add()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 484 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0, tmp, t1, tmp); in gen_add_CC() 498 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0, tmp, cpu_CF, tmp); in gen_adc_CC() 499 tcg_gen_add2_i32(cpu_NF, cpu_CF, cpu_NF, cpu_CF, t1, tmp); in gen_adc_CC() 4276 tcg_gen_add2_i32(t0, t1, t0, t1, t2, t3); in op_mlal() 4321 tcg_gen_add2_i32(t0, t1, t0, t1, t2, zero); in trans_UMAAL() 4323 tcg_gen_add2_i32(t0, t1, t0, t1, t2, zero); in trans_UMAAL() 4404 tcg_gen_add2_i32(tl, th, tl, th, t0, t1); in DO_QADDSUB()
|
H A D | translate-a64.c | 824 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0_32, tmp, t1_32, tmp); in gen_add32_CC() 935 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0_32, zero, cpu_CF, zero); in gen_adc_CC() 936 tcg_gen_add2_i32(cpu_NF, cpu_CF, cpu_NF, cpu_CF, t1_32, zero); in gen_adc_CC()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1147 void tcg_gen_add2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 al, in tcg_gen_add2_i32() function 1629 tcg_gen_add2_i32(TCGV_LOW(ret), TCGV_HIGH(ret), TCGV_LOW(arg1), in tcg_gen_add_i64() 1736 tcg_gen_add2_i32(TCGV_LOW(ret), TCGV_HIGH(ret), in tcg_gen_addi_i64()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 2538 tcg_gen_add2_i32(QREG_CC_N, QREG_CC_X, src, z, QREG_CC_X, z); in DISAS_INSN() 3076 tcg_gen_add2_i32(QREG_CC_N, QREG_CC_X, src, zero, QREG_CC_X, zero); in gen_subx() 3281 tcg_gen_add2_i32(QREG_CC_N, QREG_CC_X, QREG_CC_X, zero, dest, zero); in gen_addx() 3282 tcg_gen_add2_i32(QREG_CC_N, QREG_CC_X, QREG_CC_N, QREG_CC_X, src, zero); in gen_addx()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 1323 tcg_gen_add2_i32(result, cpu_PSW_C, r1, t0, r2, t0); in gen_add_CC() 1354 tcg_gen_add2_i32(result, cpu_PSW_C, r1, t0, carry, t0); in gen_addc_CC() 1355 tcg_gen_add2_i32(result, cpu_PSW_C, result, cpu_PSW_C, r2, t0); in gen_addc_CC()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1547 tcg_gen_add2_i32(tmp, sum, sum, sum, tmp, tmp);
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1777 tcg_gen_add2_i32(cpu_SR[ACCLO], cpu_SR[ACCHI], in translate_mac16()
|