Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dvisasm.h37 #define VISEntryHalfFast(fail_label) \ argument
42 ba,a,pt %xcc, fail_label; \
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c3314 TCGLabel *fail_label; in gen_store_exclusive() local
3323 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()
H A Dtranslate-a64.c2724 TCGLabel *fail_label = gen_new_label(); in gen_store_exclusive() local
2739 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()