Lines Matching refs:completer_table
177 prev_completer = completer_table[prev_completer].subentries; in find_completer()
182 if (completer_table[prev_completer].name_index == name_index) in find_completer()
186 prev_completer = completer_table[prev_completer].alternative; in find_completer()
197 ia64_insn mask = completer_table[completer_index].mask; in apply_completer()
198 ia64_insn bits = completer_table[completer_index].bits; in apply_completer()
199 int shiftamt = (completer_table[completer_index].offset & 63); in apply_completer()
572 int cname = completer_table[ci].name_index; in ia64_dis_opcode()
583 ci = completer_table[ci].subentries; in ia64_dis_opcode()
588 ci = completer_table[ci].alternative; in ia64_dis_opcode()
601 completer_table[ci].dependencies); in ia64_dis_opcode()
650 && completer_table[completer].terminal_completer) in ia64_find_matching_opcode()
652 int depind = completer_table[completer].dependencies; in ia64_find_matching_opcode()