Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c3688 target_long bhrb_type = BHRB_TYPE_OTHER; in gen_bcond() local
3700 bhrb_type |= BHRB_TYPE_INDIRECT; in gen_bcond()
3702 bhrb_type |= BHRB_TYPE_XL_FORM; in gen_bcond()
3708 bhrb_type |= BHRB_TYPE_CALL; in gen_bcond()
3759 bhrb_type |= BHRB_TYPE_COND; in gen_bcond()
3774 bhrb_type |= BHRB_TYPE_COND; in gen_bcond()
3777 gen_update_branch_history(ctx, ctx->cia, target, bhrb_type); in gen_bcond()