Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCXCOFFObjectWriter.cpp52 const uint8_t EncodedSignednessIndicator = IsPCRel ? SignBitMask : 0u; in getRelocTypeAndSignSize() local
62 const uint8_t SignAndSizeForHalf16 = EncodedSignednessIndicator | 15; in getRelocTypeAndSignSize()
77 return {XCOFF::RelocationType::R_RBR, EncodedSignednessIndicator | 25}; in getRelocTypeAndSignSize()
79 return {XCOFF::RelocationType::R_POS, EncodedSignednessIndicator | 31}; in getRelocTypeAndSignSize()