Searched refs:gen_tb (Results 1 – 7 of 7) sorted by relevance
341 tcg_ctx->gen_tb = tb; in tb_gen_code()375 tcg_ctx->gen_tb = NULL; in tb_gen_code()422 tcg_ctx->gen_tb = NULL; in tb_gen_code()
557 if (tcg_ctx->gen_tb) { in cpu_exec_longjmp_cleanup()558 tb_unlock_pages(tcg_ctx->gen_tb); in cpu_exec_longjmp_cleanup()559 tcg_ctx->gen_tb = NULL; in cpu_exec_longjmp_cleanup()
82 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_canonicalize_memop()566 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_gen_qemu_ld_i128_int()683 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_gen_qemu_st_i128_int()917 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_gen_atomic_cmpxchg_i32_int()995 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_gen_atomic_cmpxchg_i64_int()1121 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_gen_atomic_cmpxchg_i128_int()1269 if (tcg_ctx->gen_tb->cflags & CF_PARALLEL) { \1282 if (tcg_ctx->gen_tb->cflags & CF_PARALLEL) { \
395 s->gen_tb->jmp_reset_offset[which] = tcg_current_code_size(s); in set_jmp_reset_offset()404 s->gen_tb->jmp_insn_offset[which] = tcg_current_code_size(s); in set_jmp_insn_offset()413 return (uintptr_t)tcg_splitwx_to_rx(&s->gen_tb->jmp_target_addr[which]); in get_jmp_target_addr()6188 tcg_malloc(sizeof(uint64_t) * s->gen_tb->icount * start_words); in tcg_gen_code()6260 tcg_debug_assert(num_insns + 1 == s->gen_tb->icount); in tcg_gen_code()
305 bool parallel = tcg_ctx->gen_tb->cflags & CF_PARALLEL; in tcg_gen_mb()3329 tcg_debug_assert(!(tcg_ctx->gen_tb->cflags & CF_NO_GOTO_TB)); in tcg_gen_goto_tb()3345 if (tcg_ctx->gen_tb->cflags & CF_NO_GOTO_PTR) { in tcg_gen_lookup_and_goto_ptr()
95 return tb_cflags(tcg_ctx->gen_tb) & CF_MEMI_ONLY; in tb_is_mem_only()
475 TranslationBlock *gen_tb; /* tb for which code is being generated */ member