Home
last modified time | relevance | path

Searched refs:OP_JMPFALSE (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dpcode.cpp69 OP_JMPFALSE = 18, ///< conditional jump - signed word offset enumerator
159 static const byte fragment15[] = { OP_JMPFALSE | OPSIZE16, FRAGMENT_WORD(154) };
730 case OP_JMPFALSE: // conditional jump in Interpret()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dpcode.cpp70 OP_JMPFALSE = 18, ///< conditional jump - signed word offset enumerator
160 static const byte fragment15[] = { OP_JMPFALSE | OPSIZE16, FRAGMENT_WORD(154) };
749 case OP_JMPFALSE: // conditional jump in Interpret()