capstone-d ~master (2021-10-20T08:56:04.6971567)
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