Lines Matching refs:opcode_rule

521   entry->table->opcode_rule = rules;
818 new_entry->opcode_rule = table->opcode_rule->next;
842 print_gen_entry_path (table->opcode_rule->line, table, notify);
847 (table->opcode_rule->
850 if (table->opcode_rule->with_duplicates)
1012 if (table->opcode_rule->with_combine)
1160 decode_table *opcode_rule;
1165 for (opcode_rule = table->opcode_rule;
1166 opcode_rule != NULL; opcode_rule = opcode_rule->next)
1170 && opcode_rule->model_names != NULL
1171 && !filter_is_member (opcode_rule->model_names,
1177 else if (table->nr_insns == 1 && opcode_rule->conditions == NULL)
1183 else if (table->nr_insns == 1 && !opcode_rule->with_duplicates)
1192 (table->insns, opcode_rule->format_names))
1196 else if (!insns_match_nr_words (table->insns, opcode_rule->word_nr + 1))
1200 else if (!table_matches_path (table, opcode_rule->paths))
1205 if (!insns_match_conditions (table->insns, opcode_rule->conditions))
1213 opcode_rule,
1218 table->opcode_rule = opcode_rule;
1225 print_gen_entry_path (opcode_rule->line, table, notify);
1231 if (opcode_rule == NULL)
1248 table->nr_prefetched_words = table->opcode_rule->word_nr + 1;
1249 else if (table->opcode_rule->word_nr + 1 >
1251 table->nr_prefetched_words = table->opcode_rule->word_nr + 1;
1265 print_gen_entry_path (table->opcode_rule->line, table, notify);
1271 i2target (options.hi_bit_nr, table->opcode_rule->first),
1272 i2target (options.hi_bit_nr, table->opcode_rule->last),
1283 print_gen_entry_path (table->opcode_rule->line, table, notify);
1298 print_gen_entry_path (table->opcode_rule->line, entry, notify);
1308 if (table->opcode_rule->with_combine)
1340 print_gen_entry_path (table->opcode_rule->line, entry,
1356 print_gen_entry_path (table->opcode_rule->line, table, notify);
1362 i2target (options.hi_bit_nr, table->opcode_rule->first),
1363 i2target (options.hi_bit_nr, table->opcode_rule->last),
1378 print_gen_entry_path (table->opcode_rule->line, table,
1390 switch (table->opcode_rule->gen)
1594 dump_decode_rule (file, "\n(opcode_rule ", table->opcode_rule, ")");