Searched refs:depind (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ia64-opc.c | 528 make_ia64_opcode (ia64_insn opcode, const char *name, int place, int depind) in make_ia64_opcode() argument 544 res->dependencies = &op_dependencies[depind]; in make_ia64_opcode() 653 int depind = completer_table[completer].dependencies; in ia64_find_matching_opcode() local 654 return make_ia64_opcode (curr_insn, name, place, depind); in ia64_find_matching_opcode()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | ia64-opc.c | 528 make_ia64_opcode (ia64_insn opcode, const char *name, int place, int depind) in make_ia64_opcode() argument 544 res->dependencies = &op_dependencies[depind]; in make_ia64_opcode() 653 int depind = completer_table[completer].dependencies; in ia64_find_matching_opcode() local 654 return make_ia64_opcode (curr_insn, name, place, depind); in ia64_find_matching_opcode()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-ia64.c | 587 int depind; /* dependency index */ member 778 struct rsrc *, int depind, int path)); 786 static void print_dependency PARAMS ((const char *action, int depind)); 7422 depends_on (depind, idesc) in depends_on() argument 7423 int depind; in depends_on() 7430 if (depind == DEP (dep->chks[i])) 9416 mark_resource (idesc, dep, spec, depind, path) in mark_resource() argument 9420 int depind; 9432 regdeps[regdepslen].depind = depind; 9443 print_dependency (action, depind) in print_dependency() argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-ia64.c | 639 int depind; /* dependency index */ member 850 struct rsrc *, int depind, int path)); 858 static void print_dependency PARAMS ((const char *action, int depind)); 8290 depends_on (depind, idesc) in depends_on() argument 8291 int depind; in depends_on() 8298 if (depind == DEP (dep->chks[i])) 8387 tmpl.depind = 0; 10313 mark_resource (idesc, dep, spec, depind, path) in mark_resource() argument 10317 int depind; 10329 regdeps[regdepslen].depind = depind; [all …]
|