checkRegister(CCPU< T > *cpu, const unsigned regidx) | CInstruction< T > | [inline, virtual] |
CInstruction(std::string name) | CInstruction< T > | [inline] |
CInstructionDiv() (defined in CInstructionDiv< T >) | CInstructionDiv< T > | [inline] |
compile(std::list< std::string > ¶ms) | CInstructionDiv< T > | [inline, virtual] |
dump(std::ostream &stream) | CInstruction< T > | [inline, virtual] |
execute(CCPU< T > *cpu) | CInstructionDiv< T > | [inline, virtual] |
factory() | CInstructionDiv< T > | [inline, virtual] |
getName() | CInstruction< T > | [inline, virtual] |
m_name | CInstruction< T > | [protected] |
m_regidx1 | CInstructionDiv< T > | [protected] |
m_regidx2 | CInstructionDiv< T > | [protected] |
m_regidx3 | CInstructionDiv< T > | [protected] |
operator()(CCPU< T > *cpu) | CInstruction< T > | [inline, virtual] |
operator<<(std::ostream &stream, CInstruction &instr) | CInstruction< T > | [friend] |
operator==(std::string &name) | CInstruction< T > | [inline, virtual] |
parseRegister(const std::string &str) | CInstruction< T > | [inline, virtual] |
~CInstruction() | CInstruction< T > | [inline, virtual] |