Lines Matching +full:0 +full:x0007ffff
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44 defaultMaxPageSize = 0x100000; in SPARCV9()
45 defaultImageBase = 0x100000; in SPARCV9()
105 write32be(loc, (read32be(loc) & ~0x3fffffff) | ((val >> 2) & 0x3fffffff)); in relocate()
110 write32be(loc, (read32be(loc) & ~0x003fffff) | (val & 0x003fffff)); in relocate()
116 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); in relocate()
121 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 10) & 0x003fffff)); in relocate()
126 write32be(loc, (read32be(loc) & ~0x0007ffff) | ((val >> 2) & 0x0007ffff)); in relocate()
131 write32be(loc, (read32be(loc) & ~0x000003ff) | (val & 0x000003ff)); in relocate()
135 write32be(loc, (read32be(loc) & ~0x00001fff) | (val & 0x000003ff)); in relocate()
145 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 42) & 0x003fffff)); in relocate()
149 write32be(loc, (read32be(loc) & ~0x00001fff) | ((val >> 32) & 0x000003ff)); in relocate()
154 write32be(loc, (read32be(loc) & ~0x003fffff) | ((val >> 22) & 0x003fffff)); in relocate()
158 write32be(loc, (read32be(loc) & ~0x000003ff) | ((val >> 12) & 0x000003ff)); in relocate()
162 write32be(loc, (read32be(loc) & ~0x00001fff) | (val & 0x00000fff)); in relocate()
166 write32be(loc, (read32be(loc) & ~0x003fffff) | ((~val >> 10) & 0x003fffff)); in relocate()
170 write32be(loc, (read32be(loc) & ~0x00001fff) | (val & 0x000003ff) | 0x1C00); in relocate()
180 0x03, 0x00, 0x00, 0x00, // sethi (. - .PLT0), %g1 in writePlt()
181 0x30, 0x68, 0x00, 0x00, // ba,a %xcc, .PLT1 in writePlt()
182 0x01, 0x00, 0x00, 0x00, // nop in writePlt()
183 0x01, 0x00, 0x00, 0x00, // nop in writePlt()
184 0x01, 0x00, 0x00, 0x00, // nop in writePlt()
185 0x01, 0x00, 0x00, 0x00, // nop in writePlt()
186 0x01, 0x00, 0x00, 0x00, // nop in writePlt()
187 0x01, 0x00, 0x00, 0x00 // nop in writePlt()