Home
last modified time | relevance | path

Searched refs:SPARC_OPCODE_ARCH_V9 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dsparc.h48 SPARC_OPCODE_ARCH_V9, enumerator
62 #define SPARC_OPCODE_ARCH_V9_P(arch) ((arch) >= SPARC_OPCODE_ARCH_V9)
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sparc.c612 && 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()
/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c29 #define MASK_V9 ((1 << SPARC_OPCODE_ARCH_V9) \
237 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9); in compute_arch_mask()
Dsparc-opc.c37 #define MASK_V9 SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9)