|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <xtensa-isa-internal.h>
Public Attributes | |
| union { | |
| int operand_id | |
| xtensa_state state | |
| } | u |
| char | inout |
Definition at line 91 of file xtensa-isa-internal.h.
| char xtensa_arg_internal_struct::inout |
Definition at line 96 of file xtensa-isa-internal.h.
Referenced by xtensa_operand_inout(), xtensa_operand_is_visible(), and xtensa_stateOperand_inout().
| int xtensa_arg_internal_struct::operand_id |
Definition at line 93 of file xtensa-isa-internal.h.
Referenced by get_operand(), and xtensa_operand_is_visible().
| xtensa_state xtensa_arg_internal_struct::state |
Definition at line 94 of file xtensa-isa-internal.h.
Referenced by xtensa_stateOperand_state().
| union { ... } xtensa_arg_internal_struct::u |
Referenced by get_operand(), xtensa_operand_is_visible(), and xtensa_stateOperand_state().