capstone.sparc

Types and constants of SPARC architecturem

Members

Aliases

SparcOpValue
alias SparcOpValue = TaggedUnion!(SparcRegister, "reg", int, "imm", SparcOpMem, "mem")

Tagged union of possible operand types

Enums

SparcCc
enum SparcCc

Enums corresponding to Sparc condition codes, both icc's and fcc's.

SparcHint
enum SparcHint

Branch hint

SparcInstructionGroup
enum SparcInstructionGroup

Group of SPARC instructions

SparcInstructionId
enum SparcInstructionId

SPARC instruction

SparcOpType
enum SparcOpType

Operand type for instruction's operands

SparcRegister
enum SparcRegister

SPARC registers

Structs

SparcInstructionDetail
struct SparcInstructionDetail

Sparc-specific information about an instruction

SparcOp
struct SparcOp

Instruction's operand

SparcOpMem
struct SparcOpMem

Instruction's operand referring to memory

Meta