Enum capstone_sys::m68k_op_type [−][src]
#[repr(u32)] pub enum m68k_op_type { M68K_OP_INVALID, M68K_OP_REG, M68K_OP_IMM, M68K_OP_MEM, M68K_OP_FP_SINGLE, M68K_OP_FP_DOUBLE, M68K_OP_REG_BITS, M68K_OP_REG_PAIR, M68K_OP_BR_DISP, }
Expand description
Operand type for instruction’s operands
Variants
< = CS_OP_INVALID (Uninitialized).
< = CS_OP_REG (Register operand).
< = CS_OP_IMM (Immediate operand).
< = CS_OP_MEM (Memory operand).
< single precision Floating-Point operand
< double precision Floating-Point operand
< Register bits move
< Register pair in the same op (upper 4 bits for first reg, lower for second)
< Branch displacement