capstone-d v2.1.1 (2020-10-13T18:47:31Z)
Dub
Repo
XCoreOp
capstone
xcore
Instruction's operand
struct
XCoreOp {
XCoreOpType
type
;
SafeUnion
!
XCoreOpValue
value
;
this
(Capstone cs, cs_xcore_op internal);
}
Constructors
this
this
(Capstone cs, cs_xcore_op internal)
Undocumented in source.
Alias This
value
Members
Variables
type
XCoreOpType
type
;
Operand type
value
SafeUnion
!
XCoreOpValue
value
;
Operand value of type
type
Meta
Source
See Implementation
capstone
xcore
classes
CapstoneXCore
XCoreDetail
XCoreInstruction
XCoreInstructionGroup
XCoreRegister
enums
XCoreInstructionGroupId
XCoreInstructionId
XCoreOpType
XCoreRegisterId
structs
XCoreInstructionDetail
XCoreOp
XCoreOpMem
unions
XCoreOpValue
Instruction's operand