Searched refs:sparc_opcode_archs (Results 1 – 3 of 3) sorted by relevance
76 extern const struct sparc_opcode_arch sparc_opcode_archs[];82 #define SPARC_OPCODE_SUPPORTED(ARCH) (sparc_opcode_archs[ARCH].supported)
2716 sparc_opcode_archs[current_architecture].name,2717 sparc_opcode_archs[needed_architecture].name,2744 strcpy (p, sparc_opcode_archs[arch].name);2754 sparc_opcode_archs[max_architecture].name);
73 const struct sparc_opcode_arch sparc_opcode_archs[] = variable96 for (p = &sparc_opcode_archs[0]; p->name; ++p) in sparc_opcode_lookup_arch()98 return (enum sparc_opcode_arch_val) (p - &sparc_opcode_archs[0]); in sparc_opcode_lookup_arch()