Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::lookup_internal_call_push_call_stack_settings_ Struct Reference

#include <lookups_internal_call.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_INTERNAL_CALL_PUSH_CALL_STACK"
 
static constexpr std::string_view RELATION_NAME = "internal_call"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 5
 
static constexpr Column SRC_SELECTOR = Column::execution_sel_execute_internal_call
 
static constexpr Column DST_SELECTOR = Column::internal_call_stack_sel
 
static constexpr Column COUNTS = Column::lookup_internal_call_push_call_stack_counts
 
static constexpr Column INVERSES = Column::lookup_internal_call_push_call_stack_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 16 of file lookups_internal_call.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_internal_call_push_call_stack_settings_::COUNTS = Column::lookup_internal_call_push_call_stack_counts
staticconstexpr

Definition at line 22 of file lookups_internal_call.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_internal_call_push_call_stack_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::internal_call_stack_context_id,
ColumnAndShifts::internal_call_stack_entered_call_id,
ColumnAndShifts::internal_call_stack_id,
ColumnAndShifts::internal_call_stack_return_id,
ColumnAndShifts::internal_call_stack_return_pc
}

Definition at line 31 of file lookups_internal_call.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_internal_call_push_call_stack_settings_::DST_SELECTOR = Column::internal_call_stack_sel
staticconstexpr

Definition at line 21 of file lookups_internal_call.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_internal_call_push_call_stack_settings_::INVERSES = Column::lookup_internal_call_push_call_stack_inv
staticconstexpr

Definition at line 23 of file lookups_internal_call.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_internal_call_push_call_stack_settings_::LOOKUP_TUPLE_SIZE = 5
staticconstexpr

Definition at line 19 of file lookups_internal_call.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_internal_call_push_call_stack_settings_::NAME = "LOOKUP_INTERNAL_CALL_PUSH_CALL_STACK"
staticconstexpr

Definition at line 17 of file lookups_internal_call.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_internal_call_push_call_stack_settings_::RELATION_NAME = "internal_call"
staticconstexpr

Definition at line 18 of file lookups_internal_call.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_internal_call_push_call_stack_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::execution_context_id,
ColumnAndShifts::execution_next_internal_call_id,
ColumnAndShifts::execution_internal_call_id,
ColumnAndShifts::execution_internal_call_return_id,
ColumnAndShifts::execution_next_pc
}

Definition at line 24 of file lookups_internal_call.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_internal_call_push_call_stack_settings_::SRC_SELECTOR = Column::execution_sel_execute_internal_call
staticconstexpr

Definition at line 20 of file lookups_internal_call.hpp.


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