Go to the documentation of this file. 1 #ifndef CAPSTONE_XCORE_H
2 #define CAPSTONE_XCORE_H
14 #pragma warning(disable:4201)
struct xcore_op_mem xcore_op_mem
uint8_t index
index register, same conditions apply here
@ XCORE_GRP_INVALID
= CS_GRP_INVALID
@ XCORE_GRP_JUMP
= CS_GRP_JUMP
xcore_op_type type
operand type
@ XCORE_OP_MEM
= CS_OP_MEM (Memory operand).
struct cs_xcore_op cs_xcore_op
Instruction operand.
cs_xcore_op operands[8]
operands for this instruction.
@ XCORE_OP_INVALID
= CS_OP_INVALID (Uninitialized).
xcore_reg
XCore registers.
@ XCORE_OP_REG
= CS_OP_REG (Register operand).
xcore_reg reg
register value for REG operand
int direct
+1: forward, -1: backward
int32_t disp
displacement/offset value
int32_t imm
immediate value for IMM operand
struct cs_xcore cs_xcore
Instruction structure.
xcore_op_mem mem
base/disp value for MEM operand
xcore_op_type
Operand type for instruction's operands.
@ XCORE_OP_IMM
= CS_OP_IMM (Immediate operand).
xcore_insn_group
Group of XCore instructions.
xcore_insn
XCore instruction.
grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:01:54