HomeSort by relevance Sort by last modified time
    Searched full:arch1 (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
arch-err-1.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
arch-err-2.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
arch-err-3.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
arch-err-4.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
arch-err-5.s 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 84 /* Non-zero if ARCH1 conflicts with ARCH2.
85 IE: ARCH1 as a supported bit set that ARCH2 doesn't, and vice versa. */
86 #define SPARC_OPCODE_CONFLICT_P(ARCH1, ARCH2) \
87 (((SPARC_OPCODE_SUPPORTED (ARCH1) & SPARC_OPCODE_SUPPORTED (ARCH2)) \
88 != SPARC_OPCODE_SUPPORTED (ARCH1)) \
89 && ((SPARC_OPCODE_SUPPORTED (ARCH1) & SPARC_OPCODE_SUPPORTED (ARCH2)) \
  /toolchain/binutils/binutils-2.25/include/vms/
emh.h 55 unsigned char arch1[4]; member in struct:vms_emh_mhd
  /external/clang/test/Driver/
phases.c 54 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x assembler %s 2>&1 | FileCheck -check-prefix=ARCH1 %s
55 // ARCH1: 2: bind-arch, "i386", {1}, object
  /toolchain/binutils/binutils-2.25/bfd/
elf32-tic6x.c     [all...]

Completed in 213 milliseconds