Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dsparc.h54 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.
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dsparc.h54 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.
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dsparc-dis.c31 | (1 << SPARC_OPCODE_ARCH_V9B) \
250 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)
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dsparc-dis.c31 | (1 << SPARC_OPCODE_ARCH_V9B) \
250 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)
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-sparc.c1095 case SPARC_OPCODE_ARCH_V9B: mach = bfd_mach_sparc_v9b; break; in sparc_md_finish()
1110 case SPARC_OPCODE_ARCH_V9B: mach = bfd_mach_sparc_v8plusb; break; in sparc_md_finish()
4718 else if (current_architecture == SPARC_OPCODE_ARCH_V9B) in sparc_elf_final_processing()