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

Public Attributes

const char *const name
 
int mask
 
int selector
 
inst_handler_t handler
 
int cycles
 
int size
 
ut64 type
 

Detailed Description

Definition at line 40 of file avr_esil.c.

Member Data Documentation

◆ cycles

int _opcodes_tag_::cycles

Definition at line 45 of file avr_esil.c.

Referenced by avr_op_analyze().

◆ handler

inst_handler_t _opcodes_tag_::handler

Definition at line 44 of file avr_esil.c.

Referenced by avr_op_analyze(), and cmd_descs_generate.CmdDesc::get_handler_cname().

◆ mask

int _opcodes_tag_::mask

Definition at line 42 of file avr_esil.c.

Referenced by avr_op_analyze().

◆ name

◆ selector

int _opcodes_tag_::selector

Definition at line 43 of file avr_esil.c.

Referenced by avr_op_analyze().

◆ size

int _opcodes_tag_::size

Definition at line 46 of file avr_esil.c.

◆ type


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