HomeSort by relevance Sort by last modified time
    Searched full:armv7k (Results 1 - 25 of 394) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
arch-armv7k.c 1 // Tests that make sure armv7k is mapped to the correct CPU and ABI choices
3 // RUN: %clang -target x86_64-apple-macosx10.9 -arch armv7k -c %s -### 2>&1 | FileCheck %s
11 // RUN: %clang -target x86_64-apple-macosx10.9 -arch armv7k -miphoneos-version-min=9.0 -c %s -### 2>&1 | FileCheck %s
implicit-function-as-error.c 3 // RUN: %clang -target armv7k-apple-watchos -arch armv7k -target armv7k-apple-watchos -fsyntax-only %s -Xclang -verify
watchos-version-min.c 4 // RUN: %clang -target armv7s-apple-darwin10 -mwatchos-version-min=2.0 -arch armv7k -S -o - %s | FileCheck %s
darwin-stdlib.cpp 6 // RUN: %clang -target x86_64-apple-darwin -arch armv7k %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-LIBCXX
apple-kext-mkernel.c 30 // RUN: %clang -c %s -target armv7k-apple-watchos -fapple-kext -mwatchos-version-min=1.0.0 -### 2>&1 \
darwin-version.c 36 // RUN: %clang -target armv7k-apple-darwin -mwatchos-version-min=2.0 -c %s -### 2>&1 | \
44 // RUN: %clang -target armv7k-apple-darwin -mwatchos-version-min=2.0 -c %s -### 2>&1 | \
darwin-ld.c 196 // RUN: %clang -target armv7k-apple-watchos2.0 -mwatchos-version-min=2.0 -### %t.o 2> %t.log
208 // RUN: %clang -target armv7k-apple-watchos2.0 -mwatchos-version-min=2.0 -fprofile-instr-generate -### %t.o 2> %t.log
218 // RUN: %clang -target armv7k-apple-watchos2.0 -mwatchos-version-min=2.0 -### %t.o -lcc_kext 2> %t.log
293 // RUN: %clang -target armv7k-apple-darwin -### %t.o 2> %t.log
  /external/llvm/test/MC/MachO/ARM/
watchos-version-min-load-command.s 1 // RUN: llvm-mc -triple armv7k-apple-watchos %s -filetype=obj -o - | llvm-readobj --macho-version-min | FileCheck %s
  /external/llvm/test/CodeGen/ARM/
eh-resume-darwin.ll 3 ; RUN: llc < %s -mtriple=armv7k-apple-ios -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=WATCHABI
4 ; RUN: llc < %s -mtriple=armv7k-apple-watchos -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=WATCHABI
sjljehprepare-lower-empty-struct.ll 6 ; RUN: llc -mtriple=armv7k-apple-ios < %s | FileCheck %s --check-prefix=CHECK-WATCH
swiftself.ll 1 ; RUN: llc -verify-machineinstrs -mtriple=armv7k-apple-ios8.0 -mcpu=cortex-a7 -o - %s | FileCheck --check-prefix=CHECK --check-prefix=OPT --check-prefix=TAILCALL %s
2 ; RUN: llc -O0 -verify-machineinstrs -mtriple=armv7k-apple-ios8.0 -mcpu=cortex-a7 -o - %s | FileCheck %s
cxx-tlscc.ll 1 ; RUN: llc < %s -mtriple=armv7k-apple-watchos2.0 | FileCheck %s
2 ; RUN: llc < %s -mtriple=armv7k-apple-watchos2.0 -enable-shrink-wrap=true | FileCheck %s
6 ; RUN: llc < %s -mtriple=armv7k-apple-watchos2.0 -O0 | FileCheck --check-prefix=CHECK-O0 --check-prefix=WATCH-O0 %s
swift-return.ll 1 ; RUN: llc -mtriple=armv7k-apple-ios8.0 -mcpu=cortex-a7 -verify-machineinstrs < %s | FileCheck %s
2 ; RUN: llc -mtriple=armv7k-apple-ios8.0 -mcpu=cortex-a7 -verify-machineinstrs < %s -O0 | FileCheck --check-prefix=CHECK-O0 %s
MachO-subtypes.ll 41 ; RUN: llc -mtriple=armv7k-apple-darwin -filetype=obj -o - < %s \
apcs-vfp.ll 1 ; RUN: llc -mtriple=armv7k-apple-watchos2.0 < %s | FileCheck %s
v7k-libcalls.ll 1 ; RUN: llc -mtriple=armv7k-apple-watchos2.0 -mcpu=cortex-a7 < %s | FileCheck %s
  /external/compiler-rt/lib/builtins/arm/
Makefile.mk 12 OnlyArchs := armv5 armv6 armv7 armv7k armv7m armv7em armv7s
  /external/compiler-rt/cmake/
builtin-config-ix.cmake 29 set(ARM32 armv7 armv7k armv7s)
86 set(DARWIN_device_ARCHS armv7 armv7s armv7k arm64)
  /external/clang/test/SemaObjC/
opaque-is-access-warn.m 4 // RUN: %clang -target x86_64-apple-darwin -arch armv7k -mwatchos-version-min=2 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify
  /external/compiler-rt/make/platform/
clang_darwin.mk 161 CFLAGS.ios.armv7k := $(CFLAGS) $(IOS_DEPLOYMENT_ARGS)
171 CFLAGS.cc_kext_ios.armv7k := $(CFLAGS) $(IOS6_DEPLOYMENT_ARGS)
369 FUNCTIONS.cc_kext_ios.armv7k := $(CCKEXT_ARMVFP_FUNCTIONS)
450 FUNCTIONS.cc_kext_ios.armv7k := \
451 $(filter-out $(CCKEXT_MISSING_FUNCTIONS),$(FUNCTIONS.cc_kext_ios.armv7k))
  /external/clang/test/Frontend/
darwin-version.c 41 // RUN: %clang_cc1 -triple armv7k-apple-watchos2.1 -dM -E -o %t %s
  /external/clang/test/Preprocessor/
arm-target-features.c 207 // RUN: %clang -target armv7k -mcpu=cortex-a7 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=A7 %s
208 // RUN: %clang -target armv7k -mthumb -mcpu=cortex-a7 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=A7 %s
216 // RUN: %clang -target x86_64-apple-darwin -arch armv7k -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=ARMV7K %s
217 // ARMV7K:#define __ARM_ARCH 7
218 // ARMV7K:#define __ARM_ARCH_EXT_IDIV__ 1
219 // ARMV7K:#define __ARM_ARCH_PROFILE 'A'
220 // ARMV7K:#define __ARM_DWARF_EH__ 1
221 // ARMV7K:#define __ARM_FEATURE_DSP 1
222 // ARMV7K:#define __ARM_FP 0x
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 124 // Default to the Cortex-a7 CPU when targeting armv7k/thumbv7k.
125 // ARMv7k does not use SjLj exception handling.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ARMTargetParser.def 121 ARM_ARCH("armv7k", ARMV7K, "7-K", "v7k", ARMBuildAttrs::CPUArch::v7,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ARMTargetParser.def 121 ARM_ARCH("armv7k", ARMV7K, "7-K", "v7k", ARMBuildAttrs::CPUArch::v7,

Completed in 559 milliseconds

1 2 3 4 5 6 7 8 91011>>