Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg-op.h267 #define tcg_gen_addcio_tl tcg_gen_addcio_i64 macro
386 #define tcg_gen_addcio_tl tcg_gen_addcio_i32
/qemu/target/openrisc/
H A Dtranslate.c223 tcg_gen_addcio_tl(res, cpu_sr_cy, srca, srcb, cpu_sr_cy); in gen_addc()
/qemu/target/ppc/
H A Dtranslate.c1749 tcg_gen_addcio_tl(t0, ca, arg1, arg2, ca); in gen_op_arith_add()
1952 tcg_gen_addcio_tl(t0, cpu_ca, arg2, inv1, cpu_ca); in gen_op_arith_subf()
/qemu/target/sparc/
H A Dtranslate.c398 tcg_gen_addcio_tl(cpu_cc_N, cpu_cc_C, src1, src2, cin); in gen_op_addcc_int()