Searched refs:lab_fail (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 705 TCGLabel *lab_fail, *lab_done; in trans_l_swa() local 710 lab_fail = gen_new_label(); in trans_l_swa() 712 tcg_gen_brcond_tl(TCG_COND_NE, ea, cpu_lock_addr, lab_fail); in trans_l_swa() 721 gen_set_label(lab_fail); in trans_l_swa()
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 409 TCGLabel *lab_fail, *lab_done; in gen_store_conditional() local 416 lab_fail = gen_new_label(); in gen_store_conditional() 418 tcg_gen_brcond_i64(TCG_COND_NE, addr, cpu_lock_addr, lab_fail); in gen_store_conditional() 430 gen_set_label(lab_fail); in gen_store_conditional()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 1024 TCGLabel *lab_fail = gen_new_label(); 1030 tcg_gen_brcond_tl(TCG_COND_NE, taddr, lladdr, lab_fail); 1050 gen_set_label(lab_fail);
|