

Public Member Functions | |
| Instr_retfie () | |
| virtual QString | code () const |
| virtual void | generateLinksAndStates (Code::iterator current) |
| virtual ProcessorBehaviour | behaviour () const |
| virtual AssemblyType | assemblyType () const |
Definition at line 1170 of file instruction.h.
| QString Instr_retfie::code | ( | ) | const [virtual] |
The text to output to the generated assembly.
Implements Instruction.
Definition at line 2134 of file instruction.cpp.
| void Instr_retfie::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 2139 of file instruction.cpp.
References Instruction::m_inputState, and Instruction::m_outputState.
| ProcessorBehaviour Instr_retfie::behaviour | ( | ) | const [virtual] |
Reimplemented from Instruction.
Definition at line 2147 of file instruction.cpp.
| virtual AssemblyType Instr_retfie::assemblyType | ( | ) | const [inline, virtual] |
Implements Instruction.
Definition at line 1177 of file instruction.h.
References Instruction::Other.
1.5.1