Home
last modified time | relevance | path

Searched refs:kvx_core_info_table (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-kvx.c298 if (!strcasecmp (env.opts.march, kvx_core_info_table[i]->name)) in md_parse_option()
300 kvx_core_info = kvx_core_info_table[i]; in md_parse_option()
438 strcpy (buf, kvx_core_info_table[i]->name); in supported_cores()
440 if ((strlen (buf) + 1 + strlen (kvx_core_info_table[i]->name) + 1) < buflen) in supported_cores()
443 strcat (buf, kvx_core_info_table[i]->name); in supported_cores()
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dkvx.h246 extern const struct kvx_core_info *kvx_core_info_table[];
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dkvx-opc.c111077 const struct kvx_core_info *kvx_core_info_table[] = variable