Home
last modified time | relevance | path

Searched refs:OtherHalf (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h273 uint32_t OtherHalf = MachO.getAnyRelocationAddress(RE2) & 0xffff; in processHALFSECTDIFFRelocation() local
275 uint32_t FullImmVal = (Immediate << Shift) | (OtherHalf << (16 - Shift)); in processHALFSECTDIFFRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp194 uint32_t OtherHalf = MovtBit in RecordARMMovwMovtRelocation() local
198 MRE.Word0 = ((OtherHalf << 0) | in RecordARMMovwMovtRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp218 uint32_t OtherHalf = MovtBit in RecordARMScatteredHalfRelocation() local
222 MRE.r_word0 = ((OtherHalf << 0) | in RecordARMScatteredHalfRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp218 uint32_t OtherHalf = MovtBit in RecordARMScatteredHalfRelocation() local
222 MRE.r_word0 = ((OtherHalf << 0) | in RecordARMScatteredHalfRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h401 uint32_t OtherHalf = MachO.getAnyRelocationAddress(RE2) & 0xffff; in processHALFSECTDIFFRelocation() local
403 uint32_t FullImmVal = (Immediate << Shift) | (OtherHalf << (16 - Shift)); in processHALFSECTDIFFRelocation()