Searched refs:SPARC_OPCODE_ARCH_V9 (Results 1 – 4 of 4) sorted by relevance
48 SPARC_OPCODE_ARCH_V9, enumerator62 #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()989 case SPARC_OPCODE_ARCH_V9: mach = bfd_mach_sparc_v8plus; break; in sparc_md_end()1407 if (max_architecture < SPARC_OPCODE_ARCH_V9 in md_assemble()1843 if (current_architecture >= SPARC_OPCODE_ARCH_V9) in sparc_ip()3017 ~(SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9) - 1); in sparc_ip()3020 SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9); in sparc_ip()3444 || current_architecture >= SPARC_OPCODE_ARCH_V9)) in md_apply_fix()4611 else if (current_architecture >= SPARC_OPCODE_ARCH_V9) in sparc_elf_final_processing()
29 #define MASK_V9 ((1 << SPARC_OPCODE_ARCH_V9) \237 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9); in compute_arch_mask()
37 #define MASK_V9 SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9)