reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Arch/PPC64.cpp
 1022   loc += getPPC64GlobalEntryToLocalEntryOffset(stOther);
 1028   if (loc + 12 >= end)
 1032   if (read32(loc) != 0xe80d8fc0)
 1039   int32_t firstInstr = read32(loc + 4);
 1050   uint32_t secondInstr = read32(loc + 8);
 1074     error(getErrorLocation(loc) + "split-stack prologue adjustment overflows");
 1084     write32(loc + 4, 0x3D810000 | (uint16_t)hiImm);
 1087     write32(loc + 8, secondInstr);
 1090     write32(loc + 4, (0x39810000) | (uint16_t)loImm);
 1091     write32(loc + 8, 0x60000000);