Lines Matching refs:opcode_label
32 struct opcode_label { struct
37 static struct opcode_label command_group[] = { argument
49 static struct opcode_label legacy_opcodes[] = {
149 static struct opcode_label system_opcodes[] = {
159 static struct opcode_label macconf_opcodes[] = {
166 static struct opcode_label data_opcodes[] = {
179 static struct opcode_label reg_opcodes[] = {
187 static struct opcode_label phyops_opcodes[] = {
196 get_label(struct opcode_label *table, uint8_t opcode) in get_label()
198 struct opcode_label *op = table; in get_label()
207 static struct opcode_label *
244 struct opcode_label *table = get_table(group); in print_opcode()