Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
const char * | name |
uint16_t | mask |
uint16_t | match |
uint16_t | ea_mask |
uint16_t | mask2 |
uint16_t | match2 |
Definition at line 9 of file M68KInstructionTblGen.c.
uint16_t opcode_struct::ea_mask |
Definition at line 13 of file M68KInstructionTblGen.c.
Referenced by build_opcode_table().
uint16_t opcode_struct::mask |
Definition at line 11 of file M68KInstructionTblGen.c.
Referenced by build_opcode_table().
uint16_t opcode_struct::mask2 |
Definition at line 14 of file M68KInstructionTblGen.c.
Referenced by build_opcode_table().
uint16_t opcode_struct::match |
Definition at line 12 of file M68KInstructionTblGen.c.
Referenced by build_opcode_table().
uint16_t opcode_struct::match2 |
Definition at line 15 of file M68KInstructionTblGen.c.
Referenced by build_opcode_table().
const char* opcode_struct::name |
Definition at line 10 of file M68KInstructionTblGen.c.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), build_opcode_table(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().