Searched refs:TCG_OPF_BB_EXIT (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-opc.h | 196 DEF(exit_tb, 0, 0, 1, TCG_OPF_BB_EXIT | TCG_OPF_BB_END) 197 DEF(goto_tb, 0, 0, 1, TCG_OPF_BB_EXIT | TCG_OPF_BB_END) 198 DEF(goto_ptr, 0, 1, 0, TCG_OPF_BB_EXIT | TCG_OPF_BB_END)
|
H A D | tcg.h | 802 TCG_OPF_BB_EXIT = 0x01, enumerator
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 3864 if (def->flags & TCG_OPF_BB_EXIT) { in liveness_pass_1()
|