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