QuISP
Loading...
Searching...
No Matches
def_instructions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INSTR_LAST   INSTR
 def_instructions.h
 

Macro Definition Documentation

◆ INSTR_LAST

#define INSTR_LAST   INSTR

def_instructions.h

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.