capstone.xcore

Types and constants of XCore architecture

Members

Aliases

XCoreOpValue
alias XCoreOpValue = TaggedUnion!(XCoreRegister, "reg", long, "imm", XCoreOpMem, "mem")

Tagged union of possible operand types

Enums

XCoreInstructionGroup
enum XCoreInstructionGroup

Group of XCore instructions

XCoreInstructionId
enum XCoreInstructionId

XCore instruction

XCoreOpType
enum XCoreOpType

Operand type for instruction's operands

XCoreRegister
enum XCoreRegister

XCore registers

Structs

XCoreInstructionDetail
struct XCoreInstructionDetail

XCore-specific information about an instruction

XCoreOp
struct XCoreOp

Instruction's operand

XCoreOpMem
struct XCoreOpMem

Instruction's operand referring to memory

Meta