Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c3807 TCGLabel *lfail; in gen_conditional_store() local
3813 lfail = gen_new_label(); in gen_conditional_store()
3821 tcg_gen_brcond_tl(TCG_COND_NE, EA, cpu_reserve, lfail); in gen_conditional_store()
3822 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_reserve_length, memop_size(memop), lfail); in gen_conditional_store()
3831 gen_set_label(lfail); in gen_conditional_store()
3886 TCGLabel *lfail; in gen_stqcx_() local
3897 lfail = gen_new_label(); in gen_stqcx_()
3904 tcg_gen_brcond_tl(TCG_COND_NE, EA, cpu_reserve, lfail); in gen_stqcx_()
3905 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_reserve_length, 16, lfail); in gen_stqcx_()
3930 gen_set_label(lfail); in gen_stqcx_()