Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_arm.cpp795 uint16_t instruction16; in getPairReferenceInfo() local
833 instruction16 = getWordFromThumbMov(instruction); in getPairReferenceInfo()
844 instruction16 = getWordFromArmMov(instruction); in getPairReferenceInfo()
847 value = (instruction16 << 16) | other16; in getPairReferenceInfo()
849 value = (other16 << 16) | instruction16; in getPairReferenceInfo()
865 instruction16 = getWordFromThumbMov(instruction); in getPairReferenceInfo()
876 instruction16 = getWordFromArmMov(instruction); in getPairReferenceInfo()
880 value = (instruction16 << 16) | other16; in getPairReferenceInfo()
882 value = (other16 << 16) | instruction16; in getPairReferenceInfo()