Struct capstone_sys::cs_sparc [−][src]
#[repr(C)]pub struct cs_sparc { pub cc: sparc_cc, pub hint: sparc_hint, pub op_count: u8, pub operands: [cs_sparc_op; 4], }
Expand description
Instruction structure
Fields
cc: sparc_cc
< code condition for this insn
hint: sparc_hint
< branch hint: encoding as bitwise OR of sparc_hint.
op_count: u8
Number of operands of this instruction, or 0 when instruction has no operand.
operands: [cs_sparc_op; 4]
< operands for this instruction.