HomeSort by relevance Sort by last modified time
    Searched refs:disent (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
ia64-opc.c 469 short disent = next_op & 32767;
479 while (disent >= 0)
481 int place = ia64_dis_names[disent].insn_index;
483 priority = ia64_dis_names[disent].priority;
490 if (ia64_dis_names[disent].next_flag)
492 disent++;
496 disent = -1;
500 if (disent >= 0)
502 found_disent = disent;
562 int disent = locate_opcode_ent (insn, type)
461 short disent = next_op & 32767; local
552 int disent = locate_opcode_ent (insn, type); local
    [all...]
ia64-gen.c 137 struct disent struct
155 struct disent *nexte;
158 struct disent *next_ent;
165 struct disent *disent; member in struct:bittree
298 static struct disent * add_dis_table_ent (struct disent *, int, int, ci_t);
    [all...]

Completed in 69 milliseconds