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

#include <xtensa-isa-internal.h>

Public Attributes

const char * key
 
union {
   xtensa_opcode   opcode
 
   xtensa_sysreg   sysreg
 
   xtensa_state   state
 
   xtensa_interface   intf
 
   xtensa_funcUnit   fun
 
u
 

Detailed Description

Definition at line 152 of file xtensa-isa-internal.h.

Member Data Documentation

◆ fun

xtensa_funcUnit xtensa_lookup_entry_struct::fun

Definition at line 159 of file xtensa-isa-internal.h.

Referenced by xtensa_funcUnit_lookup(), and xtensa_isa_init().

◆ intf

xtensa_interface xtensa_lookup_entry_struct::intf

Definition at line 158 of file xtensa-isa-internal.h.

Referenced by xtensa_interface_lookup(), and xtensa_isa_init().

◆ key

const char* xtensa_lookup_entry_struct::key

Definition at line 153 of file xtensa-isa-internal.h.

Referenced by xtensa_isa_init(), and xtensa_isa_name_compare().

◆ opcode

xtensa_opcode xtensa_lookup_entry_struct::opcode

◆ state

xtensa_state xtensa_lookup_entry_struct::state

Definition at line 157 of file xtensa-isa-internal.h.

Referenced by xtensa_isa_init(), and xtensa_state_lookup().

◆ sysreg

xtensa_sysreg xtensa_lookup_entry_struct::sysreg

Definition at line 156 of file xtensa-isa-internal.h.

Referenced by xtensa_isa_init(), and xtensa_sysreg_lookup_name().

◆ 


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