22#ifndef DEC_TEST_DISASM_SUBOPCODE_H
23#define DEC_TEST_DISASM_SUBOPCODE_H
25#include "decompiler/simple_disassembler.h"
std::vector< InstPtr > InstVec
Type representing a vector of InstPtrs.
Definition: Instruction.h:382
Base class for code generators.
Definition: CodeGenerator.h:58
Base class for engines.
Definition: Engine.h:34
Structure for representing an instruction.
Definition: Instruction.h:50
Definition: subopcode.h:27
SubOpcodeDisassembler(InstVec &insts)
Definition: subopcode.cpp:24
void doDisassemble() override
Definition: subopcode.cpp:27
Definition: subopcode.h:33
virtual void ProcessInst(Function &, ValueStack &, Engine *, CodeGenerator *) override
Process an instruction for code generation.
Definition: subopcode.h:35
Structure representing a function.
Definition: Function.h:26