Home
last modified time | relevance | path

Searched refs:gen_opcode (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/tools/
H A Dgen_opcode_table.c43 struct gen_opcode { struct
152 static void read_instructions(struct gen_opcode *desc) in read_instructions()
180 static void print_formats(struct gen_opcode *desc) in print_formats()
204 static void print_long_insn(struct gen_opcode *desc) in print_long_insn()
246 static void add_to_group(struct gen_opcode *desc, struct insn *insn, int offset) in add_to_group()
271 static void print_opcode_table(struct gen_opcode *desc) in print_opcode_table()
304 static void print_opcode_table_offsets(struct gen_opcode *desc) in print_opcode_table_offsets()
320 struct gen_opcode _desc = { 0 }; in main()
321 struct gen_opcode *desc = &_desc; in main()