Home
last modified time | relevance | path

Searched refs:MaxImmU16 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp36 static const int MaxImmU16 = (1<<16) - 1; variable
106 int OpImm = (remaining > MaxImmU16) ? MaxImmU16 : remaining; in IfNeededExtSP()
126 while (OffsetFromTop < RemainingAdj - MaxImmU16) { in IfNeededLDAWSP()
128 int OpImm = (RemainingAdj > MaxImmU16) ? MaxImmU16 : RemainingAdj; in IfNeededLDAWSP()
260 Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize; in emitPrologue()