Searched refs:nametable (Results 1 – 8 of 8) sorted by relevance
78 struct nametable { struct98 static const struct nametable US12_names0[] = { argument140 static const struct nametable US3_names0[] = {147 static const struct nametable US4_PLUS_names0[] = {202 static const struct nametable US3_PLUS_names0[] = {212 static const struct nametable US3_I_names0[] = {232 static const struct nametable US12_names1[] = {287 static const struct nametable US3_names1[] = {295 static const struct nametable US3_PLUS_names1[] = {305 static const struct nametable US3_I_names1[] = {[all …]
127 struct nametable { struct166 static const struct nametable US12_names0[] = {215 static const struct nametable US3_names0[] = {222 static const struct nametable US3_PLUS_names0[] = {232 static const struct nametable US3_I_names0[] = {239 static const struct nametable US4_PLUS_names0[] = {338 static const struct nametable US3_names1[] = {346 static const struct nametable US3_PLUS_names1[] = {356 static const struct nametable US3_I_names1[] = {364 static const struct nametable US4_PLUS_names1[] = {[all …]
126 struct nametable { struct244 static const struct nametable SPARC64_VI_names_l0[] = {267 static const struct nametable SPARC64_VI_names_u0[] = {291 static const struct nametable SPARC64_VI_names_l1[] = {313 static const struct nametable SPARC64_VI_names_u1[] = {336 static const struct nametable SPARC64_VI_names_l2[] = {355 static const struct nametable SPARC64_VI_names_u2[] = {376 static const struct nametable SPARC64_VI_names_l3[] = {396 static const struct nametable SPARC64_VI_names_u3[] = {420 static const struct nametable *SPARC64_VI_names[CPC_SPARC64_VI_NPIC] = {[all …]
65 struct nametable { struct114 static const struct nametable P5mmx_names0[] = {137 static const struct nametable P5mmx_names1[] = {160 static const struct nametable *P5mmx_names[2] = {168 static const struct nametable P6_names[] = {318 versionmatch(int cpuver, int regno, const struct nametable *n) in versionmatch()355 static const struct nametable *358 const struct nametable *n; in getnametable()384 const struct nametable *n; in cpc_walk_names()396 const struct nametable *n; in __cpc_reg_to_name()[all …]
126 struct nametable { struct142 static const struct nametable Niagara_names1[] = { argument147 static const struct nametable Niagara_names0[] = {159 static const struct nametable *Niagara_names[2] = {186 static const struct nametable **events;202 const struct nametable *n; in ni_pcbe_init()287 static const struct nametable *290 const struct nametable *n; in find_event()346 const struct nametable *n; in ni_pcbe_configure()
65 if [ ! -f "${CODEMGR_WS}"/Codemgr_wsdata/nametable ]; then72 tail +2 Codemgr_wsdata/nametable |
1470 sorttable(char *nametable[], char *codetable[]) in sorttable() argument1475 for (i = 0; nametable[i]; i++) in sorttable()1477 if (strcmp(nametable[i], nametable[j]) < 0) { in sorttable()1478 c = nametable[i]; in sorttable()1479 nametable[i] = nametable[j]; in sorttable()1480 nametable[j] = c; in sorttable()
917 const struct nametable_core_uarch *nametable) in find_gpcevent_core_uarch() argument922 for (n = nametable; n->event_num != NT_END; n++) { in find_gpcevent_core_uarch()