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

#include <xtensa-isa-internal.h>

Public Attributes

const char * name
 
const char * format
 
int position
 
xtensa_get_slot_fn get_fn
 
xtensa_set_slot_fn set_fn
 
xtensa_get_field_fnget_field_fns
 
xtensa_set_field_fnset_field_fns
 
xtensa_opcode_decode_fn opcode_decode_fn
 
const char * nop_name
 

Detailed Description

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

Member Data Documentation

◆ format

const char* xtensa_slot_internal_struct::format

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

◆ get_field_fns

xtensa_get_field_fn* xtensa_slot_internal_struct::get_field_fns

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

Referenced by xtensa_operand_encode(), and xtensa_operand_get_field().

◆ get_fn

xtensa_get_slot_fn xtensa_slot_internal_struct::get_fn

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

Referenced by xtensa_format_get_slot().

◆ name

◆ nop_name

const char* xtensa_slot_internal_struct::nop_name

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

Referenced by xtensa_format_slot_nop_opcode().

◆ opcode_decode_fn

xtensa_opcode_decode_fn xtensa_slot_internal_struct::opcode_decode_fn

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

Referenced by xtensa_opcode_decode().

◆ position

int xtensa_slot_internal_struct::position

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

◆ set_field_fns

xtensa_set_field_fn* xtensa_slot_internal_struct::set_field_fns

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

Referenced by xtensa_operand_encode(), and xtensa_operand_set_field().

◆ set_fn

xtensa_set_slot_fn xtensa_slot_internal_struct::set_fn

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

Referenced by xtensa_format_set_slot().


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