Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c3164 TCGLabel *lfail; in gen_conditional_store() local
3170 lfail = gen_new_label(); in gen_conditional_store()
3178 tcg_gen_brcond_tl(TCG_COND_NE, EA, cpu_reserve, lfail); in gen_conditional_store()
3179 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_reserve_length, memop_size(memop), lfail); in gen_conditional_store()
3188 gen_set_label(lfail); in gen_conditional_store()
3243 TCGLabel *lfail; in gen_stqcx_() local
3254 lfail = gen_new_label(); in gen_stqcx_()
3261 tcg_gen_brcond_tl(TCG_COND_NE, EA, cpu_reserve, lfail); in gen_stqcx_()
3262 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_reserve_length, 16, lfail); in gen_stqcx_()
3287 gen_set_label(lfail); in gen_stqcx_()