capstone.sysz

Types and constants of System z architecture

Members

Aliases

SyszOpValue
alias SyszOpValue = TaggedUnion!(SyszRegister, "reg", long, "imm", SyszOpMem, "mem")

Tagged union of possible operand types

Enums

SyszCc
enum SyszCc

Enums corresponding to SystemZ condition codes

SyszInstructionGroup
enum SyszInstructionGroup

Group of SystemZ instructions

SyszInstructionId
enum SyszInstructionId

SystemZ instruction

SyszOpType
enum SyszOpType

Operand type for instruction's operands

SyszRegister
enum SyszRegister

SystemZ registers

Structs

SyszInstructionDetail
struct SyszInstructionDetail

System z-specific information about an instruction

SyszOp
struct SyszOp

Instruction's operand

SyszOpMem
struct SyszOpMem

Instruction's operand referring to memory

Meta