Monero
Namespaces | Macros
instruction.cpp File Reference
#include "instruction.hpp"
#include "common.hpp"
#include "instruction_weights.hpp"
Include dependency graph for instruction.cpp:

Namespaces

 randomx
 

Macros

#define INST_NAME(x)   REPN(#x, WT(x))
 
#define INST_HANDLE(x)   REPN(&Instruction::h_##x, WT(x))
 

Macro Definition Documentation

◆ INST_HANDLE

#define INST_HANDLE (   x)    REPN(&Instruction::h_##x, WT(x))

◆ INST_NAME

#define INST_NAME (   x)    REPN(#x, WT(x))