Searched refs:SPARC_OPCODE_ARCH_V9B (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dsparc.h50 SPARC_OPCODE_ARCH_V9B, /* V9 with ultrasparc and cheetah additions. */ enumerator in enum:sparc_opcode_arch_val
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dsparc-dis.c31 | (1 << SPARC_OPCODE_ARCH_V9B))
239 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9B);
H A Dsparc-opc.c39 #define MASK_V9B SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9B)
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-sparc.c915 case SPARC_OPCODE_ARCH_V9B: mach = bfd_mach_sparc_v9b; break;
924 case SPARC_OPCODE_ARCH_V9B: mach = bfd_mach_sparc_v8plusb; break;
4419 else if (current_architecture == SPARC_OPCODE_ARCH_V9B)

Completed in 145 milliseconds