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

#include <xtensa-isa-internal.h>

Public Attributes

const char * name
 
int field_id
 
xtensa_regfile regfile
 
int num_regs
 
uint32 flags
 
xtensa_immed_encode_fn encode
 
xtensa_immed_decode_fn decode
 
xtensa_do_reloc_fn do_reloc
 
xtensa_undo_reloc_fn undo_reloc
 

Detailed Description

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

Member Data Documentation

◆ decode

xtensa_immed_decode_fn xtensa_operand_internal_struct::decode

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

Referenced by xtensa_operand_decode(), and xtensa_operand_encode().

◆ do_reloc

xtensa_do_reloc_fn xtensa_operand_internal_struct::do_reloc

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

Referenced by xtensa_operand_do_reloc().

◆ encode

xtensa_immed_encode_fn xtensa_operand_internal_struct::encode

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

Referenced by xtensa_operand_encode().

◆ field_id

int xtensa_operand_internal_struct::field_id

◆ flags

◆ name

◆ num_regs

int xtensa_operand_internal_struct::num_regs

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

Referenced by xtensa_operand_num_regs().

◆ regfile

xtensa_regfile xtensa_operand_internal_struct::regfile

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

Referenced by xtensa_operand_regfile().

◆ undo_reloc

xtensa_undo_reloc_fn xtensa_operand_internal_struct::undo_reloc

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

Referenced by xtensa_operand_undo_reloc().


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