Searched refs:rightshift (Results 1 - 25 of 66) sorted by relevance

123

/haiku-buildtools/legacy/binutils/bfd/
H A Dcpu-ns32k.c383 if (howto->rightshift > howto->bitpos)
384 check = relocation >> (howto->rightshift - howto->bitpos);
386 check = relocation << (howto->bitpos - howto->rightshift);
397 if (howto->rightshift > howto->bitpos
401 >> (howto->rightshift - howto->bitpos)));
433 if (howto->rightshift > howto->bitpos
438 >> (howto->rightshift - howto->bitpos)));
480 relocation >>= (bfd_vma) howto->rightshift;
631 if (howto->rightshift == 0)
639 check = relocation >> howto->rightshift;
[all...]
H A Dreloc.c296 . unsigned int rightshift;
477 unsigned int rightshift,
484 @var{rightshift} bits, on a machine with addresses containing
493 unsigned int rightshift,
507 a = (relocation & addrmask) >> rightshift;;
527 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
807 howto->rightshift,
838 relocation >>= (bfd_vma) howto->rightshift;
1186 howto->rightshift,
1217 relocation >>= (bfd_vma) howto->rightshift;
491 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
1387 unsigned int rightshift = howto->rightshift; local
[all...]
H A Dnlm32-i386.c155 || rel->howto->rightshift != 0
279 && rel->howto->rightshift == 0
303 && rel->howto->rightshift == 0
H A Delf32-d10v.c350 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
357 sign = sign >> howto->bitpos << howto->rightshift;
371 addend = (addend >> howto->rightshift << howto->bitpos) & howto->dst_mask;
H A Dcoff-m88k.c112 relocation >>= (bfd_vma) howto->rightshift;
152 02, /* rightshift */
166 02, /* rightshift */
180 00, /* rightshift */
194 16, /* rightshift */
208 00, /* rightshift */
222 00, /* rightshift */
H A Dnlm32-ppc.c671 || rel->howto->rightshift != 0
778 if (howto->rightshift == rel->howto->rightshift
H A Dnlm32-sparc.c150 if (tmp->rightshift == rel->howto->rightshift
H A Daout-tic30.c419 if (howto->rightshift == 0)
426 check = relocation >> howto->rightshift;
430 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
482 relocation >>= (bfd_vma) howto->rightshift;
H A Delf32-crx.c89 0, /* rightshift */
103 1, /* rightshift */
117 1, /* rightshift */
131 1, /* rightshift */
145 1, /* rightshift */
159 1, /* rightshift */
173 1, /* rightshift */
187 0, /* rightshift */
201 0, /* rightshift */
215 0, /* rightshift */
[all...]
H A Delf32-i860.c83 relocation >>= reloc_entry->howto->rightshift;
146 relocation >>= reloc_entry->howto->rightshift;
266 0, /* rightshift */
281 0, /* rightshift */
295 0, /* rightshift */
309 0, /* rightshift */
323 0, /* rightshift */
337 0, /* rightshift */
352 2, /* rightshift */
366 0, /* rightshift */
[all...]
H A Delf32-arm.c75 0, /* rightshift */
89 2, /* rightshift */
104 0, /* rightshift */
119 0, /* rightshift */
134 0, /* rightshift */
149 0, /* rightshift */
164 0, /* rightshift */
178 6, /* rightshift */
193 0, /* rightshift */
207 0, /* rightshift */
[all...]
H A Delf32-bfin.c97 howto->rightshift,
104 /* if rightshift is 1 and the number odd, return error. */
105 if (howto->rightshift && (relocation & 0x01))
111 relocation >>= (bfd_vma) howto->rightshift;
199 howto->rightshift,
209 relocation >>= (bfd_vma) howto->rightshift;
353 howto->rightshift,
360 /* If rightshift is 1 and the number odd, return error. */
361 if (howto->rightshift && (relocation & 0x01))
367 relocation >>= (bfd_vma) howto->rightshift;
[all...]
/haiku-buildtools/binutils/bfd/
H A Dcpu-ns32k.c370 if (howto->rightshift > howto->bitpos)
371 check = relocation >> (howto->rightshift - howto->bitpos);
373 check = relocation << (howto->bitpos - howto->rightshift);
384 if (howto->rightshift > howto->bitpos
388 >> (howto->rightshift - howto->bitpos)));
420 if (howto->rightshift > howto->bitpos
425 >> (howto->rightshift - howto->bitpos)));
467 relocation >>= (bfd_vma) howto->rightshift;
617 if (howto->rightshift == 0)
625 check = relocation >> howto->rightshift;
[all...]
H A Dreloc.c295 . unsigned int rightshift;
474 unsigned int rightshift,
481 @var{rightshift} bits, on a machine with addresses containing
490 unsigned int rightshift,
503 addrmask = N_ONES (addrsize) | (fieldmask << rightshift);
504 a = (relocation & addrmask) >> rightshift;
524 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
809 howto->rightshift,
840 relocation >>= (bfd_vma) howto->rightshift;
1194 howto->rightshift,
488 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
1398 unsigned int rightshift = howto->rightshift; local
1452 addrmask >>= rightshift; local
[all...]
H A Delfxx-aarch64.c195 howto->bitsize + howto->rightshift);
199 howto->bitsize + howto->rightshift);
206 addend >>= howto->rightshift;
227 if (old_addend & ((1 << howto->rightshift) - 1))
288 if (old_addend & ((1 << howto->rightshift) - 1))
H A Dnlm32-i386.c155 || rel->howto->rightshift != 0
279 && rel->howto->rightshift == 0
303 && rel->howto->rightshift == 0
H A Delf32-d10v.c345 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
352 sign = sign >> howto->bitpos << howto->rightshift;
366 addend = (addend >> howto->rightshift << howto->bitpos) & howto->dst_mask;
H A Dcoff-m88k.c103 relocation >>= (bfd_vma) howto->rightshift;
143 02, /* rightshift */
157 02, /* rightshift */
171 00, /* rightshift */
185 16, /* rightshift */
199 00, /* rightshift */
213 00, /* rightshift */
H A Dnlm32-ppc.c671 || rel->howto->rightshift != 0
778 if (howto->rightshift == rel->howto->rightshift
H A Dnlm32-sparc.c149 if (tmp->rightshift == rel->howto->rightshift
H A Delf32-crx.c84 0, /* rightshift */
98 1, /* rightshift */
112 1, /* rightshift */
126 1, /* rightshift */
140 1, /* rightshift */
154 1, /* rightshift */
168 1, /* rightshift */
182 0, /* rightshift */
196 0, /* rightshift */
210 0, /* rightshift */
[all...]
H A Delf32-i860.c83 relocation >>= reloc_entry->howto->rightshift;
146 relocation >>= reloc_entry->howto->rightshift;
266 0, /* rightshift */
281 0, /* rightshift */
295 0, /* rightshift */
309 0, /* rightshift */
323 0, /* rightshift */
337 0, /* rightshift */
352 2, /* rightshift */
366 0, /* rightshift */
[all...]
H A Daout-tic30.c435 if (howto->rightshift == 0)
442 check = relocation >> howto->rightshift;
446 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
498 relocation >>= (bfd_vma) howto->rightshift;
H A Delf32-score.c647 0, /* rightshift */
662 0, /* rightshift */
677 0, /* rightshift */
692 1, /* rightshift */
707 1, /* rightshift */
722 1, /* rightshift */
737 1, /* rightshift */
752 1, /* rightshift */
767 0, /* rightshift */
782 0, /* rightshift */
[all...]
/haiku-buildtools/binutils/gas/
H A Dcgen.c47 static int rightshift = 0; variable
473 /* Re-init rightshift quantity, just in case. */
474 rightshift = operand->length;
697 rightshift -= field->val.leaf->length;
701 if (rightshift)
702 new_exp = make_right_shifted_expr (expP, rightshift, signed_p);

Completed in 246 milliseconds

123