1 #ifndef CAPSTONE_MIPS_H
2 #define CAPSTONE_MIPS_H
18 #pragma warning(disable:4201)
mips_op_type type
operand type
mips_op_mem mem
base/index/scale/disp value for MEM operand
int64_t imm
immediate value for IMM operand
mips_reg reg
register id for REG operand
mips_reg base
base register
int64_t disp
displacement/offset value
mips_insn_group
Group of MIPS instructions.
@ MIPS_GRP_RET
= CS_GRP_RET
@ MIPS_GRP_INVALID
= CS_GRP_INVALID
@ MIPS_GRP_JUMP
= CS_GRP_JUMP
@ MIPS_GRP_IRET
= CS_GRP_IRET
@ MIPS_GRP_INT
= CS_GRP_INT
@ MIPS_GRP_CALL
= CS_GRP_CALL
@ MIPS_GRP_PRIVILEGE
= CS_GRP_PRIVILEGE
@ MIPS_GRP_NOTINMICROMIPS
@ MIPS_GRP_BRANCH_RELATIVE
= CS_GRP_BRANCH_RELATIVE
struct cs_mips_op cs_mips_op
Instruction operand.
mips_op_type
Operand type for instruction's operands.
@ MIPS_OP_REG
= CS_OP_REG (Register operand).
@ MIPS_OP_IMM
= CS_OP_IMM (Immediate operand).
@ MIPS_OP_MEM
= CS_OP_MEM (Memory operand).
@ MIPS_OP_INVALID
= CS_OP_INVALID (Uninitialized).
mips_insn
MIPS instruction.
struct cs_mips cs_mips
Instruction structure.
struct mips_op_mem mips_op_mem
@ MIPS_REG_DSPOUTFLAG16_19