Home
last modified time | relevance | path

Searched refs:hw_table (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
HDcgen-opc.c271 const CGEN_HW_ENTRY **hw = cd->hw_table.entries; in cgen_hw_lookup_by_name()
273 for (i = 0; i < cd->hw_table.num_entries; ++i) in cgen_hw_lookup_by_name()
289 const CGEN_HW_ENTRY **hw = cd->hw_table.entries; in cgen_hw_lookup_by_num()
292 for (i = 0; i < cd->hw_table.num_entries; ++i) in cgen_hw_lookup_by_num()
HDmep-desc.c2430 cd->hw_table.init_entries = init; in build_hw_table()
2431 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY); in build_hw_table()
2438 cd->hw_table.entries = selected; in build_hw_table()
2439 cd->hw_table.num_entries = MAX_HW; in build_hw_table()
2721 if (cd->hw_table.entries) in mep_cgen_cpu_close()
2722 free ((CGEN_HW_ENTRY *) cd->hw_table.entries); in mep_cgen_cpu_close()
/freebsd-11-stable/sys/dev/bhnd/bhndb/
HDbhndb.c433 const struct bhndb_hw *next, *hw_table; in bhndb_find_hwspec() local
436 hw_table = BHNDB_BUS_GET_HARDWARE_TABLE(sc->parent_dev, sc->dev); in bhndb_find_hwspec()
437 for (next = hw_table; next->hw_reqs != NULL; next++) { in bhndb_find_hwspec()
/freebsd-11-stable/contrib/binutils/include/opcode/
HDcgen.h1243 CGEN_HW_TABLE hw_table; member
HDChangeLog-91031292 (hw_table): Delete declaration.
1296 (CGEN_CPU_TABLE): Change member hw_list to hw_table.