Home | History | Annotate | Download | only in tcg

Lines Matching refs:code_ptr

68 static void patch_reloc(uint8_t *code_ptr, int type, 
122 *s->code_ptr++ = v;
127 uint8_t *p = s->code_ptr;
129 s->code_ptr = p + 2;
134 uint8_t *p = s->code_ptr;
136 s->code_ptr = p + 4;
141 uint8_t *p = s->code_ptr;
143 s->code_ptr = p + 8;
148 static void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type,
159 patch_reloc(code_ptr, type, l->u.value, addend);
164 r->ptr = code_ptr;
336 s->code_ptr = s->code_buf;
338 flush_icache_range((uintptr_t)s->code_buf, (uintptr_t)s->code_ptr);
342 size_t size = s->code_ptr - s->code_buf;
2502 s->code_ptr = gen_code_buf;
2547 tcg_out_label(s, args[0], s->code_ptr);
2570 if (search_pc >= 0 && search_pc < s->code_ptr - gen_code_buf) {
2603 flush_icache_range((uintptr_t)gen_code_buf, (uintptr_t)s->code_ptr);
2605 return s->code_ptr - gen_code_buf;