Searched refs:sparc_opcode_arch_val (Results 1 – 5 of 5) sorted by relevance
40 enum sparc_opcode_arch_val enum79 extern enum sparc_opcode_arch_val sparc_opcode_lookup_arch (const char *);
767 * 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.
70 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 =
48 @c The order here is the same as the order of enum sparc_opcode_arch_val
91 enum sparc_opcode_arch_val98 return (enum sparc_opcode_arch_val) (p - &sparc_opcode_archs[0]); in sparc_opcode_lookup_arch()