Home | History | Annotate | Download | only in igen

Lines Matching refs:word_nr

218   if (l->field->word_nr < r->field->word_nr)
220 if (l->field->word_nr > r->field->word_nr)
582 insn_word_entry *word = entry->insn->word[rule->word_nr];
652 insn_word_entry *word = entry->insn->word[rule->word_nr];
728 curr_opcode.word_nr = rule->word_nr;
825 new_entry->word_nr = new_word_nr;
862 table->opcode->word_nr,
868 table->opcode->word_nr,
874 insn_word_entry *word = instruction->word[table->opcode->word_nr];
944 if (bit->field->word_nr ==
945 condition->field->word_nr
965 if (t->parent->opcode->word_nr ==
966 condition->field->word_nr
1111 if (i->insn->nr_words <= cond->word_nr)
1117 if (!i->insn->word[cond->word_nr]->bit[bit_nr]->mask)
1119 if ((i->insn->word[cond->word_nr]->bit[bit_nr]->value
1205 else if (!insns_match_nr_words (table->insns, opcode_rule->word_nr + 1))
1257 table->nr_prefetched_words = table->opcode_rule->word_nr + 1;
1258 else if (table->opcode_rule->word_nr + 1 >
1260 table->nr_prefetched_words = table->opcode_rule->word_nr + 1;
1277 table->opcode->word_nr,
1368 table->opcode->word_nr, i2target (options.hi_bit_nr,
1415 gen_entry_insert_insn (table, table->top->isa->illegal_insn, table->opcode->word_nr, 0, /* nr_prefetched_words == 0 for invalid */
1597 lf_printf (file, "\n(word_nr %d)", table->word_nr);