Searched refs:goto_tb_issue_mask (Results 1 – 3 of 3) sorted by relevance
480 int goto_tb_issue_mask; member
3316 tcg_debug_assert(tcg_ctx->goto_tb_issue_mask & (1 << idx)); in tcg_gen_exit_tb()3334 tcg_debug_assert((tcg_ctx->goto_tb_issue_mask & (1 << idx)) == 0); in tcg_gen_goto_tb()3335 tcg_ctx->goto_tb_issue_mask |= 1 << idx; in tcg_gen_goto_tb()
1506 s->goto_tb_issue_mask = 0; in tcg_func_start()