Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgen-idecode.c49 lf_printf(file, "__%d", table->opcode_nr); in lf_print_opcodes()
152 lf_printf(file, " /*%d*/ { ", entry->opcode_nr); in print_idecode_table_leaf()
216 int opcode_nr) in print_idecode_table_padding() argument
220 lf_printf(file, " /*%d*/ { function_entry, 0, 0, ", opcode_nr); in print_idecode_table_padding()
270 int opcode_nr) in print_goto_switch_table_padding() argument
377 && entry->opcode_nr == 0) { in idecode_switch_leaf()
382 && entry->opcode_nr != 0) { in idecode_switch_leaf()
389 lf_printf(file, "case %d:\n", entry->opcode_nr); in idecode_switch_leaf()
516 int opcode_nr) in idecode_switch_padding() argument
528 lf_printf(file, "case %d:\n", opcode_nr); in idecode_switch_padding()
H A Dld-insn.h175 int opcode_nr; member
241 int opcode_nr);