Searched refs:insn_to_dependency (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dscore-datadep.h48 struct insn_to_dependency struct
65 static const struct insn_to_dependency insn_to_dependency_table[] =
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c1947 const struct insn_to_dependency *tmp;
1950 tmp = (const struct insn_to_dependency *) hash_find (dependency_insn_hsh, name);
4652 const struct insn_to_dependency *tmp = insn_to_dependency_table + i;
4654 struct insn_to_dependency *new;
4656 new = obstack_alloc (&dependency_obstack, sizeof (struct insn_to_dependency));

Completed in 116 milliseconds