Searched refs:tcg_gen_addcio_i64 (Results 1 – 6 of 6) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 267 #define tcg_gen_addcio_tl tcg_gen_addcio_i64
|
H A D | tcg-op-common.h | 244 void tcg_gen_addcio_i64(TCGv_i64 r, TCGv_i64 co,
|
/qemu/target/hppa/ |
H A D | translate.c | 1212 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 D | tcg-op.c | 2874 void tcg_gen_addcio_i64(TCGv_i64 r, TCGv_i64 co, in tcg_gen_addcio_i64() function
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 1252 tcg_gen_addcio_i64(o->out, cc_src, o->in1, o->in2, cc_src); in op_addc64()
|
/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 1080 tcg_gen_addcio_i64(result, cf_64, t0, t1, cf_64); in gen_adc_CC()
|