HomeSort by relevance Sort by last modified time
    Searched full:armv7 (Results 26 - 50 of 482) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
builtins-arm.cpp 1 // RUN: %clang_cc1 -triple armv7 -fsyntax-only -verify %s
  /external/libyuv/files/unit_test/testdata/
arm_v7.txt 1 Processor : ARMv7 Processor rev 5 (v7l)
tegra3.txt 1 Processor : ARMv7 Processor rev 9 (v7l)
  /external/llvm/test/MC/Disassembler/ARM/
unpredictable-SEL-arm.txt 1 # RUN: llvm-mc --disassemble %s -triple=armv7-linux-gnueabi 2>&1 | FileCheck %s
  /dalvik/vm/compiler/template/
rebuild.sh 22 for arch in ia32 armv5te armv5te-vfp armv7-a armv7-a-neon mips; do TARGET_ARCH_EXT=$arch make -f Makefile-template; done
  /development/build/
sdk-android-armeabi-v7a.atree 17 # Copy the ARMv7 specific kernel image to .../kernel-qemu
18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu-armv7 system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/kernel-qemu
  /external/llvm/test/CodeGen/ARM/
call-noret-minsize.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-ios -mcpu=cortex-a8 | FileCheck %s -check-prefix=ARM
2 ; RUN: llc < %s -mtriple=armv7-apple-ios -mcpu=swift | FileCheck %s -check-prefix=SWIFT
call-noret.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-ios -mcpu=cortex-a8 | FileCheck %s -check-prefix=ARM
2 ; RUN: llc < %s -mtriple=armv7-apple-ios -mcpu=swift | FileCheck %s -check-prefix=SWIFT
ehabi-no-landingpad.ll 1 ; RUN: llc < %s -mtriple=armv7-unknown-linux-gnueabi \
5 target triple = "armv7-unknown-linux-gnueabi"
  /external/llvm/test/MC/ARM/
hilo-16bit-relocations.s 1 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
2 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
arm-it-block.s 1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
cxx-global-constructor.ll 1 ; RUN: llc %s -mtriple=armv7-linux-gnueabi -relocation-model=pic \
dot-req.s 1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
neon-vswp.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
  /external/clang/test/Driver/
target-triple-deployment.c 6 // RUN: %clang -target armv7-apple-ios -### %t.o 2>> %t.log
7 // RUN: %clang -target armv7-apple-ios0.0 -### %t.o 2>> %t.log
8 // RUN: %clang -target armv7-apple-ios1.2.3 -### %t.o 2>> %t.log
9 // RUN: %clang -target armv7-apple-ios5.0 -### %t.o 2>> %t.log
  /frameworks/compile/mclinker/tools/mcld/include/alone/Config/
Config.h.in 14 #define DEFAULT_ARM_TRIPLE_STRING "armv7-none-linux-gnueabi"
  /build/target/board/generic/
BoardConfig.mk 11 # Note: we build the platform images for ARMv7-A _without_ NEON.
13 # Technically, the emulator supports ARMv7-A _and_ NEON instructions, but
22 TARGET_ARCH_VARIANT := armv7-a
  /external/clang/test/Sema/
builtins-arm.c 1 // RUN: %clang_cc1 -triple armv7 -fsyntax-only -verify -DTEST0 %s
2 // RUN: %clang_cc1 -triple armv7 -fsyntax-only -verify -DTEST1 %s
3 // RUN: %clang_cc1 -triple armv7 -target-abi apcs-gnu \
  /external/llvm/test/MC/MachO/ARM/
empty-function-nop.ll 4 ; RUN: llc < %s -filetype=obj -mtriple=armv7-apple-darwin -o - | macho-dump --dump-section-data | FileCheck -check-prefix=CHECK-ARMV7 %s
15 ; CHECK-ARMV7: ('_section_data', '00f020e3')
  /external/qemu/docs/
ANDROID-KERNEL.TXT 18 To rebuild the ARMv7-A one:
21 /path/to/rebuild-kernel.sh --armv7 --out=$ANDROID/prebuilt/android-arm/kernel
69 You can build an ARMv7-compatible kernel image by using goldfish_armv7_defconfg
71 need to enable ARMv7 emulation by using the -cpu cortex-a8 option, as in:
75 As a special convenience, if the name of your kernel image ends in -armv7, then
76 the emulator binary will automatically enable ARMv7 emulation for you, so doing
79 emulator -kernel path/to/your/kernel-armv7 <other-options>
  /external/libvpx/
UPDATING 9 Enter the subdirectory for the relevant platform. For example, armv7-neon for
10 armv7 targets with neon extensions. We disable many features. Some for
34 $ ../libvpx/configure --target=armv7-android-gcc --disable-runtime-cpu-detect \
  /device/generic/armv7-a-neon/
BoardConfig.mk 11 TARGET_ARCH_VARIANT := armv7-a-neon
  /external/clang/test/CodeGen/
arm-clear.c 2 // RUN: %clang_cc1 -triple armv7-apple-darwin9 -emit-llvm -w -o - %s | FileCheck %s
  /external/clang/test/CodeGenCXX/
member-data-pointers.cpp 2 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv7-unknown-unknown | FileCheck -check-prefix GLOBAL-LP32 %s
  /external/clang/test/CodeGenObjC/
arm-atomic-scalar-setter-getter.m 1 // RUN: %clang_cc1 -triple armv7-apple-darwin10 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-ARM %s

Completed in 652 milliseconds

12 3 4 5 6 7 8 91011>>