Lines Matching refs:CurrState
476 IntelExprState CurrState = State; in onOr() local
488 PrevState = CurrState; in onOr()
491 IntelExprState CurrState = State; in onXor() local
503 PrevState = CurrState; in onXor()
506 IntelExprState CurrState = State; in onAnd() local
518 PrevState = CurrState; in onAnd()
521 IntelExprState CurrState = State; in onEq() local
533 PrevState = CurrState; in onEq()
536 IntelExprState CurrState = State; in onNE() local
548 PrevState = CurrState; in onNE()
551 IntelExprState CurrState = State; in onLT() local
563 PrevState = CurrState; in onLT()
566 IntelExprState CurrState = State; in onLE() local
578 PrevState = CurrState; in onLE()
581 IntelExprState CurrState = State; in onGT() local
593 PrevState = CurrState; in onGT()
596 IntelExprState CurrState = State; in onGE() local
608 PrevState = CurrState; in onGE()
611 IntelExprState CurrState = State; in onLShift() local
623 PrevState = CurrState; in onLShift()
626 IntelExprState CurrState = State; in onRShift() local
638 PrevState = CurrState; in onRShift()
641 IntelExprState CurrState = State; in onPlus() local
652 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onPlus()
668 PrevState = CurrState; in onPlus()
672 IntelExprState CurrState = State; in onMinus() local
703 if (CurrState == IES_REGISTER || CurrState == IES_RPAREN || in onMinus()
704 CurrState == IES_INTEGER || CurrState == IES_RBRAC || in onMinus()
705 CurrState == IES_OFFSET) in onMinus()
707 else if (PrevState == IES_REGISTER && CurrState == IES_MULTIPLY) { in onMinus()
713 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onMinus()
729 PrevState = CurrState; in onMinus()
733 IntelExprState CurrState = State; in onNot() local
762 PrevState = CurrState; in onNot()
765 IntelExprState CurrState = State; in onRegister() local
797 PrevState = CurrState; in onRegister()
836 IntelExprState CurrState = State; in onInteger() local
862 if (PrevState == IES_REGISTER && CurrState == IES_MULTIPLY) { in onInteger()
879 PrevState = CurrState; in onInteger()
949 IntelExprState CurrState = State; in onRBrac() local
961 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onRBrac()
974 PrevState = CurrState; in onRBrac()
978 IntelExprState CurrState = State; in onLParen() local
1007 PrevState = CurrState; in onLParen()