|
barretenberg
|
This is the complete list of members for UintFuzzBase< Builder >::ExecutionHandler, including all inherited members.
| execute_ADD(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_AND(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_CONSTANT(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_DIVIDE(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_GET_BIT(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_MODULO(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_MULTIPLY(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_NOT(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_OR(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_RANDOMSEED(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_ROL(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_ROR(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_SET(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_SHL(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_SHR(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_SUBTRACT(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| execute_XOR(Builder *builder, std::vector< ExecutionHandler > &stack, Instruction &instruction) | UintFuzzBase< Builder >::ExecutionHandler | inlinestatic |
| ExecutionHandler()=default (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | |
| ExecutionHandler(Reference &r, Uint &u) (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| ExecutionHandler(Reference r, Uint u) (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| ExecutionHandler(Uint u) (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| get_bit(Builder *builder, const size_t bit) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| not_(void) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| operator%(const ExecutionHandler &other) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| operator&(const ExecutionHandler &other) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| operator*(const ExecutionHandler &other) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| operator+(const ExecutionHandler &other) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| operator-(const ExecutionHandler &other) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| operator/(const ExecutionHandler &other) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| operator^(const ExecutionHandler &other) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| operator|(const ExecutionHandler &other) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| ref (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | |
| rol(const size_t bits) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| ror(const size_t bits) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| set(Builder *builder) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| shl(const size_t bits) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| shr(const size_t bits) const (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler | inline |
| uint (defined in UintFuzzBase< Builder >::ExecutionHandler) | UintFuzzBase< Builder >::ExecutionHandler |