Home
last modified time | relevance | path

Searched refs:OpcodeV1 (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Dexec_ns.cpp56 typedef Common::Functor1Mem<CommandContext&, void, CommandExec_ns> OpcodeV1; typedef
57 #define COMMAND_OPCODE(op) table->push_back(new OpcodeV1(this, &CommandExec_ns::cmdOp_##op))
H A Dexec_br.cpp65 typedef Common::Functor1Mem<CommandContext&, void, CommandExec_br> OpcodeV1; typedef
66 #define COMMAND_OPCODE(op) table->push_back(new OpcodeV1(this, &CommandExec_br::cmdOp_##op))
H A Dparser_br.cpp293 typedef Common::Functor0Mem<void, ProgramParser_br> OpcodeV1; typedef
294 #define INSTRUCTION_PARSER(sig) table->push_back(new OpcodeV1(this, &ProgramParser_br::instParse_##…
H A Dparser_ns.cpp1086 typedef Common::Functor0Mem<void, ProgramParser_ns> OpcodeV1; typedef
1088 #define INSTRUCTION_PARSER(sig) table->push_back(new OpcodeV1(this, &ProgramParser_ns::instParse_##…
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Dexec_ns.cpp56 typedef Common::Functor1Mem<CommandContext&, void, CommandExec_ns> OpcodeV1; typedef
57 #define COMMAND_OPCODE(op) table->push_back(new OpcodeV1(this, &CommandExec_ns::cmdOp_##op))
H A Dexec_br.cpp65 typedef Common::Functor1Mem<CommandContext&, void, CommandExec_br> OpcodeV1; typedef
66 #define COMMAND_OPCODE(op) table->push_back(new OpcodeV1(this, &CommandExec_br::cmdOp_##op))
H A Dparser_br.cpp293 typedef Common::Functor0Mem<void, ProgramParser_br> OpcodeV1; typedef
294 #define INSTRUCTION_PARSER(sig) table->push_back(new OpcodeV1(this, &ProgramParser_br::instParse_##…
H A Dparser_ns.cpp1086 typedef Common::Functor0Mem<void, ProgramParser_ns> OpcodeV1; typedef
1088 #define INSTRUCTION_PARSER(sig) table->push_back(new OpcodeV1(this, &ProgramParser_ns::instParse_##…
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/script/
H A Dscript_lok.cpp1767 typedef Common::Functor1Mem<EMCState *, int, KyraEngine_LoK> OpcodeV1; typedef
1769 #define Opcode(x) table->push_back(new OpcodeV1(this, &KyraEngine_LoK::x))
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/script/
H A Dscript_lok.cpp1769 typedef Common::Functor1Mem<EMCState *, int, KyraEngine_LoK> OpcodeV1; typedef
1771 #define Opcode(x) table->push_back(new OpcodeV1(this, &KyraEngine_LoK::x))