|
libTriton version 1.0 build 1599
|
Variables | |
| constexpr triton::uint32 | triton::bitsize::flag = 1 |
| flag size in bit | |
| constexpr triton::uint32 | triton::bitsize::byte = 8 |
| byte size in bit | |
| constexpr triton::uint32 | triton::bitsize::word = 16 |
| word size in bit | |
| constexpr triton::uint32 | triton::bitsize::dword = 32 |
| dword size in bit | |
| constexpr triton::uint32 | triton::bitsize::qword = 64 |
| qword size in bit | |
| constexpr triton::uint32 | triton::bitsize::fword = 80 |
| fword size in bit | |
| constexpr triton::uint32 | triton::bitsize::dqword = 128 |
| dqword size in bit | |
| constexpr triton::uint32 | triton::bitsize::qqword = 256 |
| qqword size in bit | |
| constexpr triton::uint32 | triton::bitsize::dqqword = 512 |
| dqqword size in bit | |
| constexpr triton::uint32 | triton::bitsize::max_supported = dqqword |
| max size supported in bit | |
|
constexpr |
byte size in bit
Definition at line 60 of file cpuSize.hpp.
|
constexpr |
dqqword size in bit
Definition at line 74 of file cpuSize.hpp.
|
constexpr |
dqword size in bit
Definition at line 70 of file cpuSize.hpp.
|
constexpr |
dword size in bit
Definition at line 64 of file cpuSize.hpp.
|
constexpr |
flag size in bit
Definition at line 58 of file cpuSize.hpp.
|
constexpr |
fword size in bit
Definition at line 68 of file cpuSize.hpp.
|
constexpr |
max size supported in bit
Definition at line 76 of file cpuSize.hpp.
|
constexpr |
qqword size in bit
Definition at line 72 of file cpuSize.hpp.
|
constexpr |
qword size in bit
Definition at line 66 of file cpuSize.hpp.
|
constexpr |
word size in bit
Definition at line 62 of file cpuSize.hpp.