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

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp87 } ITState; member in class:__anon22297::ARMAsmParser
88 bool inITBlock() { return ITState.CurPosition != ~0U;}
93 unsigned TZ = countTrailingZeros(ITState.Mask);
94 if (++ITState.CurPosition == 5 - TZ)
95 ITState.CurPosition = ~0U; // Done with the IT block after this.
256 ITState.CurPosition = ~0U;
5226 if (ITState.FirstCond)
5227 ITState.FirstCond = false;
5229 bit = (ITState.Mask >> (5 - ITState
[all...]

Completed in 71 milliseconds