libTriton version 1.0 build 1592
|
Entry of the oracle table for binary operators synthesis. More...
#include <oracleEntry.hpp>
Public Member Functions | |
TRITON_EXPORT | BinaryEntry (triton::uint8 bits, triton::uint64 x, triton::uint64 y, triton::uint64 r) |
Constructor. | |
Public Attributes | |
triton::uint32 | bits |
Size of the oracle. | |
triton::uint64 | x |
Value of x. | |
triton::uint64 | y |
Value of y. | |
triton::uint64 | r |
Result of x <op> y. | |
Entry of the oracle table for binary operators synthesis.
Definition at line 83 of file oracleEntry.hpp.
|
inline |
Constructor.
Definition at line 98 of file oracleEntry.hpp.
triton::uint32 triton::engines::synthesis::BinaryEntry::bits |
Size of the oracle.
Definition at line 86 of file oracleEntry.hpp.
triton::uint64 triton::engines::synthesis::BinaryEntry::r |
Result of x <op> y.
Definition at line 95 of file oracleEntry.hpp.
triton::uint64 triton::engines::synthesis::BinaryEntry::x |
Value of x.
Definition at line 89 of file oracleEntry.hpp.
triton::uint64 triton::engines::synthesis::BinaryEntry::y |
Value of y.
Definition at line 92 of file oracleEntry.hpp.