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

12345

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcpu-ns32k.c384 if (howto->rightshift > howto->bitpos)
385 check = relocation >> (howto->rightshift - howto->bitpos);
387 check = relocation << (howto->bitpos - howto->rightshift);
398 if (howto->rightshift > howto->bitpos
402 >> (howto->rightshift - howto->bitpos)));
434 if (howto->rightshift > howto->bitpos
439 >> (howto->rightshift - howto->bitpos)));
481 relocation >>= (bfd_vma) howto->rightshift;
632 if (howto->rightshift == 0)
640 check = relocation >> howto->rightshift;
[all...]
H A Dreloc.c297 . unsigned int rightshift;
475 unsigned int rightshift,
482 @var{rightshift} bits, on a machine with addresses containing
491 unsigned int rightshift,
504 addrmask = N_ONES (addrsize) | (fieldmask << rightshift);
505 a = (relocation & addrmask) >> rightshift;;
525 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
805 howto->rightshift,
836 relocation >>= (bfd_vma) howto->rightshift;
1184 howto->rightshift,
489 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
1385 unsigned int rightshift = howto->rightshift; local
1438 addrmask >>= rightshift; local
[all...]
H A Dnlm32-i386.c156 || rel->howto->rightshift != 0
280 && rel->howto->rightshift == 0
304 && rel->howto->rightshift == 0
H A Delf32-d10v.c337 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
344 sign = sign >> howto->bitpos << howto->rightshift;
358 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.c672 || rel->howto->rightshift != 0
779 if (howto->rightshift == rel->howto->rightshift
H A Dnlm32-sparc.c150 if (tmp->rightshift == rel->howto->rightshift
H A Daout-tic30.c437 if (howto->rightshift == 0)
444 check = relocation >> howto->rightshift;
448 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
500 relocation >>= (bfd_vma) howto->rightshift;
H A Delf32-crx.c85 0, /* rightshift */
99 1, /* rightshift */
113 1, /* rightshift */
127 1, /* rightshift */
141 1, /* rightshift */
155 1, /* rightshift */
169 1, /* rightshift */
183 0, /* rightshift */
197 0, /* rightshift */
211 0, /* rightshift */
[all...]
H A Delf32-i860.c84 relocation >>= reloc_entry->howto->rightshift;
147 relocation >>= reloc_entry->howto->rightshift;
267 0, /* rightshift */
282 0, /* rightshift */
296 0, /* rightshift */
310 0, /* rightshift */
324 0, /* rightshift */
338 0, /* rightshift */
353 2, /* rightshift */
367 0, /* rightshift */
[all...]
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...]
H A Delf32-bfin.c98 howto->rightshift,
105 /* if rightshift is 1 and the number odd, return error. */
106 if (howto->rightshift && (relocation & 0x01))
112 relocation >>= (bfd_vma) howto->rightshift;
200 howto->rightshift,
210 relocation >>= (bfd_vma) howto->rightshift;
354 howto->rightshift,
361 /* If rightshift is 1 and the number odd, return error. */
362 if (howto->rightshift && (relocation & 0x01))
368 relocation >>= (bfd_vma) howto->rightshift;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcpu-ns32k.c384 if (howto->rightshift > howto->bitpos)
385 check = relocation >> (howto->rightshift - howto->bitpos);
387 check = relocation << (howto->bitpos - howto->rightshift);
398 if (howto->rightshift > howto->bitpos
402 >> (howto->rightshift - howto->bitpos)));
434 if (howto->rightshift > howto->bitpos
439 >> (howto->rightshift - howto->bitpos)));
481 relocation >>= (bfd_vma) howto->rightshift;
632 if (howto->rightshift == 0)
640 check = relocation >> howto->rightshift;
[all...]
H A Dreloc.c297 . unsigned int rightshift;
475 unsigned int rightshift,
482 @var{rightshift} bits, on a machine with addresses containing
491 unsigned int rightshift,
504 addrmask = N_ONES (addrsize) | (fieldmask << rightshift);
505 a = (relocation & addrmask) >> rightshift;;
525 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
805 howto->rightshift,
836 relocation >>= (bfd_vma) howto->rightshift;
1184 howto->rightshift,
489 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
1385 unsigned int rightshift = howto->rightshift; local
1438 addrmask >>= rightshift; local
[all...]
H A Dnlm32-i386.c156 || rel->howto->rightshift != 0
280 && rel->howto->rightshift == 0
304 && rel->howto->rightshift == 0
H A Delf32-d10v.c337 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
344 sign = sign >> howto->bitpos << howto->rightshift;
358 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.c672 || rel->howto->rightshift != 0
779 if (howto->rightshift == rel->howto->rightshift
H A Dnlm32-sparc.c150 if (tmp->rightshift == rel->howto->rightshift
H A Delf32-crx.c85 0, /* rightshift */
99 1, /* rightshift */
113 1, /* rightshift */
127 1, /* rightshift */
141 1, /* rightshift */
155 1, /* rightshift */
169 1, /* rightshift */
183 0, /* rightshift */
197 0, /* rightshift */
211 0, /* rightshift */
[all...]
H A Delf32-i860.c84 relocation >>= reloc_entry->howto->rightshift;
147 relocation >>= reloc_entry->howto->rightshift;
267 0, /* rightshift */
282 0, /* rightshift */
296 0, /* rightshift */
310 0, /* rightshift */
324 0, /* rightshift */
338 0, /* rightshift */
353 2, /* rightshift */
367 0, /* rightshift */
[all...]
H A Daout-tic30.c437 if (howto->rightshift == 0)
444 check = relocation >> howto->rightshift;
448 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
500 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...]
H A Delf32-bfin.c98 howto->rightshift,
105 /* if rightshift is 1 and the number odd, return error. */
106 if (howto->rightshift && (relocation & 0x01))
112 relocation >>= (bfd_vma) howto->rightshift;
200 howto->rightshift,
210 relocation >>= (bfd_vma) howto->rightshift;
354 howto->rightshift,
361 /* If rightshift is 1 and the number odd, return error. */
362 if (howto->rightshift && (relocation & 0x01))
368 relocation >>= (bfd_vma) howto->rightshift;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dcgen.c48 static int rightshift = 0; variable
500 /* Re-init rightshift quantity, just in case. */
501 rightshift = operand->length;
729 rightshift -= field->val.leaf->length;
733 if (rightshift)
734 new_exp = make_right_shifted_expr (expP, rightshift, signed_p);

Completed in 478 milliseconds

12345