

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