Home
last modified time | relevance | path

Searched refs:tcg_gen_addcio_i64 (Results 1 – 6 of 6) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h267 #define tcg_gen_addcio_tl tcg_gen_addcio_i64
H A Dtcg-op-common.h244 void tcg_gen_addcio_i64(TCGv_i64 r, TCGv_i64 co,
/qemu/target/hppa/
H A Dtranslate.c1212 tcg_gen_addcio_i64(dest, cb_msb, in1, in2, get_psw_carry(ctx, d)); in do_add()
1310 tcg_gen_addcio_i64(dest, cb_msb, in1, cb, get_psw_carry(ctx, d)); in do_sub()
3008 tcg_gen_addcio_i64(dest, cpu_psw_cb_msb, add1, add2, addc); in trans_ds()
/qemu/tcg/
H A Dtcg-op.c2874 void tcg_gen_addcio_i64(TCGv_i64 r, TCGv_i64 co, in tcg_gen_addcio_i64() function
/qemu/target/s390x/tcg/
H A Dtranslate.c1252 tcg_gen_addcio_i64(o->out, cc_src, o->in1, o->in2, cc_src); in op_addc64()
/qemu/target/arm/tcg/
H A Dtranslate-a64.c1080 tcg_gen_addcio_i64(result, cf_64, t0, t1, cf_64); in gen_adc_CC()