Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dtranslate.c2878 TCGLabel *jumpLabel = gen_new_label(); in gen_fcall_save_ctx()
2879 tcg_gen_brcond_i32(cond, r1, r2, jumpLabel); in gen_fcall_save_ctx()
2883 gen_set_label(jumpLabel); in gen_fret()
2845 TCGLabel *jumpLabel = gen_new_label(); gen_branch_cond() local