capstone.mips

Types and constants of MIPS architecture

Members

Aliases

MipsOpValue
alias MipsOpValue = TaggedUnion!(MipsRegister, "reg", long, "imm", MipsOpMem, "mem")

Tagged union of possible operand types

Enums

MipsInstructionGroup
enum MipsInstructionGroup

Group of Mips instructions

MipsInstructionId
enum MipsInstructionId

MIPS instructions

MipsOpType
enum MipsOpType

Operand type for instruction's operands

MipsRegister
enum MipsRegister

MIPS registers

Structs

MipsInstructionDetail
struct MipsInstructionDetail

MIPS-specific information about an instruction

MipsOp
struct MipsOp

Instruction's operand

MipsOpMem
struct MipsOpMem

Instruction's operand referring to memory

Meta