Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::BrilligOpcode::BinaryIntOp Struct Reference

#include <acir.hpp>

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

Acir::MemoryAddress destination
 
Acir::BinaryIntOp op
 
Acir::IntegerBitSize bit_size
 
Acir::MemoryAddress lhs
 
Acir::MemoryAddress rhs
 

Friends

bool operator== (const BinaryIntOp &, const BinaryIntOp &)
 

Detailed Description

Definition at line 1368 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

void Acir::BrilligOpcode::BinaryIntOp::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 1377 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const BinaryIntOp lhs,
const BinaryIntOp rhs 
)
friend

Definition at line 5755 of file acir.hpp.

Member Data Documentation

◆ bit_size

Acir::IntegerBitSize Acir::BrilligOpcode::BinaryIntOp::bit_size

Definition at line 1371 of file acir.hpp.

◆ destination

Acir::MemoryAddress Acir::BrilligOpcode::BinaryIntOp::destination

Definition at line 1369 of file acir.hpp.

◆ lhs

Acir::MemoryAddress Acir::BrilligOpcode::BinaryIntOp::lhs

Definition at line 1372 of file acir.hpp.

◆ op

Acir::BinaryIntOp Acir::BrilligOpcode::BinaryIntOp::op

Definition at line 1370 of file acir.hpp.

◆ rhs

Acir::MemoryAddress Acir::BrilligOpcode::BinaryIntOp::rhs

Definition at line 1373 of file acir.hpp.


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