Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::MockAlu Member List

This is the complete list of members for bb::avm2::simulation::MockAlu, including all inherited members.

add(const MemoryValue &a, const MemoryValue &b)=0bb::avm2::simulation::AluInterfacepure virtual
div(const MemoryValue &a, const MemoryValue &b)=0bb::avm2::simulation::AluInterfacepure virtual
eq(const MemoryValue &a, const MemoryValue &b)=0bb::avm2::simulation::AluInterfacepure virtual
fdiv(const MemoryValue &a, const MemoryValue &b)=0bb::avm2::simulation::AluInterfacepure virtual
lt(const MemoryValue &a, const MemoryValue &b)=0bb::avm2::simulation::AluInterfacepure virtual
lte(const MemoryValue &a, const MemoryValue &b)=0bb::avm2::simulation::AluInterfacepure 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)=0bb::avm2::simulation::AluInterfacepure virtual
op_not(const MemoryValue &a)=0bb::avm2::simulation::AluInterfacepure virtual
shl(const MemoryValue &a, const MemoryValue &b)=0bb::avm2::simulation::AluInterfacepure virtual
shr(const MemoryValue &a, const MemoryValue &b)=0bb::avm2::simulation::AluInterfacepure virtual
sub(const MemoryValue &a, const MemoryValue &b)=0bb::avm2::simulation::AluInterfacepure virtual
truncate(const FF &a, MemoryTag dst_tag)=0bb::avm2::simulation::AluInterfacepure virtual
~AluInterface()=defaultbb::avm2::simulation::AluInterfacevirtual
~MockAlu() overridebb::avm2::simulation::MockAlu