|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::avm2::simulation::MockAlu, including all inherited members.
| add(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| div(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| eq(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| fdiv(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| lt(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| lte(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| MOCK_METHOD(MemoryValue, add,(const MemoryValue &a, const MemoryValue &b),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, sub,(const MemoryValue &a, const MemoryValue &b),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, mul,(const MemoryValue &a, const MemoryValue &b),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, div,(const MemoryValue &a, const MemoryValue &b),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, fdiv,(const MemoryValue &a, const MemoryValue &b),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, eq,(const MemoryValue &a, const MemoryValue &b),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, lt,(const MemoryValue &a, const MemoryValue &b),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, lte,(const MemoryValue &a, const MemoryValue &b),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, op_not,(const MemoryValue &a),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, truncate,(const FF &a, MemoryTag dst_tag),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, shr,(const MemoryValue &a, const MemoryValue &b),(override)) | bb::avm2::simulation::MockAlu | |
| MOCK_METHOD(MemoryValue, shl,(const MemoryValue &a, const MemoryValue &b),(override)) | bb::avm2::simulation::MockAlu | |
| MockAlu() | bb::avm2::simulation::MockAlu | |
| mul(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| op_not(const MemoryValue &a)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| shl(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| shr(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| sub(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| truncate(const FF &a, MemoryTag dst_tag)=0 | bb::avm2::simulation::AluInterface | pure virtual |
| ~AluInterface()=default | bb::avm2::simulation::AluInterface | virtual |
| ~MockAlu() override | bb::avm2::simulation::MockAlu |