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