QuISP
|
Go to the source code of this file.
Macros | |
#define | INSTR_LAST INSTR |
def_instructions.h | |
#define INSTR_LAST INSTR |
this file contains list of macros defining the Intermediate Representations (IR) used in a runtime::Program.
If you want to add new instruction, add new opcode in def_opcodes.h, and then define how it works in InstructionVisitor.cc.