|
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 |
| ResultAddressRef | result_address |
| uint64_t | value_low |
| uint64_t | value_high |
SET_128 instruction.
Definition at line 272 of file instruction.hpp.
| SET_128_Instruction::MSGPACK_FIELDS | ( | value_tag | , |
| result_address | , | ||
| value_low | , | ||
| value_high | |||
| ) |
| ResultAddressRef SET_128_Instruction::result_address |
Definition at line 274 of file instruction.hpp.
| uint64_t SET_128_Instruction::value_high |
Definition at line 276 of file instruction.hpp.
| uint64_t SET_128_Instruction::value_low |
Definition at line 275 of file instruction.hpp.
| MemoryTagWrapper SET_128_Instruction::value_tag |
Definition at line 273 of file instruction.hpp.