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.c3691 target_long bhrb_type = BHRB_TYPE_OTHER; in gen_bcond() local
3703 bhrb_type |= BHRB_TYPE_INDIRECT; in gen_bcond()
3705 bhrb_type |= BHRB_TYPE_XL_FORM; in gen_bcond()
3711 bhrb_type |= BHRB_TYPE_CALL; in gen_bcond()
3762 bhrb_type |= BHRB_TYPE_COND; in gen_bcond()
3777 bhrb_type |= BHRB_TYPE_COND; in gen_bcond()
3780 gen_update_branch_history(ctx, ctx->cia, target, bhrb_type); in gen_bcond()