Searched refs:PreInc (Results 1 – 5 of 5) sorted by relevance
33 PreInc = 1, enumerator423 return ((F >> TSF_AddrModeOff) & TSF_AddModeMask) == PreInc; in isPreIncrement()
163 UNARYOP_FALLBACK(PreInc) UNARYOP_FALLBACK(PreDec)
438 UNARY_OPERATION(PreInc, "++")
610 def PreInc : OverflowOpcode;
906 bool PreInc(InterpState &S, CodePtr OpPC, bool CanOverflow) { in PreInc() function