

Public Member Functions | |
| Instr_raw (const QString &raw) | |
| virtual QString | code () const |
| virtual InstructionType | type () const |
| virtual AssemblyType | assemblyType () const |
Definition at line 1261 of file instruction.h.
| QString Instr_raw::code | ( | ) | const [virtual] |
The text to output to the generated assembly.
Implements Instruction.
Definition at line 2304 of file instruction.cpp.
References Instruction::m_raw.
| virtual InstructionType Instr_raw::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 1266 of file instruction.h.
| virtual AssemblyType Instr_raw::assemblyType | ( | ) | const [inline, virtual] |
Implements Instruction.
Definition at line 1267 of file instruction.h.
References Instruction::None.
1.5.1