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

References

lib/Target/XCore/XCoreFrameLowering.cpp
  105     int OpImm = (remaining > MaxImmU16) ? MaxImmU16 : remaining;
  105     int OpImm = (remaining > MaxImmU16) ? MaxImmU16 : remaining;
  125   while (OffsetFromTop < RemainingAdj - MaxImmU16) {
  127     int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj;
  127     int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj;
  261     Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize;
  261     Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize;