Searched refs:writeInt16BE (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 710 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC32Relocation() 713 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC32Relocation() 716 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC32Relocation() 730 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation() 733 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation() 736 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation() 739 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation() 743 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC64Relocation() 747 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC64Relocation() 750 writeInt16BE(LocalAddress, applyPPChigher(Value + Addend)); in resolvePPC64Relocation() [all …]
|
D | RuntimeDyld.cpp | 946 writeInt16BE(Addr, 0xC418); // lgrl %r1,.+8 in createStubFunction() 947 writeInt16BE(Addr+2, 0x0000); in createStubFunction() 948 writeInt16BE(Addr+4, 0x0004); in createStubFunction() 949 writeInt16BE(Addr+6, 0x07F1); // brc 15,%r1 in createStubFunction()
|
D | RuntimeDyldImpl.h | 330 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 936 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC32Relocation() 939 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC32Relocation() 942 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC32Relocation() 956 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation() 959 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation() 962 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation() 965 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation() 968 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC64Relocation() 971 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC64Relocation() 974 writeInt16BE(LocalAddress, applyPPChigher(Value + Addend)); in resolvePPC64Relocation() [all …]
|
D | RuntimeDyld.cpp | 854 writeInt16BE(Addr, 0xC418); // lgrl %r1,.+8 in createStubFunction() 855 writeInt16BE(Addr+2, 0x0000); in createStubFunction() 856 writeInt16BE(Addr+4, 0x0004); in createStubFunction() 857 writeInt16BE(Addr+6, 0x07F1); // brc 15,%r1 in createStubFunction()
|
D | RuntimeDyldImpl.h | 307 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() function
|