Searched refs:do_log_reg (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 1422 static bool do_log_reg(DisasContext *ctx, arg_rrr_cf_d *a, in do_log_reg() function 2808 return do_log_reg(ctx, a, tcg_gen_andc_i64); in trans_andcm() 2813 return do_log_reg(ctx, a, tcg_gen_and_i64); in trans_and() 2867 return do_log_reg(ctx, a, tcg_gen_or_i64); in trans_or() 2872 return do_log_reg(ctx, a, tcg_gen_xor_i64); in trans_xor()
|