capstone-d v1.0.0 (2018-12-25T17:11:17Z)
Dub
Repo
XCoreOp
capstone
xcore
Instruction's operand
struct
XCoreOp {
XCoreOpType
type
;
XCoreOpValue
value
;
this
(cs_xcore_op internal);
}
Constructors
this
this
(cs_xcore_op internal)
Undocumented in source.
Alias This
value
Members
Variables
type
XCoreOpType
type
;
Operand type
value
XCoreOpValue
value
;
Operand value of type
type
Meta
Source
See Implementation
capstone
xcore
aliases
XCoreOpValue
enums
XCoreInstructionGroup
XCoreInstructionId
XCoreOpType
XCoreRegister
structs
XCoreInstructionDetail
XCoreOp
XCoreOpMem
Instruction's operand