

Public Member Functions | |
| Instr_movf (const Register &file, int dest) | |
| virtual QString | code () const |
| virtual void | generateLinksAndStates (Code::iterator current) |
| virtual ProcessorBehaviour | behaviour () const |
| virtual AssemblyType | assemblyType () const |
Definition at line 939 of file instruction.h.
| QString Instr_movf::code | ( | ) | const [virtual] |
The text to output to the generated assembly.
Implements Instruction.
Definition at line 1580 of file instruction.cpp.
References Instruction::m_dest, Instruction::m_file, and Register::name().
| void Instr_movf::generateLinksAndStates | ( | Code::iterator | current | ) | [virtual] |
By using the ProcessorState, the Instruction should: * Find all instructions that could be executed after this instruction. * Generate the output ProcessorState. The default behaviour of this function is to link to the next sequential instruction, and to generate an unknown ProcessorState.
| instruction | points at this instruction |
Reimplemented from Instruction.
Definition at line 1585 of file instruction.cpp.
References RegisterState::known, Instruction::m_dest, Instruction::m_file, Instruction::m_inputState, Instruction::m_outputState, Instruction::makeOutputLinks(), ProcessorState::reg(), ProcessorState::status, RegisterState::value, and ProcessorState::working.
| ProcessorBehaviour Instr_movf::behaviour | ( | ) | const [virtual] |
Reimplemented from Instruction.
Definition at line 1611 of file instruction.cpp.
References Register::bankDependent(), RegisterBehaviour::depends, RegisterBehaviour::indep, Instruction::m_dest, Instruction::m_file, ProcessorBehaviour::reg(), ProcessorBehaviour::status, and ProcessorBehaviour::working.
| virtual AssemblyType Instr_movf::assemblyType | ( | ) | const [inline, virtual] |
Implements Instruction.
Definition at line 946 of file instruction.h.
References Instruction::FileOriented.
1.5.1