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

Public Attributes

const char * mnemonic
 
rsp_opcode opcode
 
int noperands
 
rsp_operand_decoder odecs [RSP_MAX_OPNDS]
 

Detailed Description

Definition at line 422 of file rsp_idec.c.

Member Data Documentation

◆ mnemonic

const char* rsp_instruction_priv::mnemonic

Definition at line 423 of file rsp_idec.c.

Referenced by capstone.CsInsn::__repr__(), and rsp_instruction_decode().

◆ noperands

int rsp_instruction_priv::noperands

Definition at line 425 of file rsp_idec.c.

Referenced by rsp_instruction_decode().

◆ odecs

rsp_operand_decoder rsp_instruction_priv::odecs[RSP_MAX_OPNDS]

Definition at line 426 of file rsp_idec.c.

Referenced by rsp_instruction_decode().

◆ opcode

rsp_opcode rsp_instruction_priv::opcode

Definition at line 424 of file rsp_idec.c.

Referenced by capstone.CsInsn::__gen_detail(), and rsp_instruction_decode().


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