|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <arc.h>
Public Attributes | |
| unsigned char | fmt |
| unsigned char | bits |
| unsigned char | shift |
| int | flags |
| arc_insn(* | insert )(arc_insn insn, long *extend, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, long value, const char **errmsg) |
| long(* | extract )(arc_insn *insn, const struct arc_operand *operand, int mods, const struct arc_operand_value **opval, int *invalid) |
| long(* arc_operand::extract) (arc_insn *insn, const struct arc_operand *operand, int mods, const struct arc_operand_value **opval, int *invalid) |
| int arc_operand::flags |
Definition at line 224 of file arc.h.
Referenced by cmd_descs_generate.Arg::__str__().
| unsigned char arc_operand::fmt |
Definition at line 214 of file arc.h.
Referenced by arc_opcode_init_tables().
| unsigned char arc_operand::shift |
Definition at line 221 of file arc.h.
Referenced by insert_reg().