Lines Matching refs:completer_table
178 prev_completer = completer_table[prev_completer].subentries; in find_completer()
183 if (completer_table[prev_completer].name_index == name_index) in find_completer()
187 prev_completer = completer_table[prev_completer].alternative; in find_completer()
198 ia64_insn mask = completer_table[completer_index].mask; in apply_completer()
199 ia64_insn bits = completer_table[completer_index].bits; in apply_completer()
200 int shiftamt = (completer_table[completer_index].offset & 63); in apply_completer()
573 int cname = completer_table[ci].name_index; in ia64_dis_opcode()
584 ci = completer_table[ci].subentries; in ia64_dis_opcode()
589 ci = completer_table[ci].alternative; in ia64_dis_opcode()
602 completer_table[ci].dependencies); in ia64_dis_opcode()
651 && completer_table[completer].terminal_completer) in ia64_find_matching_opcode()
653 int depind = completer_table[completer].dependencies; in ia64_find_matching_opcode()