Searched refs:sparc_opcode_arch_val (Results 1 – 4 of 4) sorted by relevance
40 enum sparc_opcode_arch_val enum79 extern enum sparc_opcode_arch_val sparc_opcode_lookup_arch (const char *);
72 static enum sparc_opcode_arch_val current_architecture = SPARC_OPCODE_ARCH_V6;79 static enum sparc_opcode_arch_val max_architecture;98 static enum sparc_opcode_arch_val warn_after_architecture;483 enum sparc_opcode_arch_val opcode_arch;2707 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()