OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:armv6
(Results
76 - 100
of
163
) sorted by null
1
2
3
4
5
6
7
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
18
// RUN: %clang -isysroot $ARM_SYSROOT -arch
armv6
-mthumb -c %s -o %t.o
19
// RUN: %clang -isysroot $ARM_SYSROOT -arch
armv6
-mthumb -v -Wl,-t,-v -o %t %t.o 1>&2
25
// RUN: %clang -isysroot $ARM_SYSROOT -arch
armv6
-mno-thumb -c %s -o %t.o
26
// RUN: %clang -isysroot $ARM_SYSROOT -arch
armv6
-mno-thumb -v -Wl,-t,-v -o %t %t.o 1>&2
315
// Test some calls which are used on
armv6
/thumb. The calls/prototypes are
/external/clang/test/Driver/
darwin-ld.c
27
// RUN: %clang -ccc-host-triple i386-apple-darwin9 -### -arch
armv6
-miphoneos-version-min=3.0 %t.o 2> %t.log
28
// RUN: %clang -ccc-host-triple i386-apple-darwin9 -### -arch
armv6
-miphoneos-version-min=3.0 -dynamiclib %t.o 2>> %t.log
29
// RUN: %clang -ccc-host-triple i386-apple-darwin9 -### -arch
armv6
-miphoneos-version-min=3.0 -bundle %t.o 2>> %t.log
/external/llvm/test/CodeGen/ARM/
crash-O0.ll
3
target triple = "
armv6
-apple-darwin10"
indirectbr.ll
1
; RUN: llc < %s -relocation-model=pic -mtriple=
armv6
-apple-darwin | FileCheck %s -check-prefix=ARM
uxtb.ll
1
; RUN: llc < %s -mtriple=
armv6
-apple-darwin | \
2009-03-07-SpillerBug.ll
1
; RUN: llc < %s -mtriple=
armv6
-apple-darwin9 -mattr=+vfp2
2009-06-30-RegScavengerAssert2.ll
1
; RUN: llc < %s -march=arm -mtriple=
armv6
-apple-darwin9
2009-06-30-RegScavengerAssert5.ll
1
; RUN: llc < %s -march=arm -mtriple=
armv6
-apple-darwin9
2009-07-22-ScavengerAssert.ll
1
; RUN: llc < %s -mtriple=
armv6
-apple-darwin10
2009-06-30-RegScavengerAssert.ll
1
; RUN: llc < %s -march=arm -mtriple=
armv6
-apple-darwin9
/bionic/libc/arch-arm/bionic/
atomics_arm.S
38
*
ARMv6
+ implementation
89
* Pre-
ARMv6
implementation
/external/oprofile/
ChangeLog-2007
84
* events/arm/
armv6
/events: Fix
armv6
events to match mainline kernels
497
* events/arm/
armv6
/events:
498
* events/arm/
armv6
/unit_masks:
524
* events/arm/
armv6
/events:
525
* events/arm/
armv6
/unit_masks:
/external/bluetooth/bluez/sbc/
sbc_primitives_armv6.c
36
*
ARMv6
optimizations. The instructions are scheduled for ARM11 pipeline.
296
state->implementation_info = "
ARMv6
SIMD";
/external/clang/lib/Driver/
ToolChain.cpp
105
if (MArch == "
armv6
" || MArch == "armv6k")
125
if (MArch == "armv6m" || MArch == "
armv6
-m")
/bionic/libc/arch-arm/include/machine/
cpu-features.h
152
/* define __ARM_HAVE_LDREX_STREX for
ARMv6
and ARMv7 architecture to be
/external/llvm/test/MC/ARM/
thumb-diagnostics.s
20
@ CHECK-ERRORS-V5: error: instruction variant requires
ARMv6
or later
/external/oprofile/libop/
op_cpu_type.c
74
{ "ARM V6 PMU", "arm/
armv6
", CPU_ARM_V6, 3 },
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_mid_hor.s
17
;-- Abstract :
ARMv6
optimized version horizontal part of
h264bsd_interpolate_chroma_hor.s
17
;-- Abstract :
ARMv6
optimized version of h264bsdInterpolateChromaHor function
h264bsd_interpolate_hor_half.s
17
;-- Abstract :
ARMv6
optimized version of h264bsdInterpolateHorHalf function
/hardware/libhardware/
hardware.c
41
* led.
ARMV6
.so
/dalvik/vm/
Atomic.cpp
24
* TODO: unify
ARMv6
/x86/sh implementations using the to-be-written
/external/libvpx/vp8/common/arm/
loopfilter_arm.c
38
/*
ARMV6
loopfilter functions*/
/external/llvm/test/Transforms/LoopUnswitch/
preserve-analyses.ll
7
target triple = "
armv6
-apple-darwin9"
/external/llvm/utils/crosstool/ARM/
build-install-linux.sh
20
readonly CROSS_MARCH="${CROSS_MARCH:-
armv6
}"
Completed in 1957 milliseconds
1
2
3
4
5
6
7