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

#include <lookups_execution.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_EXECUTION_INSTRUCTION_FETCHING_BODY"
 
static constexpr std::string_view RELATION_NAME = "execution"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 12
 
static constexpr Column SRC_SELECTOR = Column::execution_sel_instruction_fetching_success
 
static constexpr Column DST_SELECTOR = Column::instr_fetching_sel
 
static constexpr Column COUNTS = Column::lookup_execution_instruction_fetching_body_counts
 
static constexpr Column INVERSES = Column::lookup_execution_instruction_fetching_body_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 76 of file lookups_execution.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_execution_instruction_fetching_body_settings_::COUNTS = Column::lookup_execution_instruction_fetching_body_counts
staticconstexpr

Definition at line 82 of file lookups_execution.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_execution_instruction_fetching_body_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::instr_fetching_pc, ColumnAndShifts::instr_fetching_bytecode_id,
ColumnAndShifts::instr_fetching_exec_opcode, ColumnAndShifts::instr_fetching_instr_size,
ColumnAndShifts::instr_fetching_indirect, ColumnAndShifts::instr_fetching_op1,
ColumnAndShifts::instr_fetching_op2, ColumnAndShifts::instr_fetching_op3,
ColumnAndShifts::instr_fetching_op4, ColumnAndShifts::instr_fetching_op5,
ColumnAndShifts::instr_fetching_op6, ColumnAndShifts::instr_fetching_op7
}

Definition at line 92 of file lookups_execution.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_execution_instruction_fetching_body_settings_::DST_SELECTOR = Column::instr_fetching_sel
staticconstexpr

Definition at line 81 of file lookups_execution.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_execution_instruction_fetching_body_settings_::INVERSES = Column::lookup_execution_instruction_fetching_body_inv
staticconstexpr

Definition at line 83 of file lookups_execution.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_execution_instruction_fetching_body_settings_::LOOKUP_TUPLE_SIZE = 12
staticconstexpr

Definition at line 79 of file lookups_execution.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_execution_instruction_fetching_body_settings_::NAME = "LOOKUP_EXECUTION_INSTRUCTION_FETCHING_BODY"
staticconstexpr

Definition at line 77 of file lookups_execution.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_execution_instruction_fetching_body_settings_::RELATION_NAME = "execution"
staticconstexpr

Definition at line 78 of file lookups_execution.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_execution_instruction_fetching_body_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::execution_pc, ColumnAndShifts::execution_bytecode_id,
ColumnAndShifts::execution_ex_opcode, ColumnAndShifts::execution_instr_length,
ColumnAndShifts::execution_indirect, ColumnAndShifts::execution_op_0_,
ColumnAndShifts::execution_op_1_, ColumnAndShifts::execution_op_2_,
ColumnAndShifts::execution_op_3_, ColumnAndShifts::execution_op_4_,
ColumnAndShifts::execution_op_5_, ColumnAndShifts::execution_op_6_
}

Definition at line 84 of file lookups_execution.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_execution_instruction_fetching_body_settings_::SRC_SELECTOR = Column::execution_sel_instruction_fetching_success
staticconstexpr

Definition at line 80 of file lookups_execution.hpp.


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