HomeSort by: relevance | last modified time | path
    Searched refs:with_duplicates (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/igen/
ld-decode.h 230 int with_duplicates; member in struct:_decode_table
ld-decode.c 117 new_rule->with_duplicates = 1;
119 new_rule->with_duplicates =
363 lf_printf (file, "\n(with_duplicates %d)", rule->with_duplicates);
gen.c 857 with_duplicates ? " (duplicated)" : ""));
859 if (table->opcode_rule->with_duplicates)
1192 else if (table->nr_insns == 1 && !opcode_rule->with_duplicates)
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-decode.h 230 int with_duplicates; member in struct:_decode_table
ld-decode.c 117 new_rule->with_duplicates = 1;
119 new_rule->with_duplicates =
363 lf_printf (file, "\n(with_duplicates %d)", rule->with_duplicates);
gen.c 857 with_duplicates ? " (duplicated)" : ""));
859 if (table->opcode_rule->with_duplicates)
1192 else if (table->nr_insns == 1 && !opcode_rule->with_duplicates)

Completed in 30 milliseconds