Monero
Loading...
Searching...
No Matches
bytecode_machine.cpp File Reference
#include "bytecode_machine.hpp"
#include "reciprocal.h"
Include dependency graph for bytecode_machine.cpp:

Namespaces

namespace  randomx

Macros

#define INSTR_CASE(x)

Macro Definition Documentation

◆ INSTR_CASE

#define INSTR_CASE ( x)
Value:
case InstructionType::x: \
exe_ ## x(ibc, pc, scratchpad, config); \
break;
Definition cryptonote_config.h:221