Rizin
unix-like reverse engineering framework and cli tools
|
#include "platform.h"
Go to the source code of this file.
Classes | |
struct | xcore_op_mem |
struct | cs_xcore_op |
Instruction operand. More... | |
struct | cs_xcore |
Instruction structure. More... | |
Typedefs | |
typedef enum xcore_op_type | xcore_op_type |
Operand type for instruction's operands. More... | |
typedef enum xcore_reg | xcore_reg |
XCore registers. More... | |
typedef struct xcore_op_mem | xcore_op_mem |
typedef struct cs_xcore_op | cs_xcore_op |
Instruction operand. More... | |
typedef struct cs_xcore | cs_xcore |
Instruction structure. More... | |
typedef enum xcore_insn | xcore_insn |
XCore instruction. More... | |
typedef enum xcore_insn_group | xcore_insn_group |
Group of XCore instructions. More... | |
typedef struct cs_xcore_op cs_xcore_op |
Instruction operand.
typedef enum xcore_insn xcore_insn |
XCore instruction.
typedef enum xcore_insn_group xcore_insn_group |
Group of XCore instructions.
typedef struct xcore_op_mem xcore_op_mem |
Instruction's operand referring to memory This is associated with XCORE_OP_MEM operand type above
typedef enum xcore_op_type xcore_op_type |
Operand type for instruction's operands.
enum xcore_insn |
XCore instruction.
Definition at line 93 of file xcore.h.
enum xcore_insn_group |
enum xcore_op_type |
enum xcore_reg |
XCore registers.
Definition at line 26 of file xcore.h.