|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
SET_128 instruction. More...
#include <instruction.hpp>
Public Member Functions | |
| MSGPACK_FIELDS (value_tag, result_address, value_low, value_high) | |
Public Attributes | |
| MemoryTagWrapper | value_tag |
| AddressRef | result_address |
| uint64_t | value_low |
| uint64_t | value_high |
SET_128 instruction.
Definition at line 287 of file instruction.hpp.
| SET_128_Instruction::MSGPACK_FIELDS | ( | value_tag | , |
| result_address | , | ||
| value_low | , | ||
| value_high | |||
| ) |
| AddressRef SET_128_Instruction::result_address |
Definition at line 289 of file instruction.hpp.
| uint64_t SET_128_Instruction::value_high |
Definition at line 291 of file instruction.hpp.
| uint64_t SET_128_Instruction::value_low |
Definition at line 290 of file instruction.hpp.
| MemoryTagWrapper SET_128_Instruction::value_tag |
Definition at line 288 of file instruction.hpp.