Home
last modified time | relevance | path

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

/trueos/contrib/binutils/include/opcode/
HDsparc.h50 SPARC_OPCODE_ARCH_V9B, /* V9 with ultrasparc and cheetah additions. */ enumerator
HDChangeLog-9103767 * sparc.h (enum sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_V9B.
/trueos/contrib/binutils/opcodes/
HDsparc-dis.c31 | (1 << SPARC_OPCODE_ARCH_V9B))
239 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9B); in compute_arch_mask()
HDsparc-opc.c39 #define MASK_V9B SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9B)
/trueos/contrib/binutils/gas/config/
HDtc-sparc.c910 case SPARC_OPCODE_ARCH_V9B: mach = bfd_mach_sparc_v9b; break; in sparc_md_end()
919 case SPARC_OPCODE_ARCH_V9B: mach = bfd_mach_sparc_v8plusb; break; in sparc_md_end()
4406 else if (current_architecture == SPARC_OPCODE_ARCH_V9B) in sparc_elf_final_processing()