Home
last modified time | relevance | path

Searched defs:rightshift (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dreloc.c493 unsigned int rightshift, in bfd_check_overflow()
1387 unsigned int rightshift = howto->rightshift; in _bfd_relocate_contents() local
H A Dbfd-in2.h2130 unsigned int rightshift; member
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dreloc.c492 unsigned int rightshift, in bfd_check_overflow()
1395 unsigned int rightshift = howto->rightshift; in _bfd_relocate_contents() local
H A Dbfd-in2.h1873 unsigned int rightshift; member
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp5573 unsigned shift, bool rightshift) { in EmitNeonCall()