Home
last modified time | relevance | path

Searched refs:SPARC_OPCODE_ARCH_V9B (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dsparc.h50 SPARC_OPCODE_ARCH_V9B, /* V9 with ultrasparc and cheetah additions. */ enumerator
DChangeLog-9103767 * sparc.h (enum sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_V9B.
/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c31 | (1 << SPARC_OPCODE_ARCH_V9B))
243 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9B); in compute_arch_mask()
Dsparc-opc.c39 #define MASK_V9B SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9B)
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sparc.c982 case SPARC_OPCODE_ARCH_V9B: mach = bfd_mach_sparc_v9b; break; in sparc_md_end()
991 case SPARC_OPCODE_ARCH_V9B: mach = bfd_mach_sparc_v8plusb; break; in sparc_md_end()
4615 else if (current_architecture == SPARC_OPCODE_ARCH_V9B) in sparc_elf_final_processing()