OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:armv7
(Results
76 - 100
of
482
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/ARM/
ifcvt5.ll
1
; RUN: llc < %s -mtriple=
armv7
-apple-ios -mcpu=cortex-a8 | FileCheck %s -check-prefix=A8
2
; RUN: llc < %s -mtriple=
armv7
-apple-ios -mcpu=swift | FileCheck %s -check-prefix=SWIFT
2009-09-22-LiveVariablesBug.ll
1
; RUN: llc < %s -mtriple=
armv7
-none-linux-gnueabi -mattr=+neon
2009-09-27-CoalescerBug.ll
1
; RUN: llc < %s -mtriple=
armv7
-eabi -mcpu=cortex-a8
2009-11-13-CoalescerCrash.ll
1
; RUN: llc -mtriple=
armv7
-eabi -mcpu=cortex-a8 < %s
2010-11-29-PrologueBug.ll
1
; RUN: llc < %s -mtriple=
armv7
-apple-ios | FileCheck %s --check-prefix=ARM
2012-08-08-legalize-unaligned.ll
5
target triple = "
armv7
-none-linux-gnueabi"
2012-10-04-FixedFrame-vs-byval.ll
1
; RUN: llc < %s -mtriple=
armv7
-none-linux-gnueabi | FileCheck %s
2012-10-04-LDRB_POST_IMM-Crash.ll
1
; RUN: llc < %s -mtriple=
armv7
-none-linux- | FileCheck %s
2012-10-18-PR14099-ByvalFrameAddress.ll
1
; RUN: llc < %s -mtriple=
armv7
-linux-gnueabi | FileCheck %s
fabs-neon.ll
1
; RUN: llc < %s -mtriple=
armv7
-eabi -float-abi=hard -mcpu=cortex-a8 | FileCheck %s
fast-isel-call-multi-reg-return.ll
1
; RUN: llc < %s -O0 -verify-machineinstrs -relocation-model=dynamic-no-pic -mtriple=
armv7
-apple-ios | FileCheck %s --check-prefix=ARM
fast-isel-indirectbr.ll
1
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=
armv7
-apple-ios | FileCheck %s --check-prefix=ARM
ifcvt6.ll
1
; RUN: llc < %s -mtriple=
armv7
-apple-ios | FileCheck %s
/external/llvm/test/MC/ARM/AlignedBundling/
group-bundle-arm.s
1
# RUN: llvm-mc -filetype=obj -triple
armv7
-linux-gnueabi %s -o - \
2
# RUN: | llvm-objdump -no-show-raw-insn -triple
armv7
-disassemble - | FileCheck %s
pad-align-to-bundle-end.s
1
# RUN: llvm-mc -filetype=obj -triple
armv7
-linux-gnueabi %s -o - \
2
# RUN: | llvm-objdump -no-show-raw-insn -triple
armv7
-disassemble - | FileCheck %s
/external/v8/
Android.mk
22
$(warning WARNING: Building on ARM with non-
ARMv7
variant. On ARM, V8 is well tested only on
ARMv7
.)
/frameworks/compile/libbcc/lib/Renderscript/runtime/
build_clcore.sh
12
clang -target
armv7
-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_cl.c -emit-llvm -o rs_cl.bc
17
clang -target
armv7
-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_core.c -emit-llvm -o rs_core.bc
/external/compiler-rt/make/platform/
clang_darwin.mk
50
UniversalArchs.ios := $(call CheckArches,i386 x86_64
armv7
,ios)
59
UniversalArchs.cc_kext := $(call CheckArches,
armv7
i386 x86_64,cc_kext)
64
UniversalArchs.cc_kext_ios5 := $(call CheckArches,x86_64
armv7
,cc_kext_ios5)
70
UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64
armv7
,profile_ios)
88
UniversalArchs.ios := $(filter-out
armv7
, $(UniversalArchs.ios))
89
UniversalArchs.cc_kext := $(filter-out
armv7
, $(UniversalArchs.cc_kext))
90
UniversalArchs.cc_kext_ios5 := $(filter-out
armv7
, $(UniversalArchs.cc_kext_ios5))
91
UniversalArchs.profile_ios := $(filter-out
armv7
, $(UniversalArchs.profile_ios))
145
CFLAGS.ios.
armv7
:= $(CFLAGS) $(IOS_DEPLOYMENT_ARGS)
153
CFLAGS.cc_kext.
armv7
:= $(CFLAGS) $(IOS6_DEPLOYMENT_ARGS
[
all
...]
/external/clang/test/Driver/
linux-as.c
18
// RUN: %clang -target arm-linux -march=
armv7
-a -### \
21
// CHECK-ARM-MARCH: as{{(.exe)?}}" "-mfloat-abi=soft" "-march=
armv7
-a"
23
// RUN: %clang -target arm-linux -mcpu=cortex-a8 -mfpu=neon -march=
armv7
-a -### \
26
// CHECK-ARM-ALL: as{{(.exe)?}}" "-mfloat-abi=soft" "-march=
armv7
-a" "-mcpu=cortex-a8" "-mfpu=neon"
28
// RUN: %clang -target
armv7
-linux -mcpu=cortex-a8 -### \
43
// RUN: %clang -target arm-linux-androideabi -march=
armv7
-a -### \
46
// CHECK-ARM-ANDROID-SOFTFP: as{{(.exe)?}}" "-mfloat-abi=softfp" "-march=
armv7
-a"
/device/samsung_slsi/arndale/
BoardConfig.mk
21
TARGET_ARCH_VARIANT :=
armv7
-a-neon
/external/clang/test/CodeGen/
arm-asm-variable.c
2
// RUN: %clang_cc1 -triple
armv7
-apple-darwin9 -emit-llvm -w -o - %s | FileCheck %s
struct-init.c
2
// RUN: %clang_cc1 -S -triple
armv7
-apple-darwin %s -emit-llvm -o - | FileCheck %s
/external/libvpx/armv7a/
vpx_config.c
8
static const char* const cfg = "--force-target=
armv7
-android-gcc --disable-runtime-cpu-detect --sdk-path=/usr/local/google/home/johannkoenig/android-ndk --disable-examples --disable-docs --disable-neon --enable-realtime-only";
/external/libvpx/armv7a-neon/
vpx_config.c
8
static const char* const cfg = "--force-target=
armv7
-android-gcc --disable-runtime-cpu-detect --sdk-path=/usr/local/google/home/johannkoenig/android-ndk --disable-examples --disable-docs --enable-realtime-only";
/external/libvpx/libvpx/vpx_ports/
arm.h
21
/*
ARMv7
optional NEON instructions.*/
Completed in 793 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>