Nearly CC
An educational compiler skeleton
Instruction Member List

This is the complete list of members for Instruction, including all inherited members.

duplicate() constInstructioninline
get_comment() constInstructioninline
get_last_operand() constInstruction
get_num_operands() constInstruction
get_opcode() constInstruction
get_operand(unsigned index) constInstruction
get_symbol() constInstructioninline
has_comment() constInstructioninline
Instruction(int opcode)Instruction
Instruction(int opcode, const Operand &op1)Instruction
Instruction(int opcode, const Operand &op1, const Operand &op2)Instruction
Instruction(int opcode, const Operand &op1, const Operand &op2, const Operand &op3, unsigned num_operands=3)Instruction
set_comment(const std::string &comment)Instructioninline
set_operand(unsigned index, const Operand &operand)Instruction
set_symbol(Symbol *sym)Instructioninline
~Instruction() (defined in Instruction)Instruction