Searched refs:code_gen_ptr (Results 1 – 3 of 3) sorted by relevance
640 tcg_ctx.code_gen_ptr = tcg_ctx.code_gen_buffer; in tcg_exec_init()661 (tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer) >= in tb_alloc()678 tcg_ctx.code_gen_ptr = tb->tc_ptr; in tb_free()732 (unsigned long)(tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer), in tb_flush()734 ((unsigned long)(tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer)) / in tb_flush()737 if ((unsigned long)(tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer) in tb_flush()752 tcg_ctx.code_gen_ptr = tcg_ctx.code_gen_buffer; in tb_flush()1001 tc_ptr = tcg_ctx.code_gen_ptr; in tb_gen_code()1007 tcg_ctx.code_gen_ptr = (void *)(((uintptr_t)tcg_ctx.code_gen_ptr + in tb_gen_code()1368 tc_ptr >= (uintptr_t)tcg_ctx.code_gen_ptr) { in tb_find_pc()[all …]
233 extern uint8_t *code_gen_ptr;
524 uint8_t *code_gen_ptr; member