#include <sstream>
#include <string>
#include <tuple>
#include <variant>
#include "macro_utils.h"
#include "types.h"
#include "def_opcodes.h"
#include "def_instructions.h"
Go to the source code of this file.
◆ INSTR [1/2]
#define INSTR |
( |
| Opcode, |
|
|
| ... ) |
Value:
#define INSTRUCTION_TYPE_ALIAS(...)
Definition macro_utils.h:28
◆ INSTR [2/2]
#define INSTR |
( |
| Opcode, |
|
|
| ... ) |
◆ INSTR_LAST [1/2]
◆ INSTR_LAST [2/2]
#define INSTR_LAST |
( |
| Opcode, |
|
|
| ... ) |
◆ OP [1/3]
◆ OP [2/3]
◆ OP [3/3]
Value:using OP_##Opcode = Op<OpType::Opcode>;
◆ OP_LAST [1/3]
◆ OP_LAST [2/3]
◆ OP_LAST [3/3]
#define OP_LAST |
( |
| Opcode | ) |
|
Value:using OP_##Opcode = Op<OpType::Opcode>;