HomeSort by relevance Sort by last modified time
    Searched refs:SPARC_OPCODE_ARCH_V9A (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 49 SPARC_OPCODE_ARCH_V9A, /* V9 with ultrasparc additions. */
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-dis.c 30 | (1 << SPARC_OPCODE_ARCH_V9A) \
240 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9A);
sparc-opc.c 38 #define MASK_V9A SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9A)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c 986 case SPARC_OPCODE_ARCH_V9A: mach = bfd_mach_sparc_v9a; break;
995 case SPARC_OPCODE_ARCH_V9A: mach = bfd_mach_sparc_v8plusa; break;
    [all...]

Completed in 140 milliseconds