Searched refs:do_cond (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/hppa/ |
| H A D | translate.c | 836 static DisasCond do_cond(DisasContext *ctx, unsigned cf, bool d, in do_cond() function 943 return do_cond(ctx, cf, d, res, NULL, sv); in do_sub_cond() 1179 DisasCond cond = do_cond(ctx, /* SV */ 12, d, NULL, NULL, *sv); in gen_tsv() 1241 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() 3033 ctx->null_cond = do_cond(ctx, a->cf, false, dest, uv, sv); in trans_ds() 3562 cond = do_cond(ctx, c * 2 + f, d, dest, cb_cond, sv); in do_addb()
|