Home
last modified time | relevance | path

Searched refs:STO_PPC64_LOCAL_BIT (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
DELF.h390 STO_PPC64_LOCAL_BIT = 5, enumerator
391 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
395 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
407 return Val << STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h389 STO_PPC64_LOCAL_BIT = 5, enumerator
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
400 return Val << STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h389 STO_PPC64_LOCAL_BIT = 5, enumerator
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
400 return Val << STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp254 return 1 << ELF::STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
260 return (int)Log2(Offset) << (int)ELF::STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h399 STO_PPC64_LOCAL_BIT = 5, enumerator
400 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
403 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
/external/kmod/port-gnu/
Delf.h2421 #define STO_PPC64_LOCAL_BIT 5 macro
2422 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
2424 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
/external/elfutils/libelf/
Delf.h2665 #define STO_PPC64_LOCAL_BIT 5 macro
2666 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
2668 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)