Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dsparc.h49 SPARC_OPCODE_ARCH_V9A, /* V9 with ultrasparc additions. */ enumerator
/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c30 | (1 << SPARC_OPCODE_ARCH_V9A) \
240 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9A); in compute_arch_mask()
Dsparc-opc.c38 #define MASK_V9A SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9A)
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sparc.c981 case SPARC_OPCODE_ARCH_V9A: mach = bfd_mach_sparc_v9a; break; in sparc_md_end()
990 case SPARC_OPCODE_ARCH_V9A: mach = bfd_mach_sparc_v8plusa; break; in sparc_md_end()
1808 & SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9A))) in sparc_ip()
4613 if (current_architecture == SPARC_OPCODE_ARCH_V9A) in sparc_elf_final_processing()