Lines Matching refs:tcg_ctx

84     if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) {  in tcg_canonicalize_memop()
131 type &= tcg_ctx->guest_mo; in tcg_gen_req_mo()
142 if (tcg_ctx->plugin_insn != NULL) { in plugin_maybe_preserve_addr()
145 if (tcg_ctx->addr_type == TCG_TYPE_I32) { in plugin_maybe_preserve_addr()
161 if (tcg_ctx->plugin_insn != NULL) { in plugin_gen_mem_callbacks()
164 if (tcg_ctx->addr_type == TCG_TYPE_I32) { in plugin_gen_mem_callbacks()
189 if (tcg_ctx->plugin_insn != NULL) { in plugin_gen_mem_callbacks_i32()
204 if (tcg_ctx->plugin_insn != NULL) { in plugin_gen_mem_callbacks_i64()
219 if (tcg_ctx->plugin_insn != NULL) { in plugin_gen_mem_callbacks_i128()
275 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_qemu_ld_i32_chk()
318 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_qemu_st_i32_chk()
381 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_qemu_ld_i64_chk()
432 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_qemu_st_i64_chk()
513 if (tcg_ctx->addr_type == TCG_TYPE_I32) { in maybe_extend_addr64()
523 if (tcg_ctx->addr_type == TCG_TYPE_I32) { in maybe_free_addr64()
538 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_gen_qemu_ld_i128_int()
595 if (tcg_ctx->addr_type == TCG_TYPE_I32) { in tcg_gen_qemu_ld_i128_int()
612 if (tcg_ctx->addr_type == TCG_TYPE_I32) { in tcg_gen_qemu_ld_i128_int()
628 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_qemu_ld_i128_chk()
644 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_gen_qemu_st_i128_int()
699 if (tcg_ctx->addr_type == TCG_TYPE_I32) { in tcg_gen_qemu_st_i128_int()
718 if (tcg_ctx->addr_type == TCG_TYPE_I32) { in tcg_gen_qemu_st_i128_int()
734 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_qemu_st_i128_chk()
855 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_nonatomic_cmpxchg_i32_chk()
868 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_gen_atomic_cmpxchg_i32_int()
892 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_atomic_cmpxchg_i32_chk()
937 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_nonatomic_cmpxchg_i64_chk()
946 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_gen_atomic_cmpxchg_i64_int()
1008 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_atomic_cmpxchg_i64_chk()
1061 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_nonatomic_cmpxchg_i128_chk()
1072 if (!(tcg_ctx->gen_tb->cflags & CF_PARALLEL)) { in tcg_gen_atomic_cmpxchg_i128_int()
1102 tcg_debug_assert(addr_type == tcg_ctx->addr_type); in tcg_gen_atomic_cmpxchg_i128_chk()
1218 tcg_debug_assert(addr_type == tcg_ctx->addr_type); \
1220 if (tcg_ctx->gen_tb->cflags & CF_PARALLEL) { \
1231 tcg_debug_assert(addr_type == tcg_ctx->addr_type); \
1233 if (tcg_ctx->gen_tb->cflags & CF_PARALLEL) { \