Home
last modified time | relevance | path

Searched refs:depind (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dia64-opc.c527 make_ia64_opcode (ia64_insn opcode, const char *name, int place, int depind) in make_ia64_opcode() argument
543 res->dependencies = &op_dependencies[depind]; in make_ia64_opcode()
652 int depind = completer_table[completer].dependencies; in ia64_find_matching_opcode() local
653 return make_ia64_opcode (curr_insn, name, place, depind); in ia64_find_matching_opcode()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c663 int depind; /* dependency index */ member
8184 depends_on (int depind, struct ia64_opcode *idesc) in depends_on() argument
8190 if (depind == DEP (dep->chks[i])) in depends_on()
8282 tmpl.depind = 0; in specify_resource()
10231 int depind, in mark_resource() argument
10243 regdeps[regdepslen].depind = depind; in mark_resource()
10254 print_dependency (const char *action, int depind) in print_dependency() argument
10259 action, dv_mode[(regdeps[depind].dependency)->mode], in print_dependency()
10260 (regdeps[depind].dependency)->name); in print_dependency()
10261 if (regdeps[depind].specific && regdeps[depind].index >= 0) in print_dependency()
[all …]