HomeSort by relevance Sort by last modified time
    Searched refs:PrevState (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 86 static unsigned computeState(unsigned PrevState, unsigned CurState) {
87 if (PrevState == ST_INIT)
90 if (PrevState == ST_DIRTY || CurState == ST_DIRTY)
93 if (PrevState == ST_CLEAN && CurState == ST_CLEAN)
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 203 IntelExprState State, PrevState;
213 State(IES_PLUS), PrevState(IES_ERROR), BaseReg(0), IndexReg(0), TmpReg(0),
245 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) {
258 PrevState = CurrState;
281 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) {
294 PrevState = CurrState;
310 if (PrevState == IES_INTEGER) {
323 PrevState = CurrState;
326 PrevState = State;
352 if (PrevState == IES_REGISTER && CurrState == IES_MULTIPLY)
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h 185 uint8_t PrevState;
phFriNfc_MifareULMap.c 711 NdefMap->PrevState = PH_FRINFC_NDEFMAP_MFUL_STATE_READ;
    [all...]
phFriNfc_NdefMap.h 857 uint8_t PrevState;
    [all...]
phFriNfc_DesfireFormat.c 197 NdefSmtCrdFmt->AddInfo.Type4Info.PrevState = 0;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
BugReporterVisitors.cpp     [all...]

Completed in 276 milliseconds