HomeSort by relevance Sort by last modified time
    Searched refs:ARMv7 (Results 1 - 17 of 17) 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
  /gdk/samples/bitmap-plasma-llvm/jni/
Application.mk 1 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /gdk/samples/hello-llvm/jni/
Application.mk 1 # The ARMv7 is significanly faster due to the use of the hardware FPU
  /external/v8/
Android.mk 22 $(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7.)
  /build/core/combo/arch/arm/
armv7-a-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
20 -march=armv7-a \
armv7-a.mk 2 # Generating binaries for the ARMv7-a architecture and higher
18 -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
  /external/v8/src/arm/
assembler-arm.cc 56 // can be defined to enable ARMv7 and VFPv3 instructions when building the
61 answer |= 1u << ARMv7;
64 answer |= 1u << VFP3 | 1u << ARMv7;
69 // generation even when generating snapshots. ARMv7 and hardware floating
73 answer |= 1u << VFP3 | 1u << ARMv7;
102 // enabled. VFPv3 implies ARMv7, see ARM DDI 0406B, page A1-6.
104 supported_ |= 1u << VFP3 | 1u << ARMv7;
106 // For the simulator=arm build, use ARMv7 when FLAG_enable_armv7 is enabled
108 supported_ |= 1u << ARMv7;
114 // detection of VFP returns true. VFPv3 implies ARMv7, see ARM DD
    [all...]
macro-assembler-arm.cc 63 // you can use -march=armv7 or similar.
285 CpuFeatures::IsSupported(ARMv7) &&
299 if (!CpuFeatures::IsSupported(ARMv7)) {
314 if (!CpuFeatures::IsSupported(ARMv7)) {
342 if (!CpuFeatures::IsSupported(ARMv7)) {
356 if (!CpuFeatures::IsSupported(ARMv7)) {
367 if (!CpuFeatures::IsSupported(ARMv7)) {
371 // These asserts are required to ensure compatibility with the ARMv7
675 if (CpuFeatures::IsSupported(ARMv7)) {
676 CpuFeatures::Scope scope(ARMv7);
    [all...]
lithium-codegen-arm.cc 69 CpuFeatures::Scope scope2(ARMv7);
    [all...]
  /external/v8/src/
v8globals.h 440 ARMv7 = 2, // ARM
platform-linux.cc 167 case ARMv7:
168 search_string = "ARMv7";
    [all...]
  /external/v8/test/cctest/
test-disasm-arm.cc 273 if (CpuFeatures::IsSupported(ARMv7)) {
363 if (CpuFeatures::IsSupported(ARMv7)) {
713 if (CpuFeatures::IsSupported(ARMv7)) {
714 CpuFeatures::Scope scope(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 313 milliseconds