capstone.ppc

Types and constants of PowerPc architecture

Members

Classes

CapstonePpc
class CapstonePpc

Architecture-specific Capstone variant

PpcDetail
class PpcDetail

Architecture-specific Detail variant

PpcInstruction
class PpcInstruction

Architecture-specific instruction variant

PpcInstructionGroup
class PpcInstructionGroup

Architecture-specific InstructionGroup variant

PpcRegister
class PpcRegister

Architecture-specific Register variant

Enums

PpcBc
enum PpcBc

PPC branch codes for some branch instructions

PpcBh
enum PpcBh

PPC branch hint for some branch instructions

PpcInstructionGroupId
enum PpcInstructionGroupId

Group of PPC instructions

PpcInstructionId
enum PpcInstructionId

PPC instruction

PpcOpType
enum PpcOpType

Operand type for instruction's operands

PpcRegisterId
enum PpcRegisterId

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

Unions

PpcOpValue
union PpcOpValue

Union of possible operand types

Meta