Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp1169 bool l_exit = false; in handleMoreOption() local
1291 l_exit = true; in handleMoreOption()
1301 if (l_exit) in handleMoreOption()
/openbmc/qemu/target/mips/tcg/
H A Dmxu_translate.c4300 TCGLabel *l_exit = gen_new_label(); in gen_mxu_S32ALN() local
4310 tcg_gen_brcondi_tl(TCG_COND_GE, t2, 5, l_exit); in gen_mxu_S32ALN()
4321 tcg_gen_br(l_exit); in gen_mxu_S32ALN()
4325 tcg_gen_br(l_exit); in gen_mxu_S32ALN()
4330 gen_set_label(l_exit); in gen_mxu_S32ALN()
4940 TCGLabel *l_exit = gen_new_label(); in decode_ase_mxu() local
4944 tcg_gen_brcondi_tl(TCG_COND_NE, t_mxu_cr, MXU_CR_MXU_EN, l_exit); in decode_ase_mxu()
5106 gen_set_label(l_exit); in decode_ase_mxu()