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

References

tools/lld/ELF/Arch/PPC64.cpp
  510     write32(loc - offset, 0x60000000); // nop
  514     uint32_t regNo = read32(loc - offset) & 0x03E00000; // bits 6-10
  515     write32(loc - offset, 0x3C0D0000 | regNo);          // addis RegNo, r13
  516     relocateOne(loc, R_PPC64_TPREL16_HA, val);
  520     uint32_t primaryOp = getPrimaryOpCode(read32(loc));
  523     uint32_t secondaryOp = (read32(loc) & 0x000007FE) >> 1; // bits 21-30
  527     write32(loc, ((dFormOp << 26) | (read32(loc) & 0x03FFFFFF)));
  527     write32(loc, ((dFormOp << 26) | (read32(loc) & 0x03FFFFFF)));
  528     relocateOne(loc + offset, R_PPC64_TPREL16_LO, val);