

Public Member Functions | |
| Instr_sourceCode (const QString &source) | |
| virtual QString | code () const |
| virtual InstructionType | type () const |
| virtual AssemblyType | assemblyType () const |
Definition at line 1239 of file instruction.h.
| QString Instr_sourceCode::code | ( | ) | const [virtual] |
The text to output to the generated assembly.
Implements Instruction.
Definition at line 2291 of file instruction.cpp.
References Instruction::m_raw.
| virtual InstructionType Instr_sourceCode::type | ( | ) | const [inline, virtual] |
This is used to decide how to output the instruction, and which instructions to avoid while optimizing.
Reimplemented from Instruction.
Definition at line 1244 of file instruction.h.
| virtual AssemblyType Instr_sourceCode::assemblyType | ( | ) | const [inline, virtual] |
Implements Instruction.
Definition at line 1245 of file instruction.h.
References Instruction::None.
1.5.1