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

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/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;
478 unsigned int rightshift,
485 @var{rightshift} bits, on a machine with addresses containing
494 unsigned int rightshift,
508 a = (relocation & addrmask) >> rightshift;;
528 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
808 howto->rightshift,
839 relocation >>= (bfd_vma) howto->rightshift;
1187 howto->rightshift,
1218 relocation >>= (bfd_vma) howto->rightshift;
492 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
1388 unsigned int rightshift = howto->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.c338 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
345 sign = sign >> howto->bitpos << howto->rightshift;
359 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.c152 if (tmp->rightshift == rel->howto->rightshift
H A Delf32-cr16.c70 0, /* rightshift */
84 0, /* rightshift */
98 0, /* rightshift */
112 0, /* rightshift */
126 1, /* rightshift */
140 0, /* rightshift */
154 0, /* rightshift */
168 0, /* rightshift */
182 0, /* rightshift */
196 0, /* rightshift */
[all...]
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/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;
478 unsigned int rightshift,
485 @var{rightshift} bits, on a machine with addresses containing
494 unsigned int rightshift,
508 a = (relocation & addrmask) >> rightshift;;
528 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
808 howto->rightshift,
839 relocation >>= (bfd_vma) howto->rightshift;
1187 howto->rightshift,
1218 relocation >>= (bfd_vma) howto->rightshift;
492 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
1388 unsigned int rightshift = howto->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.c338 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
345 sign = sign >> howto->bitpos << howto->rightshift;
359 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.c152 if (tmp->rightshift == rel->howto->rightshift
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/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;
478 unsigned int rightshift,
485 @var{rightshift} bits, on a machine with addresses containing
494 unsigned int rightshift,
508 a = (relocation & addrmask) >> rightshift;;
528 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
808 howto->rightshift,
839 relocation >>= (bfd_vma) howto->rightshift;
1187 howto->rightshift,
1218 relocation >>= (bfd_vma) howto->rightshift;
492 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
1388 unsigned int rightshift = howto->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.c338 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
345 sign = sign >> howto->bitpos << howto->rightshift;
359 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.c152 if (tmp->rightshift == rel->howto->rightshift
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Darcfb.c246 * X. That's what rightshift does. bitmask selects the desired input bit.
255 unsigned char bitmask, rightshift; local
269 rightshift=0;
273 if ( i > rightshift) {
275 << (i - rightshift);
278 >> (rightshift - i);
286 rightshift=0;
289 rightshift++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Darcfb.c246 * X. That's what rightshift does. bitmask selects the desired input bit.
255 unsigned char bitmask, rightshift; local
269 rightshift=0;
273 if ( i > rightshift) {
275 << (i - rightshift);
278 >> (rightshift - i);
286 rightshift=0;
289 rightshift++;

Completed in 169 milliseconds

1234