Home
last modified time | relevance | path

Searched refs:tcg_gen_add2_i32 (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/target/microblaze/
H A Dtranslate.c306 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 Dtranslate.c700 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 Dtcg-op.h371 #define tcg_gen_add2_tl tcg_gen_add2_i32
H A Dtcg-op-common.h134 void tcg_gen_add2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 al,
/openbmc/qemu/target/rx/
H A Dtranslate.c970 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 Dtranslate.c481 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0, tmp, t1, tmp); in gen_add_CC()
495 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0, tmp, cpu_CF, tmp); in gen_adc_CC()
496 tcg_gen_add2_i32(cpu_NF, cpu_CF, cpu_NF, cpu_CF, t1, tmp); in gen_adc_CC()
4273 tcg_gen_add2_i32(t0, t1, t0, t1, t2, t3); in op_mlal()
4318 tcg_gen_add2_i32(t0, t1, t0, t1, t2, zero); in trans_UMAAL()
4320 tcg_gen_add2_i32(t0, t1, t0, t1, t2, zero); in trans_UMAAL()
4401 tcg_gen_add2_i32(tl, th, tl, th, t0, t1); in DO_QADDSUB()
H A Dtranslate-a64.c808 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0_32, tmp, t1_32, tmp); in gen_add32_CC()
919 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0_32, zero, cpu_CF, zero); in gen_adc_CC()
920 tcg_gen_add2_i32(cpu_NF, cpu_CF, cpu_NF, cpu_CF, t1_32, zero); in gen_adc_CC()
/openbmc/qemu/tcg/
H A Dtcg-op.c1140 void tcg_gen_add2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 al, in tcg_gen_add2_i32() function
1622 tcg_gen_add2_i32(TCGV_LOW(ret), TCGV_HIGH(ret), TCGV_LOW(arg1), in tcg_gen_add_i64()
1729 tcg_gen_add2_i32(TCGV_LOW(ret), TCGV_HIGH(ret), in tcg_gen_addi_i64()
/openbmc/qemu/target/m68k/
H A Dtranslate.c2533 tcg_gen_add2_i32(QREG_CC_N, QREG_CC_X, src, z, QREG_CC_X, z); in DISAS_INSN()
3071 tcg_gen_add2_i32(QREG_CC_N, QREG_CC_X, src, zero, QREG_CC_X, zero); in gen_subx()
3276 tcg_gen_add2_i32(QREG_CC_N, QREG_CC_X, QREG_CC_X, zero, dest, zero); in gen_addx()
3277 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 Dtranslate.c1323 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 Dtranslate_vx.c.inc1547 tcg_gen_add2_i32(tmp, sum, sum, sum, tmp, tmp);
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1777 tcg_gen_add2_i32(cpu_SR[ACCLO], cpu_SR[ACCHI], in translate_mac16()