Home | History | Annotate | Download | only in hppa

Lines Matching refs:code_ptr

147 static void patch_reloc(uint8_t *code_ptr, int type,
150 uint32_t *insn_ptr = (uint32_t *)code_ptr;
155 pcrel = (value - ((tcg_target_long)code_ptr + 8)) >> 2;
630 disp = (val - ((tcg_target_long)s->code_ptr + 8)) >> 2;
720 val -= (tcg_target_long)s->code_ptr + 8;
727 uint32_t old_insn = *(uint32_t *)s->code_ptr;
729 tcg_out_reloc(s, s->code_ptr, R_PARISC_PCREL17F, label_index, 0);
773 val -= (tcg_target_long)s->code_ptr + 8;
784 uint32_t old_insn = *(uint32_t *)s->code_ptr;
786 tcg_out_reloc(s, s->code_ptr, R_PARISC_PCREL12F, label_index, 0);
1048 tcg_out_label(s, lab1, (tcg_target_long)s->code_ptr);
1085 tcg_out_label(s, lab2, (tcg_target_long)s->code_ptr);
1167 tcg_out_label(s, lab1, (tcg_target_long)s->code_ptr);
1211 tcg_out_label(s, lab2, (tcg_target_long)s->code_ptr);
1253 s->tb_next_offset[arg] = s->code_ptr - s->code_buf;