Home
last modified time | relevance | path

Searched refs:sparc_opcode_archs (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dsparc.h85 extern const struct sparc_opcode_arch sparc_opcode_archs[];
91 #define SPARC_OPCODE_SUPPORTED(ARCH) (sparc_opcode_archs[ARCH].supported)
DChangeLog-91032348 (sparc_opcode_archs): Replaces architecture_pname.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sparc.c3162 sparc_opcode_archs[current_architecture].name, in sparc_ip()
3163 sparc_opcode_archs[needed_architecture].name, in sparc_ip()
3191 strcpy (p, sparc_opcode_archs[arch].name); in sparc_ip()
3201 sparc_opcode_archs[max_architecture].name); in sparc_ip()
/toolchain/binutils/binutils-2.27/opcodes/
Dsparc-opc.c98 const struct sparc_opcode_arch sparc_opcode_archs[] = variable
138 for (p = &sparc_opcode_archs[0]; p->name; ++p) in sparc_opcode_lookup_arch()
140 return (enum sparc_opcode_arch_val) (p - &sparc_opcode_archs[0]); in sparc_opcode_lookup_arch()
DChangeLog170 (sparc_opcode_archs): Add entry for v9{c,d,e,v,m}.
DChangeLog-92972062 (sparc_opcode_archs): Add MASK_V8 to sparclet entry.
2097 (sparc_opcode_archs): Delete member `conflicts'. Add `supported'.
2177 * sparc-opc.c (sparc_opcode_archs): Mark v8/sparclite as conflicting.
2189 * sparc-opc.c (sparc_opcode_archs): Replaces architecture_pname.