|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::avm2::simulation::Alu, including all inherited members.
| add(const MemoryValue &a, const MemoryValue &b) override | bb::avm2::simulation::Alu | virtual |
| Alu(GreaterThanInterface &greater_than, FieldGreaterThanInterface &field_gt, RangeCheckInterface &range_check, EventEmitterInterface< AluEvent > &event_emitter) | bb::avm2::simulation::Alu | inline |
| div(const MemoryValue &a, const MemoryValue &b) override | bb::avm2::simulation::Alu | virtual |
| eq(const MemoryValue &a, const MemoryValue &b) override | bb::avm2::simulation::Alu | virtual |
| events | bb::avm2::simulation::Alu | private |
| fdiv(const MemoryValue &a, const MemoryValue &b) override | bb::avm2::simulation::Alu | virtual |
| field_gt | bb::avm2::simulation::Alu | private |
| greater_than | bb::avm2::simulation::Alu | private |
| lt(const MemoryValue &a, const MemoryValue &b) override | bb::avm2::simulation::Alu | virtual |
| lte(const MemoryValue &a, const MemoryValue &b) override | bb::avm2::simulation::Alu | virtual |
| mul(const MemoryValue &a, const MemoryValue &b) override | bb::avm2::simulation::Alu | virtual |
| op_not(const MemoryValue &a) override | bb::avm2::simulation::Alu | virtual |
| range_check | bb::avm2::simulation::Alu | private |
| shl(const MemoryValue &a, const MemoryValue &b) override | bb::avm2::simulation::Alu | virtual |
| shr(const MemoryValue &a, const MemoryValue &b) override | bb::avm2::simulation::Alu | virtual |
| sub(const MemoryValue &a, const MemoryValue &b) override | bb::avm2::simulation::Alu | virtual |
| truncate(const FF &a, MemoryTag dst_tag) override | bb::avm2::simulation::Alu | virtual |
| ~AluInterface()=default | bb::avm2::simulation::AluInterface | virtual |