Searched refs:fail_label (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate.c | 2068 TCGLabel *fail_label; in disas_iwmmxt_insn() 2077 fail_label = gen_new_label(); in disas_iwmmxt_insn() 2081 tcg_gen_brcond_i64(TCG_COND_NE, extaddr, cpu_exclusive_addr, fail_label); in disas_iwmmxt_insn() 2121 gen_set_label(fail_label); in disas_iwmmxt_insn() 3304 TCGLabel *fail_label; gen_store_exclusive() local
|
| H A D | translate-a64.c | 458 TCGLabel *fail_label = in gen_step_complete_exception() 461 tcg_gen_brcond_i64(TCG_COND_NE, rec_va, target, fail_label); in gen_step_complete_exception() 2570 TCGLabel *fail_label = in handle_sys() 2575 tcg_gen_brcondi_i64(TCG_COND_TSTNE, value, 3, fail_label); in handle_sys() 2624 TCGLabel *fail_label = in handle_sys() 2629 tcg_gen_brcondi_i64(TCG_COND_NE, tmp1, 0b1001, fail_label); in handle_sys() 2635 tcg_gen_brcond_i64(TCG_COND_NE, tmp1, tmp2, fail_label); in handle_sys() 2641 tcg_gen_brcond_i64(TCG_COND_NE, tmp1, tmp2, fail_label); in handle_sys() 2646 tcg_gen_brcond_i64(TCG_COND_NE, tmp1, cpu_reg(s, 30), fail_label); in handle_sys() 2666 TCGLabel *fail_label in handle_sys() 2940 TCGLabel *fail_label = gen_new_label(); gen_store_exclusive() local [all...] |