Home | History | Annotate | Download | only in hppa

Lines Matching defs:pcrel

152     tcg_target_long pcrel;
155 pcrel = (value - ((tcg_target_long)code_ptr + 8)) >> 2;
159 assert(check_fit_tl(pcrel, 12));
162 assert(pcrel >= 0);
164 insn |= reassemble_12(pcrel);
167 assert(check_fit_tl(pcrel, 17));
169 insn |= reassemble_17(pcrel);