capstone.ppc

Types and constants of PowerPc architecture

Members

Aliases

PpcOpValue
alias PpcOpValue = TaggedUnion!(PpcRegister, "reg", uint, "imm", PpcOpMem, "mem", PpcOpCrx, "crx")

Tagged union of possible operand types

Enums

PpcBc
enum PpcBc

PPC branch codes for some branch instructions

PpcBh
enum PpcBh

PPC branch hint for some branch instructions

PpcInstructionGroup
enum PpcInstructionGroup

Group of PPC instructions

PpcInstructionId
enum PpcInstructionId

PPC instruction

PpcOpType
enum PpcOpType

Operand type for instruction's operands

PpcRegister
enum PpcRegister

PPC registers

Structs

PpcInstructionDetail
struct PpcInstructionDetail

Ppc-specific information about an instruction

PpcOp
struct PpcOp

Instruction's operand

PpcOpCrx
struct PpcOpCrx

Instruction's operand referring to a conditional register

PpcOpMem
struct PpcOpMem

Instruction's operand referring to memory

Meta