Home
last modified time | relevance | path

Searched refs:sparc_opcode_arch_val (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dsparc.h40 enum sparc_opcode_arch_val enum
79 extern enum sparc_opcode_arch_val sparc_opcode_lookup_arch (const char *);
H A DChangeLog-9103767 * sparc.h (enum sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_V9B.
2314 * sparc.h (sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_SPARCLET.
2345 * sparc.h (enum sparc_opcode_arch_val): Replaces sparc_architecture.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-sparc.c70 static enum sparc_opcode_arch_val current_architecture = SPARC_OPCODE_ARCH_V6;
77 static enum sparc_opcode_arch_val max_architecture;
96 static enum sparc_opcode_arch_val warn_after_architecture;
482 enum sparc_opcode_arch_val opcode_arch;
2758 enum sparc_opcode_arch_val needed_architecture =
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-sparc.texi48 @c The order here is the same as the order of enum sparc_opcode_arch_val
/freebsd-12.1/contrib/binutils/opcodes/
H A Dsparc-opc.c91 enum sparc_opcode_arch_val
98 return (enum sparc_opcode_arch_val) (p - &sparc_opcode_archs[0]); in sparc_opcode_lookup_arch()