Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dmxu_translate.c3829 TCGLabel *l_greater_lo = gen_new_label(); in gen_mxu_Q16SAT() local
3846 tcg_gen_brcondi_tl(TCG_COND_GT, t1, 255, l_greater_lo); in gen_mxu_Q16SAT()
3851 gen_set_label(l_greater_lo); in gen_mxu_Q16SAT()
3865 TCGLabel *l_greater_lo = gen_new_label(); in gen_mxu_Q16SAT() local
3882 tcg_gen_brcondi_tl(TCG_COND_GT, t1, 255, l_greater_lo); in gen_mxu_Q16SAT()
3887 gen_set_label(l_greater_lo); in gen_mxu_Q16SAT()