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

  /src/external/gpl3/gdb/dist/sim/igen/
ld-decode.h 181 int word_nr; member in struct:_decode_cond
225 int word_nr; member in struct:_decode_table
igen.c 57 int word_nr; local
69 for (word_nr = 0; word_nr < nr_prefetched_words; word_nr++)
72 options.module.global.prefix.l, word_nr);
80 for (word_nr = 0; word_nr < nr_prefetched_words; word_nr++)
83 options.module.global.prefix.l, word_nr);
95 int word_nr; local
129 int word_nr; local
148 int word_nr; local
610 int word_nr; local
686 int word_nr; local
    [all...]
gen.c 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,
    [all...]
gen-idecode.c 66 int word_nr; local
67 for (word_nr = previous_nr_prefetched_words;
68 word_nr < current_nr_prefetched_words; word_nr++)
72 word_nr, options.insn_bit_size, word_nr);
340 table->opcode_rule->word_nr,
359 table->opcode->word_nr,
369 table->opcode->word_nr,
737 int word_nr; local
    [all...]
gen.h 28 int word_nr; member in struct:_opcode_field
81 int word_nr; member in struct:_gen_entry
ld-decode.c 200 new_rule->word_nr = a2i (entry->field[decode_word_nr_field]);
273 cond->word_nr =
297 if (entry->word_nr > max_word_nr)
298 max_word_nr = entry->word_nr;
301 if (cond->word_nr > max_word_nr)
302 max_word_nr = cond->word_nr;
318 lf_printf (file, "\n(word_nr %d)", cond->word_nr);
361 lf_printf (file, "\n(word_nr %d)", rule->word_nr);
    [all...]
gen-icache.c 287 lf_printf (file, "(instruction_%d)", cur_field->word_nr);
291 cur_field->word_nr,
297 cur_field->word_nr,
380 int word_nr; local
387 for (word_nr = nr_prefetched_words;
388 word_nr < instruction->nr_words; word_nr++)
393 options.module.global.prefix.l, word_nr);
395 options.insn_bit_size, word_nr);
ld-insn.h 466 int word_nr; member in struct:_insn_field_entry
ld-insn.c 31 parse_insn_word (const line_ref *line, char *string, int word_nr)
69 new_field->word_nr = word_nr;
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-decode.h 181 int word_nr; member in struct:_decode_cond
225 int word_nr; member in struct:_decode_table
igen.c 57 int word_nr; local
69 for (word_nr = 0; word_nr < nr_prefetched_words; word_nr++)
72 options.module.global.prefix.l, word_nr);
80 for (word_nr = 0; word_nr < nr_prefetched_words; word_nr++)
83 options.module.global.prefix.l, word_nr);
95 int word_nr; local
129 int word_nr; local
148 int word_nr; local
610 int word_nr; local
686 int word_nr; local
    [all...]
gen.c 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,
    [all...]
gen-idecode.c 66 int word_nr; local
67 for (word_nr = previous_nr_prefetched_words;
68 word_nr < current_nr_prefetched_words; word_nr++)
72 word_nr, options.insn_bit_size, word_nr);
340 table->opcode_rule->word_nr,
359 table->opcode->word_nr,
369 table->opcode->word_nr,
737 int word_nr; local
    [all...]
gen.h 28 int word_nr; member in struct:_opcode_field
81 int word_nr; member in struct:_gen_entry
ld-decode.c 200 new_rule->word_nr = a2i (entry->field[decode_word_nr_field]);
273 cond->word_nr =
297 if (entry->word_nr > max_word_nr)
298 max_word_nr = entry->word_nr;
301 if (cond->word_nr > max_word_nr)
302 max_word_nr = cond->word_nr;
318 lf_printf (file, "\n(word_nr %d)", cond->word_nr);
361 lf_printf (file, "\n(word_nr %d)", rule->word_nr);
    [all...]
gen-icache.c 287 lf_printf (file, "(instruction_%d)", cur_field->word_nr);
291 cur_field->word_nr,
297 cur_field->word_nr,
380 int word_nr; local
387 for (word_nr = nr_prefetched_words;
388 word_nr < instruction->nr_words; word_nr++)
393 options.module.global.prefix.l, word_nr);
395 options.insn_bit_size, word_nr);
ld-insn.h 466 int word_nr; member in struct:_insn_field_entry
ld-insn.c 31 parse_insn_word (const line_ref *line, char *string, int word_nr)
69 new_field->word_nr = word_nr;

Completed in 37 milliseconds