Searched refs:get_psw_carry (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 1082 static TCGv_i64 get_psw_carry(DisasContext *ctx, bool d) in get_psw_carry() function 1212 get_psw_carry(ctx, d), ctx->zero); in do_add() 1219 tcg_gen_add_i64(dest, dest, get_psw_carry(ctx, d)); in do_add() 1309 get_psw_carry(ctx, d), ctx->zero); in do_sub() 2996 tcg_gen_add_i64(add1, add1, get_psw_carry(ctx, false)); in trans_ds()
|