libTriton version 1.0 build 1592
|
Entry of the oracle table for unary operators synthesis. More...
#include <oracleEntry.hpp>
Public Member Functions | |
TRITON_EXPORT | UnaryEntry (triton::uint8 bits, triton::uint64 x, triton::uint64 r) |
Constructor. | |
Public Attributes | |
triton::uint32 | bits |
Size of the oracle. | |
triton::uint64 | x |
Value of x. | |
triton::uint64 | r |
Result of <op>(x) | |
Entry of the oracle table for unary operators synthesis.
Definition at line 64 of file oracleEntry.hpp.
|
inline |
Constructor.
Definition at line 76 of file oracleEntry.hpp.
triton::uint32 triton::engines::synthesis::UnaryEntry::bits |
Size of the oracle.
Definition at line 67 of file oracleEntry.hpp.
triton::uint64 triton::engines::synthesis::UnaryEntry::r |
Result of <op>(x)
Definition at line 73 of file oracleEntry.hpp.
triton::uint64 triton::engines::synthesis::UnaryEntry::x |
Value of x.
Definition at line 70 of file oracleEntry.hpp.