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