8#include "../columns.hpp"
17 static constexpr std::string_view
NAME =
"PERM_BC_HASHING_GET_PACKED_FIELD_0";
22 static constexpr Column INVERSES = Column::perm_bc_hashing_get_packed_field_0_inv;
23 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
SRC_COLUMNS = {
24 ColumnAndShifts::bc_hashing_pc_index,
25 ColumnAndShifts::bc_hashing_bytecode_id,
26 ColumnAndShifts::bc_hashing_packed_fields_0
28 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
DST_COLUMNS = {
29 ColumnAndShifts::bc_decomposition_pc,
30 ColumnAndShifts::bc_decomposition_id,
31 ColumnAndShifts::bc_decomposition_packed_field
36template <
typename FF_>
43 static constexpr std::string_view
NAME =
"PERM_BC_HASHING_GET_PACKED_FIELD_1";
48 static constexpr Column INVERSES = Column::perm_bc_hashing_get_packed_field_1_inv;
49 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
SRC_COLUMNS = {
50 ColumnAndShifts::bc_hashing_pc_index_1,
51 ColumnAndShifts::bc_hashing_bytecode_id,
52 ColumnAndShifts::bc_hashing_packed_fields_1
54 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
DST_COLUMNS = {
55 ColumnAndShifts::bc_decomposition_pc,
56 ColumnAndShifts::bc_decomposition_id,
57 ColumnAndShifts::bc_decomposition_packed_field
62template <
typename FF_>
69 static constexpr std::string_view
NAME =
"PERM_BC_HASHING_GET_PACKED_FIELD_2";
74 static constexpr Column INVERSES = Column::perm_bc_hashing_get_packed_field_2_inv;
75 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
SRC_COLUMNS = {
76 ColumnAndShifts::bc_hashing_pc_index_2,
77 ColumnAndShifts::bc_hashing_bytecode_id,
78 ColumnAndShifts::bc_hashing_packed_fields_2
80 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
DST_COLUMNS = {
81 ColumnAndShifts::bc_decomposition_pc,
82 ColumnAndShifts::bc_decomposition_id,
83 ColumnAndShifts::bc_decomposition_packed_field
88template <
typename FF_>
This file contains the template for the generic permutation that can be specialized to enforce variou...
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > SRC_COLUMNS
static constexpr std::string_view NAME
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > DST_COLUMNS
static constexpr Column DST_SELECTOR
static constexpr std::string_view RELATION_NAME
static constexpr size_t COLUMNS_PER_SET
static constexpr Column SRC_SELECTOR
static constexpr Column INVERSES
static constexpr std::string_view RELATION_NAME
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > SRC_COLUMNS
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > DST_COLUMNS
static constexpr Column DST_SELECTOR
static constexpr size_t COLUMNS_PER_SET
static constexpr std::string_view NAME
static constexpr Column INVERSES
static constexpr Column SRC_SELECTOR
static constexpr std::string_view RELATION_NAME
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > SRC_COLUMNS
static constexpr Column SRC_SELECTOR
static constexpr size_t COLUMNS_PER_SET
static constexpr Column INVERSES
static constexpr Column DST_SELECTOR
static constexpr std::string_view NAME
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > DST_COLUMNS