Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dsparc.h74 extern const struct sparc_opcode_arch sparc_opcode_archs[];
80 #define SPARC_OPCODE_SUPPORTED(ARCH) (sparc_opcode_archs[ARCH].supported)
H A DChangeLog-91032329 (sparc_opcode_archs): Replaces architecture_pname.
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dsparc.h76 extern const struct sparc_opcode_arch sparc_opcode_archs[];
82 #define SPARC_OPCODE_SUPPORTED(ARCH) (sparc_opcode_archs[ARCH].supported)
H A DChangeLog-91032348 (sparc_opcode_archs): Replaces architecture_pname.
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-sparc.c2717 sparc_opcode_archs[current_architecture].name,
2718 sparc_opcode_archs[needed_architecture].name,
2745 strcpy (p, sparc_opcode_archs[arch].name);
2755 sparc_opcode_archs[max_architecture].name);
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sparc.c2755 sparc_opcode_archs[current_architecture].name,
2756 sparc_opcode_archs[needed_architecture].name,
2783 strcpy (p, sparc_opcode_archs[arch].name);
2793 sparc_opcode_archs[max_architecture].name);
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dsparc-opc.c73 const struct sparc_opcode_arch sparc_opcode_archs[] = { variable
96 for (p = &sparc_opcode_archs[0]; p->name; ++p)
99 return (enum sparc_opcode_arch_val) (p - &sparc_opcode_archs[0]);
H A 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.
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dsparc-opc.c73 const struct sparc_opcode_arch sparc_opcode_archs[] = variable
96 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()
H A 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.