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.c4899 TCGLabel *fail_label; in gen_store_exclusive() local
4908 fail_label = gen_new_label(); in gen_store_exclusive()
4912 tcg_gen_brcond_i64(TCG_COND_NE, extaddr, cpu_exclusive_addr, fail_label); in gen_store_exclusive()
4952 gen_set_label(fail_label); in gen_store_exclusive()
H A Dtranslate-a64.c2480 TCGLabel *fail_label = gen_new_label(); in gen_store_exclusive() local
2495 tcg_gen_brcond_i64(TCG_COND_NE, clean_addr, cpu_exclusive_addr, fail_label); in gen_store_exclusive()
2575 gen_set_label(fail_label); in gen_store_exclusive()