Rizin
unix-like reverse engineering framework and cli tools
cs_sparc Struct Reference

Instruction structure. More...

#include <sparc.h>

Public Attributes

sparc_cc cc
 code condition for this insn More...
 
sparc_hint hint
 
uint8_t op_count
 
cs_sparc_op operands [4]
 operands for this instruction. More...
 

Detailed Description

Instruction structure.

Definition at line 199 of file sparc.h.

Member Data Documentation

◆ cc

sparc_cc cs_sparc::cc

code condition for this insn

Definition at line 200 of file sparc.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ hint

sparc_hint cs_sparc::hint

branch hint: encoding as bitwise OR of sparc_hint.

Definition at line 201 of file sparc.h.

◆ op_count

uint8_t cs_sparc::op_count

Number of operands of this instruction, or 0 when instruction has no operand.

Definition at line 204 of file sparc.h.

◆ operands

cs_sparc_op cs_sparc::operands[4]

operands for this instruction.

Definition at line 205 of file sparc.h.

Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), and capstone.CsInsn::op_find().


The documentation for this struct was generated from the following file: