capstone-d v1.0.0 (2018-12-25T17:11:17Z)
Dub
Repo
PpcOpValue
capstone
ppc
Tagged union of possible operand types
alias
PpcOpValue
=
TaggedUnion
!(
PpcRegister
, "reg",
uint
, "imm",
PpcOpMem
, "mem",
PpcOpCrx
, "crx")
Meta
Source
See Implementation
capstone
ppc
aliases
PpcOpValue
enums
PpcBc
PpcBh
PpcInstructionGroup
PpcInstructionId
PpcOpType
PpcRegister
structs
PpcInstructionDetail
PpcOp
PpcOpCrx
PpcOpMem
Tagged union of possible operand types