Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCXCOFFObjectWriter.cpp62 const uint8_t SignAndSizeForHalf16 = EncodedSignednessIndicator | 15; in getRelocTypeAndSignSize() local
67 return {XCOFF::RelocationType::R_TOC, SignAndSizeForHalf16}; in getRelocTypeAndSignSize()
69 return {XCOFF::RelocationType::R_TOCU, SignAndSizeForHalf16}; in getRelocTypeAndSignSize()
71 return {XCOFF::RelocationType::R_TOCL, SignAndSizeForHalf16}; in getRelocTypeAndSignSize()