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

References

lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
  447         Reloc = (((Value >> 2) & 0x1f) << 8) |    // Value 6-2 = Target 12-8
  457         Reloc = (((Value >> 7) & 0x3) << 20) |    // Value 8-7 = Target 21-20
  469         Reloc = (((Value >> 12) & 0x1) << 21) |    // Value 12   = Target 21
  480         Reloc = (((Value >> 13) & 0x3) << 22) |    // Value 14-13 = Target 23-22
  492         Reloc = (((Value >> 13) & 0x1ff) << 16) |  // Value 21-13 = Target 24-16
  498         Reloc = (((Value >> 14) & 0xfff) << 16) |  // Value 25-14 = Target 27-16
  507         Reloc = Value;
  519         dbgs().write_hex(OldData) << ": Reloc=0x"; dbgs().write_hex(Reloc););
  526       InstAddr[i] |= uint8_t(Reloc >> (i * 8)) & 0xff;     // Apply new reloc