Lines Matching refs:CurrState
496 IntelExprState CurrState = State; in onOr() local
508 PrevState = CurrState; in onOr()
511 IntelExprState CurrState = State; in onXor() local
523 PrevState = CurrState; in onXor()
526 IntelExprState CurrState = State; in onAnd() local
538 PrevState = CurrState; in onAnd()
541 IntelExprState CurrState = State; in onEq() local
553 PrevState = CurrState; in onEq()
556 IntelExprState CurrState = State; in onNE() local
568 PrevState = CurrState; in onNE()
571 IntelExprState CurrState = State; in onLT() local
583 PrevState = CurrState; in onLT()
586 IntelExprState CurrState = State; in onLE() local
598 PrevState = CurrState; in onLE()
601 IntelExprState CurrState = State; in onGT() local
613 PrevState = CurrState; in onGT()
616 IntelExprState CurrState = State; in onGE() local
628 PrevState = CurrState; in onGE()
631 IntelExprState CurrState = State; in onLShift() local
643 PrevState = CurrState; in onLShift()
646 IntelExprState CurrState = State; in onRShift() local
658 PrevState = CurrState; in onRShift()
661 IntelExprState CurrState = State; in onPlus() local
672 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onPlus()
686 PrevState = CurrState; in onPlus()
690 IntelExprState CurrState = State; in onMinus() local
721 if (CurrState == IES_REGISTER || CurrState == IES_RPAREN || in onMinus()
722 CurrState == IES_INTEGER || CurrState == IES_RBRAC || in onMinus()
723 CurrState == IES_OFFSET) in onMinus()
725 else if (PrevState == IES_REGISTER && CurrState == IES_MULTIPLY) { in onMinus()
731 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onMinus()
745 PrevState = CurrState; in onMinus()
749 IntelExprState CurrState = State; in onNot() local
778 PrevState = CurrState; in onNot()
781 IntelExprState CurrState = State; in onRegister() local
811 PrevState = CurrState; in onRegister()
850 IntelExprState CurrState = State; in onInteger() local
876 if (PrevState == IES_REGISTER && CurrState == IES_MULTIPLY) { in onInteger()
891 PrevState = CurrState; in onInteger()
961 IntelExprState CurrState = State; in onRBrac() local
975 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onRBrac()
989 PrevState = CurrState; in onRBrac()
993 IntelExprState CurrState = State; in onLParen() local
1022 PrevState = CurrState; in onLParen()