Searched refs:TCG_OPF_BB_EXIT (Results 1 – 3 of 3) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-opc.h | 119 DEF(exit_tb, 0, 0, 1, TCG_OPF_BB_EXIT | TCG_OPF_BB_END | TCG_OPF_NOT_PRESENT) 120 DEF(goto_tb, 0, 0, 1, TCG_OPF_BB_EXIT | TCG_OPF_BB_END | TCG_OPF_NOT_PRESENT) 121 DEF(goto_ptr, 0, 1, 0, TCG_OPF_BB_EXIT | TCG_OPF_BB_END)
|
H A D | tcg.h | 753 TCG_OPF_BB_EXIT = 0x01, enumerator
|
/qemu/tcg/ |
H A D | tcg.c | 4296 if (def->flags & TCG_OPF_BB_EXIT) { in liveness_pass_1()
|