Lines Matching refs:opcode_rule

526   entry->table->opcode_rule = rules;
823 new_entry->opcode_rule = table->opcode_rule->next;
847 print_gen_entry_path (table->opcode_rule->line, table, notify);
852 (table->opcode_rule->
855 if (table->opcode_rule->with_duplicates)
1017 if (table->opcode_rule->with_combine)
1165 const decode_table *opcode_rule;
1170 for (opcode_rule = table->opcode_rule;
1171 opcode_rule != NULL; opcode_rule = opcode_rule->next)
1175 && opcode_rule->model_names != NULL
1176 && !filter_is_member (opcode_rule->model_names,
1182 else if (table->nr_insns == 1 && opcode_rule->conditions == NULL)
1188 else if (table->nr_insns == 1 && !opcode_rule->with_duplicates)
1197 (table->insns, opcode_rule->format_names))
1201 else if (!insns_match_nr_words (table->insns, opcode_rule->word_nr + 1))
1205 else if (!table_matches_path (table, opcode_rule->paths))
1210 if (!insns_match_conditions (table->insns, opcode_rule->conditions))
1218 opcode_rule,
1223 table->opcode_rule = opcode_rule;
1230 print_gen_entry_path (opcode_rule->line, table, notify);
1236 if (opcode_rule == NULL)
1253 table->nr_prefetched_words = table->opcode_rule->word_nr + 1;
1254 else if (table->opcode_rule->word_nr + 1 >
1256 table->nr_prefetched_words = table->opcode_rule->word_nr + 1;
1270 print_gen_entry_path (table->opcode_rule->line, table, notify);
1276 i2target (options.hi_bit_nr, table->opcode_rule->first),
1277 i2target (options.hi_bit_nr, table->opcode_rule->last),
1288 print_gen_entry_path (table->opcode_rule->line, table, notify);
1303 print_gen_entry_path (table->opcode_rule->line, entry, notify);
1313 if (table->opcode_rule->with_combine)
1345 print_gen_entry_path (table->opcode_rule->line, entry,
1361 print_gen_entry_path (table->opcode_rule->line, table, notify);
1367 i2target (options.hi_bit_nr, table->opcode_rule->first),
1368 i2target (options.hi_bit_nr, table->opcode_rule->last),
1383 print_gen_entry_path (table->opcode_rule->line, table,
1395 switch (table->opcode_rule->gen)
1599 dump_decode_rule (file, "\n(opcode_rule ", table->opcode_rule, ")");