Lines Matching +full:0 +full:x3ffff
5 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
61 {"fixup_xtensa_branch_6", 0, 16, MCFixupKindInfo::FKF_IsPCRel}, in getFixupKindInfo()
94 unsigned Hi2 = (Value >> 4) & 0x3; in adjustFixupValue()
95 unsigned Lo4 = Value & 0xf; in adjustFixupValue()
102 return (Value & 0xff); in adjustFixupValue()
107 return (Value & 0xfff); in adjustFixupValue()
112 return (Value & 0x3ffff); in adjustFixupValue()
117 if (Value & 0x3) in adjustFixupValue()
119 return (Value & 0xffffc) >> 2; in adjustFixupValue()
122 if (Offset & 0x3) in adjustFixupValue()
124 if (!isInt<18>(Value) && (Value & 0x20000)) in adjustFixupValue()
126 if (Value & 0x3) in adjustFixupValue()
128 return (Value & 0x3fffc) >> 2; in adjustFixupValue()
162 for (unsigned i = 0; i != FullSize; ++i) { in applyFixup()
163 Data[Offset + i] |= uint8_t((Value >> (i * 8)) & 0xff); in applyFixup()
179 for (uint64_t i = 0; i != NumNops24b; ++i) { in writeNopData()
185 OS.write("\0x00", 1); in writeNopData()
192 // TODO maybe function should return error if (Count > 0) in writeNopData()
197 OS.write("\0", 1); in writeNopData()