Searched refs:fail_label (Results 1 – 3 of 3) sorted by relevance
37 #define VISEntryHalfFast(fail_label) \ argument42 ba,a,pt %xcc, fail_label; \
3314 TCGLabel *fail_label; in gen_store_exclusive() local3323 fail_label = gen_new_label(); in gen_store_exclusive()3327 tcg_gen_brcond_i64(TCG_COND_NE, extaddr, cpu_exclusive_addr, fail_label); in gen_store_exclusive()3367 gen_set_label(fail_label); in gen_store_exclusive()
2724 TCGLabel *fail_label = gen_new_label(); in gen_store_exclusive() local2739 tcg_gen_brcond_i64(TCG_COND_NE, clean_addr, cpu_exclusive_addr, fail_label); in gen_store_exclusive()2819 gen_set_label(fail_label); in gen_store_exclusive()