Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
char * | mnemonic |
ut32 | op [3] |
size_t | op_len |
ut8 | opcode [3] |
bool | writeback |
int | operands_count |
Operand | operands [MAX_OPERANDS] |
bool | is_short |
bool | has_bnd |
Definition at line 77 of file armass64.c.
bool Opcode_t::has_bnd |
Definition at line 195 of file asm_x86_nz.c.
Referenced by assemble(), and oprep().
bool Opcode_t::is_short |
Definition at line 191 of file asm_x86_nz.c.
char * Opcode_t::mnemonic |
Definition at line 78 of file armass64.c.
Referenced by capstone.CsInsn::__repr__(), assemble(), and oprep().
ut32 Opcode_t::op |
Definition at line 79 of file armass64.c.
size_t Opcode_t::op_len |
Definition at line 80 of file armass64.c.
ut8 Opcode_t::opcode |
Definition at line 81 of file armass64.c.
Referenced by capstone.CsInsn::__gen_detail().
Operand Opcode_t::operands |
Definition at line 84 of file armass64.c.
Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), and capstone.CsInsn::op_find().
int Opcode_t::operands_count |
Definition at line 83 of file armass64.c.
bool Opcode_t::writeback |
Definition at line 82 of file armass64.c.
Referenced by capstone.CsInsn::__gen_detail().