Home
last modified time | relevance | path

Searched refs:C_STMOP (Results 1 – 12 of 12) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan2/
H A Dinter.cpp48 if (I_CLASS(i) == (Aword)C_STMOP) in if_()
74 if (I_CLASS(i) == (Aword)C_STMOP) in else_()
112 if (I_CLASS(i) == (Aword)C_STMOP) in depexec()
141 if (I_CLASS(i) == (Aword)C_STMOP) in depcase()
209 case C_STMOP: in interpret()
H A Dacode.h109 C_STMOP, enumerator
H A Dreverse.cpp73 if (*e == ((Aword)C_STMOP << 28 | (Aword)I_RETURN)) break; in reverseStms()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan2/
H A Dinter.cpp48 if (I_CLASS(i) == (Aword)C_STMOP) in if_()
72 if (I_CLASS(i) == (Aword)C_STMOP) in else_()
108 if (I_CLASS(i) == (Aword)C_STMOP) in depexec()
135 if (I_CLASS(i) == (Aword)C_STMOP) in depcase()
201 case C_STMOP: in interpret()
H A Dacode.h109 C_STMOP, enumerator
H A Dreverse.cpp73 if (*e == ((Aword)C_STMOP << 28 | (Aword)I_RETURN)) break; in reverseStms()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dinter.cpp103 if (I_CLASS(i) == (Aword)C_STMOP) in interpretIf()
138 if (I_CLASS(i) == (Aword)C_STMOP) in interpretElse()
161 if (I_CLASS(i) == (Aword)C_STMOP) in goToLOOPEND()
187 if (I_CLASS(i) == (Aword)C_STMOP) in jumpBackToStartOfMatchingLOOP()
241 if (I_CLASS(i) == (Aword)C_STMOP) in depexec()
286 if (I_CLASS(i) == (Aword)C_STMOP) in depcase()
494 case C_STMOP: in interpret()
H A Dacode.h156 C_STMOP, enumerator
171 #define INSTRUCTION(op) ((((Aword)C_STMOP)<<28)|((Aword)op))
H A Dreverse.cpp128 if (*e == ((Aword)C_STMOP << 28 | (Aword)I_RETURN)) break; in reverseStms()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dinter.cpp103 if (I_CLASS(i) == (Aword)C_STMOP) in interpretIf()
140 if (I_CLASS(i) == (Aword)C_STMOP) in interpretElse()
165 if (I_CLASS(i) == (Aword)C_STMOP) in goToLOOPEND()
193 if (I_CLASS(i) == (Aword)C_STMOP) in jumpBackToStartOfMatchingLOOP()
249 if (I_CLASS(i) == (Aword)C_STMOP) in depexec()
296 if (I_CLASS(i) == (Aword)C_STMOP) in depcase()
510 case C_STMOP: in interpret()
H A Dacode.h156 C_STMOP, enumerator
171 #define INSTRUCTION(op) ((((Aword)C_STMOP)<<28)|((Aword)op))
H A Dreverse.cpp128 if (*e == ((Aword)C_STMOP << 28 | (Aword)I_RETURN)) break; in reverseStms()