Home
last modified time | relevance | path

Searched refs:gen_update_branch_history (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dbranch-impl.c.inc20 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD);
/openbmc/qemu/target/ppc/
H A Dtranslate.c3486 static inline void gen_update_branch_history(DisasContext *ctx, in gen_update_branch_history() function
3673 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_CALL); in gen_b()
3675 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_OTHER); in gen_b()
3780 gen_update_branch_history(ctx, ctx->cia, target, bhrb_type); in gen_bcond()
3897 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD); in gen_rfi()
3912 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD); in gen_rfid()
3927 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD); in gen_rfscv()