|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <instruction.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (tag, index, pointer_address_seed, base_offset_seed, mode) | |
Public Attributes | |
| MemoryTagWrapper | tag |
| uint32_t | index = 0 |
| Index of the variable in the memory_manager.stored_variables map. | |
| uint16_t | pointer_address_seed = 0 |
| A seed for the generation of the pointer address Used for Indirect/IndirectRelative modes only. | |
| uint32_t | base_offset_seed = 0 |
| A seed for the generation of the base offset Used for Relative/IndirectRelative modes only Sets M[0] = base_offset. | |
| AddressingModeWrapper | mode = AddressingMode::Direct |
Definition at line 99 of file instruction.hpp.
| VariableRef::MSGPACK_FIELDS | ( | tag | , |
| index | , | ||
| pointer_address_seed | , | ||
| base_offset_seed | , | ||
| mode | |||
| ) |
| uint32_t VariableRef::base_offset_seed = 0 |
A seed for the generation of the base offset Used for Relative/IndirectRelative modes only Sets M[0] = base_offset.
Definition at line 111 of file instruction.hpp.
| uint32_t VariableRef::index = 0 |
Index of the variable in the memory_manager.stored_variables map.
Definition at line 102 of file instruction.hpp.
| AddressingModeWrapper VariableRef::mode = AddressingMode::Direct |
Definition at line 112 of file instruction.hpp.
| uint16_t VariableRef::pointer_address_seed = 0 |
A seed for the generation of the pointer address Used for Indirect/IndirectRelative modes only.
Definition at line 106 of file instruction.hpp.
| MemoryTagWrapper VariableRef::tag |
Definition at line 100 of file instruction.hpp.