OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARMv7
(Results
1 - 15
of
15
) sorted by null
/development/ndk/samples/hello-neon/jni/
Application.mk
1
# Build both ARMv5TE and
ARMv7
-A machine code.
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Application.mk
1
# The
ARMv7
is significanly faster due to the use of the hardware FPU
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Application.mk
1
# The
ARMv7
is significanly faster due to the use of the hardware FPU
/build/core/combo/arch/arm/
armv7-a.mk
2
# Generating binaries for the
ARMv7
-a architecture and higher
17
-march=
armv7
-a \
armv7-a-neon.mk
2
# Generating binaries for the
ARMv7
-a architecture and higher with NEON
19
-march=
armv7
-a \
/build/target/board/generic/
BoardConfig.mk
10
# Note: we build the platform images for
ARMv7
-A _without_ NEON.
12
# Technically, the emulator supports
ARMv7
-A _and_ NEON instructions, but
21
TARGET_ARCH_VARIANT :=
armv7
-a
/frameworks/base/media/libstagefright/
Android.mk
101
# V8 also requires an
ARMv7
CPU, and since we must use jsc, we cannot
/external/v8/src/arm/
assembler-arm.cc
58
answer |= 1u <<
ARMv7
;
62
// compilation. VFPv3 implies
ARMv7
, see ARM DDI 0406B, page A1-6.
64
answer |= 1u << VFP3 | 1u <<
ARMv7
;
67
answer |= 1u << VFP3 | 1u <<
ARMv7
;
81
// enabled. VFPv3 implies
ARMv7
, see ARM DDI 0406B, page A1-6.
83
supported_ |= 1u << VFP3 | 1u <<
ARMv7
;
85
// For the simulator=arm build, use
ARMv7
when FLAG_enable_armv7 is enabled
87
supported_ |= 1u <<
ARMv7
;
98
// detection of VFP returns true. VFPv3 implies
ARMv7
, see ARM DDI
100
supported_ |= 1u << VFP3 | 1u <<
ARMv7
;
[
all
...]
macro-assembler-arm.cc
62
// you can use -march=
armv7
or similar.
298
CpuFeatures::IsSupported(
ARMv7
) &&
311
if (!CpuFeatures::IsSupported(
ARMv7
)) {
326
if (!CpuFeatures::IsSupported(
ARMv7
)) {
354
if (!CpuFeatures::IsSupported(
ARMv7
)) {
368
if (!CpuFeatures::IsSupported(
ARMv7
)) {
379
if (!CpuFeatures::IsSupported(
ARMv7
)) {
383
// These asserts are required to ensure compatibility with the
ARMv7
625
if (CpuFeatures::IsSupported(
ARMv7
)) {
626
CpuFeatures::Scope scope(
ARMv7
);
[
all
...]
lithium-codegen-arm.cc
84
CpuFeatures::Scope scope2(
ARMv7
);
[
all
...]
/external/v8/src/
v8globals.h
470
ARMv7
= 2, // ARM
platform-linux.cc
97
// we. VFPv3 implies
ARMv7
, see ARM DDI 0406B, page A1-6.
98
return 1u << VFP3 | 1u <<
ARMv7
;
100
return 1u <<
ARMv7
;
156
case
ARMv7
:
157
search_string = "
ARMv7
";
/external/v8/test/cctest/
test-disasm-arm.cc
273
if (CpuFeatures::IsSupported(
ARMv7
)) {
363
if (CpuFeatures::IsSupported(
ARMv7
)) {
test-assembler-arm.cc
357
// Test the
ARMv7
bitfield instructions.
363
if (CpuFeatures::IsSupported(
ARMv7
)) {
364
CpuFeatures::Scope scope(
ARMv7
);
399
if (CpuFeatures::IsSupported(
ARMv7
)) {
400
CpuFeatures::Scope scope(
ARMv7
);
/system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp
438
#pragma mark Bit manipulation (
ARMv7
+ only)...
441
// Bit manipulation (
ARMv7
+ only)...
Completed in 173 milliseconds