Lines Matching refs:opcode_nr
476 && entry_nr < entry->opcode_nr)) {
481 ASSERT(entry != NULL && (entry->opcode_nr == entry_nr
686 && cur_entry->opcode_nr < new_opcode_nr) {
691 if (cur_entry == NULL || cur_entry->opcode_nr != new_opcode_nr) {
693 new_entry->opcode_nr = new_opcode_nr;
703 ASSERT(cur_entry != NULL && cur_entry->opcode_nr == new_opcode_nr);
713 int opcode_nr,
718 insn_table_insert_expanded(table, instruction, opcode_nr, bits);
726 ((opcode_nr << field->width) + field->val_int),
745 ((opcode_nr << width) | val),
935 dumpf(indent, "(opcode_nr %d)\n", table->opcode_nr);