HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 126 - 150 of 4308) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/misc/android-x86/gdbserver/
manifest_2824841.xml 13 <project name="platform/prebuilts/clang/host/darwin-x86" path="prebuilts/clang/host/darwin-x86" revision="33f0063128e4d6ab7f63782c9cd32db4e832848d" upstream="master" />
16 <project name="platform/prebuilts/cmake/darwin-x86" path="prebuilts/cmake/darwin-x86" revision="d4410da1ac307f4c8362a2b0ae727c682ae06ed4" upstream="master" />
18 <project groups="darwin,arm" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" revision="51fa77f10f8c5ee658bfaf3e5a2a29ebd8de50d2" upstream="master" />
19 <project groups="darwin,arm" name="platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" path="prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" revision="6d08ca9f45ff685648fd13c75bf5cac4b11c19bb" upstream="master" /
    [all...]
  /prebuilts/misc/android-x86_64/gdbserver64/
manifest_2824841.xml 13 <project name="platform/prebuilts/clang/host/darwin-x86" path="prebuilts/clang/host/darwin-x86" revision="33f0063128e4d6ab7f63782c9cd32db4e832848d" upstream="master" />
16 <project name="platform/prebuilts/cmake/darwin-x86" path="prebuilts/cmake/darwin-x86" revision="d4410da1ac307f4c8362a2b0ae727c682ae06ed4" upstream="master" />
18 <project groups="darwin,arm" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" revision="51fa77f10f8c5ee658bfaf3e5a2a29ebd8de50d2" upstream="master" />
19 <project groups="darwin,arm" name="platform/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" path="prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8" revision="6d08ca9f45ff685648fd13c75bf5cac4b11c19bb" upstream="master" /
    [all...]
  /external/llvm/test/CodeGen/X86/
x86-32-vector-calling-conv.ll 1 ; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+avx512f | FileCheck %s --check-prefix=DARWIN
5 ; DARWIN-DAG: vpaddd %xmm1, %xmm0, %xmm0
6 ; DARWIN-DAG: vpaddd %xmm3, %xmm2, %xmm1
7 ; DARWIN: vpaddd %xmm1, %xmm0, %xmm0
19 ; DARWIN-DAG: vpaddd %ymm1, %ymm0, %ymm0
20 ; DARWIN-DAG: vpaddd %ymm3, %ymm2, %ymm1
21 ; DARWIN: vpaddd %ymm1, %ymm0, %ymm0
33 ; DARWIN-DAG: vpaddd %zmm1, %zmm0, %zmm0
34 ; DARWIN-DAG: vpaddd %zmm3, %zmm2, %zmm
    [all...]
memcpy-2.ll 1 ; RUN: llc < %s -mattr=+sse2 -mtriple=i686-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=SSE2-Darwin
3 ; RUN: llc < %s -mattr=+sse,-sse2 -mtriple=i686-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=SSE1
4 ; RUN: llc < %s -mattr=-sse -mtriple=i686-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=NOSSE
5 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=X86-64
6 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=nehalem | FileCheck %s -check-prefix=NHM_64
14 ; SSE2-Darwin-LABEL: t1:
15 ; SSE2-Darwin: movsd _.str+16, %xmm0
16 ; SSE2-Darwin: movsd %xmm0, 16(%esp)
17 ; SSE2-Darwin: movaps _.str, %xmm
    [all...]
  /external/clang/test/CodeGen/
2003-08-18-SigSetJmp.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -o /dev/null
2009-05-04-EnumInreg.c 1 // RUN: %clang_cc1 -emit-llvm -triple i686-apple-darwin -mregparm 3 %s -o - | FileCheck %s
2010-07-14-overconservative-align.c 1 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
2011-03-31-ArrayRefFolding.c 1 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin %s | FileCheck %s
asm-label.c 2 // RUN: %clang_cc1 -triple=i686-apple-darwin9 -emit-llvm %s -o - | FileCheck %s --check-prefix=DARWIN
17 // DARWIN: @"\01bar" = internal global i32 0
18 // DARWIN: @"\01foo" = common global i32 0
19 // DARWIN: declare i8* @"\01alias"(i32)
func-aligned.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
x86_64-arguments-darwin.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s| FileCheck %s
  /external/clang/test/CodeGenCXX/
2012-02-06-VecInitialization.cpp 1 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin %s | FileCheck %s
cast-to-ref-bool.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
debug-info-context.cpp 1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
debug-info-flex-member.cpp 1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
debug-info-large-constant.cpp 1 // RUN: %clang_cc1 -debug-info-kind=limited -triple=x86_64-apple-darwin %s -o /dev/null
debug-info-ptr-to-member-function.cpp 1 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin -debug-info-kind=limited -emit-llvm -o - | FileCheck -check-prefix=CHECK -check-prefix=DARWIN-X64 %s
12 // DARWIN-X64-SAME: size: 128
19 // DARWIN-X64-SAME: size: 128
mangle-long-double.cpp 3 // RUN: %clang_cc1 -triple powerpc64-apple-darwin9 %s -emit-llvm -o - | FileCheck %s --check-prefix=POWER64-DARWIN
4 // RUN: %clang_cc1 -triple powerpc-apple-darwin9 %s -emit-llvm -o - | FileCheck %s --check-prefix=POWER-DARWIN
10 // POWER64-DARWIN: _Z1fe
11 // POWER-DARWIN: _Z1fe
  /external/clang/test/CodeGenObjC/
2008-11-12-Metadata.m 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %s -o /dev/null
2008-11-24-ConstCFStrings.m 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %s -o - | FileCheck %s
  /external/clang/test/Driver/
autolink_integrated_as.c 1 // RUN: %clang -target x86_64-apple-darwin -fsyntax-only %s -no-integrated-as -### 2>&1 | FileCheck %s
  /external/clang/test/Misc/
ast-dump-arm-attr.c 1 // RUN: %clang_cc1 -triple arm-apple-darwin -ast-dump -ast-dump-filter Test %s | FileCheck --strict-whitespace %s
  /external/clang/test/Sema/
attr-alias.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fsyntax-only -verify %s
crash-invalid-builtin.c 1 // RUN: %clang_cc1 -triple=x86_64-apple-darwin -fsyntax-only -verify %s
weak-import-on-enum.c 1 // RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin %s

Completed in 2032 milliseconds

1 2 3 4 56 7 8 91011>>