Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::vm::opcode_utils Struct Reference

#include <opcodes.hpp>

Public Attributes

std::map< uint16_t, std::string > opcode_map
 

Detailed Description

Definition at line 29 of file opcodes.hpp.

Member Data Documentation

◆ opcode_map

std::map< uint16_t, std::string > sysio::vm::opcode_utils::opcode_map
Initial value:
{
}

Definition at line 30 of file opcodes.hpp.

30 {
49 };
#define SYS_VM_F64_CONSTANT_OPS(opcode_macro)
#define SYS_VM_RETURN_OP(opcode_macro)
#define SYS_VM_EXIT_OP(opcode_macro)
#define SYS_VM_COMPARISON_OPS(opcode_macro)
#define SYS_VM_MEMORY_OPS(opcode_macro)
#define SYS_VM_I64_CONSTANT_OPS(opcode_macro)
#define SYS_VM_I32_CONSTANT_OPS(opcode_macro)
#define SYS_VM_CALL_OPS(opcode_macro)
#define SYS_VM_NUMERIC_OPS(opcode_macro)
#define SYS_VM_CONVERSION_OPS(opcode_macro)
#define SYS_VM_VARIABLE_ACCESS_OPS(opcode_macro)
#define SYS_VM_EMPTY_OPS(opcode_macro)
#define SYS_VM_CALL_IMM_OPS(opcode_macro)
#define SYS_VM_CONTROL_FLOW_OPS(opcode_macro)
#define SYS_VM_ERROR_OPS(opcode_macro)
#define SYS_VM_CREATE_MAP(name, code)
#define SYS_VM_PARAMETRIC_OPS(opcode_macro)
#define SYS_VM_F32_CONSTANT_OPS(opcode_macro)
#define SYS_VM_BR_TABLE_OP(opcode_macro)

The documentation for this struct was generated from the following files: