capstone-d ~master (2021-10-20T08:56:04.6971567)
Dub
Repo
MipsOp
capstone
mips
Instruction's operand
struct
MipsOp {
MipsOpType
type
;
SafeUnion
!
MipsOpValue
value
;
this
(Capstone cs, cs_mips_op internal);
}
Constructors
this
this
(Capstone cs, cs_mips_op internal)
Undocumented in source.
Alias This
value
Members
Variables
type
MipsOpType
type
;
Operand type
value
SafeUnion
!
MipsOpValue
value
;
Operand value of type
type
Meta
Source
See Implementation
capstone
mips
classes
CapstoneMips
MipsDetail
MipsInstruction
MipsInstructionGroup
MipsRegister
enums
MipsInstructionGroupId
MipsInstructionId
MipsOpType
MipsRegisterId
structs
MipsInstructionDetail
MipsOp
MipsOpMem
unions
MipsOpValue
Instruction's operand