Searched defs:ITState (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp70 } ITState; member in class:__anon8850::ARMAsmParser
71 bool inITBlock() { return ITState.CurPosition != ~0U;}
76 unsigned TZ = CountTrailingZeros_32(ITState.Mask);
77 if (++ITState.CurPosition == 5 - TZ)
78 ITState.CurPosition = ~0U; // Done with the IT block after this.
251 ITState.CurPosition = ~0U;
5241 if (ITState.FirstCond)
5242 ITState.FirstCond = false;
5244 bit = (ITState.Mask >> (5 - ITState
[all...]

Completed in 361 milliseconds