#include <set>
#include <string>
#include <unordered_map>
#include <vector>
#include <triton/aarch64Specifications.hpp>
#include <triton/archEnums.hpp>
#include <triton/callbacks.hpp>
#include <triton/cpuInterface.hpp>
#include <triton/dllexport.hpp>
#include <triton/instruction.hpp>
#include <triton/memoryAccess.hpp>
#include <triton/register.hpp>
#include <triton/tritonTypes.hpp>
#include "triton/aarch64.spec"
Go to the source code of this file.
|
#define | SYS_REG_SPEC(_, LOWER_NAME, _2, _3, _4, _5) triton::uint8 LOWER_NAME[triton::size::qword]; |
| System registers. More...
|
|
#define | REG_SPEC(_1, _2, _3, _4, _5, _6) |
|
#define | REG_SPEC_NO_CAPSTONE(_1, _2, _3, _4, _5, _6) |
|
◆ REG_SPEC
#define REG_SPEC |
( |
|
_1, |
|
|
|
_2, |
|
|
|
_3, |
|
|
|
_4, |
|
|
|
_5, |
|
|
|
_6 |
|
) |
| |
◆ REG_SPEC_NO_CAPSTONE
#define REG_SPEC_NO_CAPSTONE |
( |
|
_1, |
|
|
|
_2, |
|
|
|
_3, |
|
|
|
_4, |
|
|
|
_5, |
|
|
|
_6 |
|
) |
| |
◆ SYS_REG_SPEC