Searched refs:with_duplicates (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dld-decode.h228 int with_duplicates; member in struct:_decode_table
H A Dld-decode.c119 new_rule->with_duplicates = 1;
121 new_rule->with_duplicates =
361 lf_printf (file, "\n(with_duplicates %d)", rule->with_duplicates);
H A Dgen.c848 with_duplicates ? " (duplicated)" : ""));
850 if (table->opcode_rule->with_duplicates)
1183 else if (table->nr_insns == 1 && !opcode_rule->with_duplicates)
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dld-decode.h228 int with_duplicates; member in struct:_decode_table
H A Dld-decode.c115 new_rule->with_duplicates = 1;
117 new_rule->with_duplicates =
361 lf_printf (file, "\n(with_duplicates %d)", rule->with_duplicates);
H A Dgen.c853 with_duplicates ? " (duplicated)" : ""));
855 if (table->opcode_rule->with_duplicates)
1188 else if (table->nr_insns == 1 && !opcode_rule->with_duplicates)

Completed in 83 milliseconds