Home
last modified time | relevance | path

Searched refs:applyPPChi (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp903 static inline uint16_t applyPPChi(uint64_t value) { in applyPPChi() function
939 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC32Relocation()
968 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC64Relocation()
999 writeInt16BE(LocalAddress, applyPPChi(Delta)); in resolvePPC64Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp677 static inline uint16_t applyPPChi(uint64_t value) { in applyPPChi() function
713 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC32Relocation()
743 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC64Relocation()
775 writeInt16BE(LocalAddress, applyPPChi(Delta)); in resolvePPC64Relocation()