Searched refs:gen_update_branch_history (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/translate/ |
H A D | branch-impl.c.inc | 20 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD);
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 3483 static inline void gen_update_branch_history(DisasContext *ctx, in gen_update_branch_history() function 3670 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_CALL); in gen_b() 3672 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_OTHER); in gen_b() 3777 gen_update_branch_history(ctx, ctx->cia, target, bhrb_type); in gen_bcond() 3894 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD); in gen_rfi() 3909 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD); in gen_rfid() 3924 gen_update_branch_history(ctx, ctx->cia, NULL, BHRB_TYPE_NORECORD); in gen_rfscv()
|