capstone-d v2.1.1 (2020-10-13T18:47:31Z)
Dub
Repo
PpcOp
capstone
ppc
Instruction's operand
struct
PpcOp {
PpcOpType
type
;
SafeUnion
!
PpcOpValue
value
;
this
(Capstone cs, cs_ppc_op internal);
}
Constructors
this
this
(Capstone cs, cs_ppc_op internal)
Undocumented in source.
Alias This
value
Members
Variables
type
PpcOpType
type
;
Operand type
value
SafeUnion
!
PpcOpValue
value
;
Operand value of type
type
Meta
Source
See Implementation
capstone
ppc
classes
CapstonePpc
PpcDetail
PpcInstruction
PpcInstructionGroup
PpcRegister
enums
PpcBc
PpcBh
PpcInstructionGroupId
PpcInstructionId
PpcOpType
PpcRegisterId
structs
PpcInstructionDetail
PpcOp
PpcOpCrx
PpcOpMem
unions
PpcOpValue
Instruction's operand