Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c6682 DisasLabel nextlabel; in trans_WLS() local
6723 nextlabel = gen_disas_label(s); in trans_WLS()
6724 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_R[a->rn], 0, nextlabel.label); in trans_WLS()
6745 set_disas_label(s, nextlabel); in trans_WLS()