Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/opcode/
HDsparc.h49 SPARC_OPCODE_ARCH_V9A, /* V9 with ultrasparc additions. */ enumerator
/freebsd-11-stable/contrib/binutils/opcodes/
HDsparc-dis.c30 | (1 << SPARC_OPCODE_ARCH_V9A) \
236 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9A); in compute_arch_mask()
HDsparc-opc.c38 #define MASK_V9A SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9A)
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-sparc.c909 case SPARC_OPCODE_ARCH_V9A: mach = bfd_mach_sparc_v9a; break; in sparc_md_end()
918 case SPARC_OPCODE_ARCH_V9A: mach = bfd_mach_sparc_v8plusa; break; in sparc_md_end()
1655 & SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9A)))
4404 if (current_architecture == SPARC_OPCODE_ARCH_V9A) in sparc_elf_final_processing()