Home | History | Annotate | Download | only in bfd

Lines Matching refs:rightshift

366       if (howto->rightshift > howto->bitpos)
367 check = relocation >> (howto->rightshift - howto->bitpos);
369 check = relocation << (howto->bitpos - howto->rightshift);
380 if (howto->rightshift > howto->bitpos
384 >> (howto->rightshift - howto->bitpos)));
416 if (howto->rightshift > howto->bitpos
421 >> (howto->rightshift - howto->bitpos)));
463 relocation >>= (bfd_vma) howto->rightshift;
612 if (howto->rightshift == 0)
620 check = relocation >> howto->rightshift;
622 /* If this is a signed value, the rightshift just dropped
629 & ~((bfd_vma) - 1 >> howto->rightshift)));
713 relocation >>= (bfd_vma) howto->rightshift;