Searched refs:do_cond (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 834 static DisasCond do_cond(DisasContext *ctx, unsigned cf, bool d, in do_cond() function 941 return do_cond(ctx, cf, d, res, NULL, sv); in do_sub_cond() 1177 DisasCond cond = do_cond(ctx, /* SV */ 12, d, NULL, NULL, *sv); in gen_tsv() 1239 cond = do_cond(ctx, cf, d, dest, uv, sv); in do_add() 1337 cond = do_cond(ctx, cf, d, dest, get_carry(ctx, d, cb, cb_msb), sv); in do_sub() 3035 ctx->null_cond = do_cond(ctx, a->cf, false, dest, uv, sv); in trans_ds() 3565 cond = do_cond(ctx, c * 2 + f, d, dest, cb_cond, sv); in do_addb()
|