Lines Matching refs:rightshift
492 unsigned int rightshift, in bfd_check_overflow() argument
516 a = (a & addrmask) >> rightshift; in bfd_check_overflow()
519 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask)) in bfd_check_overflow()
525 a = (a & addrmask) >> rightshift; in bfd_check_overflow()
536 a >>= rightshift; in bfd_check_overflow()
538 if (ss != 0 && ss != (((bfd_vma) -1 >> rightshift) & ~ fieldmask)) in bfd_check_overflow()
815 howto->rightshift, in bfd_perform_relocation()
846 relocation >>= (bfd_vma) howto->rightshift; in bfd_perform_relocation()
1194 howto->rightshift, in bfd_install_relocation()
1225 relocation >>= (bfd_vma) howto->rightshift; in bfd_install_relocation()
1395 unsigned int rightshift = howto->rightshift; in _bfd_relocate_contents() local
1450 a = (a & addrmask) >> rightshift; in _bfd_relocate_contents()
1457 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask)) in _bfd_relocate_contents()
1502 a = (a & addrmask) >> rightshift; in _bfd_relocate_contents()
1517 a >>= rightshift; in _bfd_relocate_contents()
1521 if (ss != 0 && ss != (((bfd_vma) -1 >> rightshift) & signmask)) in _bfd_relocate_contents()
1548 relocation >>= (bfd_vma) rightshift; in _bfd_relocate_contents()