HomeSort by relevance Sort by last modified time
    Searched full:apple (Results 51 - 75 of 6892) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
macho-embedded.c 1 // RUN: %clang -arch armv7 -target thumbv7-apple-darwin-eabi -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-AAPCS
2 // RUN: %clang -target x86_64-apple-macosx10.9 -arch armv7m -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-AAPCS
3 // RUN: %clang -arch armv7s -target thumbv7-apple-ios -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-APCS
4 // RUN: %clang -arch armv7s -target thumbv7-apple-darwin -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-APCS
5 // RUN: %clang -arch armv6m -target thumbv7-apple-darwin -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-MACHO-EMBEDDED
6 // RUN: %clang -arch armv7m -target thumbv7-apple-darwin -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-MACHO-EMBEDDED
7 // RUN: %clang -arch armv7em -target thumbv7-apple-darwin -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-MACHO-EMBEDDED
9 // CHECK-IOS: "-triple" "thumbv7" "thumbv7-apple-ios
14 // CHECK-MACHO-EMBEDDED: "-triple" "{{thumbv[67]e?m}}-apple-unknown-macho"
arm64-darwinpcs.c 1 // RUN: %clang -target arm64-apple-ios7.0 -### %s 2>&1 | FileCheck %s
  /external/clang/test/Headers/
arm-neon-header.c 1 // RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -ffreestanding %s
2 // RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -fno-lax-vector-conversions -ffreestanding %s
3 // RUN: %clang_cc1 -x c++ -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -ffreestanding %s
int64-type.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/
CMakeLists.txt 12 IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
14 ELSE (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
16 ENDIF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
  /external/llvm/test/CodeGen/PowerPC/
LargeAbsoluteAddr.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \
3 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
5 ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
2007-02-16-AlignPacked.ll 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | \
darwin-labels.ll 4 target triple = "powerpc-apple-darwin8.2.0"
  /external/llvm/test/tools/llvm-symbolizer/Inputs/dsym-test-exe-differentname.dSYM/Contents/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
8 <string>com.apple.xcode.dsym.dsym-test-exe-differentname</string>
  /external/llvm/test/tools/llvm-symbolizer/Inputs/dsym-test-exe.dSYM/Contents/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
8 <string>com.apple.xcode.dsym.dsym-test-exe</string>
  /external/valgrind/none/tests/darwin/
Makefile.am 8 apple-main-arg.stderr.exp apple-main-arg.vgtest \
15 apple-main-arg \
  /external/llvm/test/CodeGen/AArch64/
global-merge-3.ll 3 ; RUN: llc %s -mtriple=aarch64-apple-ios -aarch64-global-merge -global-merge-on-external -disable-post-ra -o - | FileCheck %s --check-prefix=CHECK-APPLE-IOS
10 ;CHECK-APPLE-IOS: adrp x8, l__MergedGlobals@PAGE
11 ;CHECK-APPLE-IOS-NOT: adrp
12 ;CHECK-APPLE-IOS: add x8, x8, l__MergedGlobals@PAGEOFF
13 ;CHECK-APPLE-IOS: adrp x9, l__MergedGlobals.1@PAGE
14 ;CHECK-APPLE-IOS: add x9, x9, l__MergedGlobals.1@PAGEOFF
32 ;CHECK-APPLE-IOS: .align 4
33 ;CHECK-APPLE-IOS: l__MergedGlobals:
34 ;CHECK-APPLE-IOS: .long
    [all...]
  /external/llvm/test/MC/Disassembler/AArch64/
arm64-crypto.txt 1 # RUN: llvm-mc -triple arm64-apple-darwin -mattr=crypto --disassemble < %s | FileCheck %s
2 # RUN: llvm-mc -triple arm64-apple-darwin -mattr=crypto -output-asm-variant=1 --disassemble < %s | FileCheck %s --check-prefix=CHECK-APPLE
34 # CHECK-APPLE: aese.16b v0, v1
35 # CHECK-APPLE: aesd.16b v0, v1
36 # CHECK-APPLE: aesmc.16b v0, v1
37 # CHECK-APPLE: aesimc.16b v0, v1
38 # CHECK-APPLE: sha1c.4s q0, s1, v2
39 # CHECK-APPLE: sha1p.4s q0, s1, v2
40 # CHECK-APPLE: sha1m.4s q0, s1, v
    [all...]
  /external/clang/cmake/caches/
Apple-stage1.cmake 1 # This file sets up a CMakeCache for Apple-style bootstrap builds. It can be
2 # used on any Darwin system to approximate Apple Clang builds.
11 set(CLANG_VENDOR Apple CACHE STRING "")
31 -C ${CMAKE_CURRENT_LIST_DIR}/Apple-stage2.cmake
  /external/clang/test/CodeGen/
long-double-x86.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep x86_fp80
static-forward-decl.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep "global i32 10"
  /external/clang/test/CodeGenCXX/
block-destruct.cpp 1 // RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
  /external/clang/test/CodeGenObjCXX/
subst-sel.mm 1 // RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
  /external/clang/test/Parser/
pragma-options.cpp 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
  /external/clang/test/Sema/
builtins-arm-strex-rettype.c 1 // RUN: %clang_cc1 -triple thumbv7m-apple-darwin-eabi -ast-dump %s | FileCheck %s
ppc-bool.c 1 // RUN: %clang_cc1 -triple powerpc-apple-macosx10.4.0 -verify -fsyntax-only %s
  /external/clang/test/SemaCXX/
cxx-altivec.cpp 1 // RUN: %clang_cc1 -triple=powerpc-apple-darwin8 -faltivec -fsyntax-only -verify %s
  /external/clang/test/SemaObjC/
property-weak.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
  /external/llvm/test/CodeGen/Thumb/
2010-07-01-FuncAlign.ll 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
  /external/llvm/test/MC/ARM/
invalid-vector-index.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s

Completed in 369 milliseconds

1 23 4 5 6 7 8 91011>>