Home | History | Annotate | Download | only in tcg

Lines Matching refs:code_ptr

68 static void patch_reloc(uint8_t *code_ptr, int type, 
96 *s->code_ptr++ = v;
101 *(uint16_t *)s->code_ptr = v;
102 s->code_ptr += 2;
107 *(uint32_t *)s->code_ptr = v;
108 s->code_ptr += 4;
113 static void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type,
124 patch_reloc(code_ptr, type, l->u.value, addend);
129 r->ptr = code_ptr;
259 s->code_ptr = s->code_buf;
262 (unsigned long)s->code_ptr);
2060 s->code_ptr = gen_code_buf;
2079 gen_opc_tpc2gpc_ptr[tpc2gpc_index] = s->code_ptr;
2135 tcg_out_label(s, args[0], (long)s->code_ptr);
2153 if (search_pc >= 0 && search_pc < s->code_ptr - gen_code_buf) {
2192 (unsigned long)s->code_ptr);
2193 return s->code_ptr - gen_code_buf;