Searched refs:SPARC_OPCODE_ARCH_V9 (Results 1 – 5 of 5) sorted by relevance
52 SPARC_OPCODE_ARCH_V9, enumerator71 #define SPARC_OPCODE_ARCH_V9_P(arch) ((arch) >= SPARC_OPCODE_ARCH_V9)
612 && max_architecture < SPARC_OPCODE_ARCH_V9) in md_parse_option()613 max_architecture = SPARC_OPCODE_ARCH_V9; in md_parse_option()1169 case SPARC_OPCODE_ARCH_V9: mach = bfd_mach_sparc_v8plus; break; in sparc_md_end()1592 if (max_architecture < SPARC_OPCODE_ARCH_V9 in md_assemble()3139 ~(SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9) - 1); in sparc_ip()3142 SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9); in sparc_ip()3566 || current_architecture >= SPARC_OPCODE_ARCH_V9)) in md_apply_fix()4730 else if (current_architecture >= SPARC_OPCODE_ARCH_V9) in sparc_elf_final_processing()
29 #define MASK_V9 ((1 << SPARC_OPCODE_ARCH_V9) \242 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9); in compute_arch_mask()
149 * sparc-dis.c (MASK_V9): Add SPARC_OPCODE_ARCH_V9{C,D,E,V,M}.
37 #define MASK_V9 SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9)