Lines Matching +full:0 +full:x91000000
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
25 // TODO(gkm): extract embedded addend just so we can assert that it is 0 in getEmbeddedAddend()
26 return 0; in getEmbeddedAddend()
63 uint32_t base = ((r.length == 2) ? read32le(loc) : 0); in relocateOne()
103 if ((instruction & 0xbfc00000) != 0xb9400000) in relaxGotLoad()
105 assert(((instruction >> 10) & 0xfff) == 0 && in relaxGotLoad()
109 instruction = ((instruction & 0x001fffff) | 0x91000000); in relaxGotLoad()
122 write32le(loc, 0xD503201F); in handleDtraceReloc()
124 // change call site to 'MOVZ X0,0' in handleDtraceReloc()
125 write32le(loc, 0xD2800000); in handleDtraceReloc()
136 error(loc + ": " + Twine(8 * align) + "-bit LDR/STR to 0x" + in reportUnalignedLdrStr()