Go to the documentation of this file.
15#ifndef LIEF_ASM_AARCH64_OPERAND_MEMORY_H
16#define LIEF_ASM_AARCH64_OPERAND_MEMORY_H
38 using Operand::Operand;
40 enum class SHIFT : int32_t {
51 SHIFT type = SHIFT::UNKNOWN;
54 struct offset_t {
enum class TYPE {
70 int64_t displacement = 0;
74 TYPE type = TYPE::NONE;