capstone-d ~master (2019-06-08T23:22:24Z)
Dub
Repo
XCoreOp
capstone
xcore
Instruction's operand
struct
XCoreOp {
XCoreOpType
type
;
SafeUnion
!
XCoreOpValue
value
;
}
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