capstone-d v2.1.1 (2020-10-13T18:47:31Z)
Dub
Repo
XCoreInstructionDetail
capstone
xcore
XCore-specific information about an instruction
struct
XCoreInstructionDetail {
XCoreOp
[]
operands
;
this
(Capstone cs, cs_arch_detail arch_detail);
}
Constructors
this
this
(Capstone cs, cs_arch_detail arch_detail)
Undocumented in source.
Members
Variables
operands
XCoreOp
[]
operands
;
Operands for this instruction.
Meta
Source
See Implementation
capstone
xcore
classes
CapstoneXCore
XCoreDetail
XCoreInstruction
XCoreInstructionGroup
XCoreRegister
enums
XCoreInstructionGroupId
XCoreInstructionId
XCoreOpType
XCoreRegisterId
structs
XCoreInstructionDetail
XCoreOp
XCoreOpMem
unions
XCoreOpValue
XCore-specific information about an instruction