/external/clang/test/CodeGen/ |
linux-arm-atomic.c | 2 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv6-unknown-linux | FileCheck %s 4 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv6-unknown-freebsd | FileCheck %s 5 // RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv6-unknown-bitrig | FileCheck %s
|
/external/llvm/test/CodeGen/ARM/ |
hello.ll | 2 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi | grep mov | count 1 3 ; RUN: llc < %s -mtriple=armv6-linux-gnu --disable-fp-elim | \ 5 ; RUN: llc < %s -mtriple=armv6-apple-ios | grep mov | count 2
|
2010-12-17-LocalStackSlotCrash.ll | 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin10 4 target triple = "armv6-apple-darwin10"
|
eh-resume-darwin.ll | 2 target triple = "armv6-apple-macosx10.6"
|
str_pre-2.ll | 1 ; RUN: llc < %s -mtriple=armv6-linux-gnu | FileCheck %s
|
globals.ll | 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=static | FileCheck %s -check-prefix=DarwinStatic 2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DarwinDynamic 3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=DarwinPIC 4 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic | FileCheck %s -check-prefix=LinuxPIC
|
load-global.ll | 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=static | FileCheck %s -check-prefix=STATIC 2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DYNAMIC 3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC 6 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic | FileCheck %s -check-prefix=LINUX
|
2009-06-19-RegScavengerAssert.ll | 1 ; RUN: llc < %s -mtriple=armv6-eabi -mattr=+vfp2 -float-abi=hard
|
2009-10-30.ll | 1 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi | FileCheck %s
|
2010-03-18-ldm-rtrn.ll | 3 ; RUN: llc < %s -mtriple=armv6-unknown-eabi | FileCheck %s
|
2010-10-25-ifcvt-ldm.ll | 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -mcpu=arm1136jf-s | FileCheck %s
|
/external/clang/test/CodeGenObjC/ |
metadata_symbols.m | 32 // RUN: %clang_cc1 -triple armv6-apple-darwin10 -target-abi apcs-gnu -fobjc-exceptions -emit-llvm -o %t %s 33 // RUN: FileCheck -check-prefix=CHECK-ARMV6 < %t %s 35 // CHECK-ARMV6: @"OBJC_CLASS_$_A" = global {{.*}}, section "__DATA, __objc_data", align 4 36 // CHECK-ARMV6: @"OBJC_METACLASS_$_A" = global {{.*}}, section "__DATA, __objc_data", align 4 37 // CHECK-ARMV6: @"\01L_OBJC_CLASS_NAME_" = {{.*}}, section "__TEXT,__objc_classname,cstring_literals", align 1 38 // CHECK-ARMV6: @"OBJC_EHTYPE_$_EH1" = weak global {{.*}}, section "__DATA,__datacoal_nt,coalesced", align 4 39 // CHECK-ARMV6: @"OBJC_EHTYPE_$_EH2" = external global 40 // CHECK-ARMV6: @"OBJC_EHTYPE_$_EH3" = global {{.*}}, section "__DATA,__objc_const", align 4 41 // CHECK-ARMV6: @"\01L_OBJC_LABEL_CLASS_$" = internal global {{.*}}, section "__DATA, __objc_classlist, regular, no_dead_strip", align 4 42 // CHECK-ARMV6: define internal void @"\01-[A im0] [all...] |
/external/clang/test/Driver/ |
darwin-as.c | 14 // RUN: -arch armv6 -no-integrated-as -x assembler -c %s 2>%t 15 // RUN: FileCheck -check-prefix=ARMV6 --input-file %t %s 17 // CHECK-ARMV6: as{{(.exe)?}}" "-arch" "armv6" "-o"
|
/external/libvpx/armv7a/ |
libvpx_srcs.txt | 7 vp8/common/arm/armv6/bilinearfilter_v6.asm.s 8 vp8/common/arm/armv6/copymem16x16_v6.asm.s 9 vp8/common/arm/armv6/copymem8x4_v6.asm.s 10 vp8/common/arm/armv6/copymem8x8_v6.asm.s 11 vp8/common/arm/armv6/dc_only_idct_add_v6.asm.s 12 vp8/common/arm/armv6/dequant_idct_v6.asm.s 13 vp8/common/arm/armv6/dequantize_v6.asm.s 14 vp8/common/arm/armv6/filter_v6.asm.s 15 vp8/common/arm/armv6/idct_blk_v6.c 16 vp8/common/arm/armv6/idct_v6.asm. [all...] |
/dalvik/vm/mterp/arm-vfp/ |
README.txt | 6 accesses (which is true for some ARMv5 and all ARMv6/v7), to avoid having
|
/external/libvpx/libvpx/vp8/ |
vp8cx_arm.mk | 30 VP8_CX_SRCS-$(HAVE_MEDIA) += encoder/arm/armv6/vp8_subtract_armv6$(ASM) 31 VP8_CX_SRCS-$(HAVE_MEDIA) += encoder/arm/armv6/vp8_short_fdct4x4_armv6$(ASM) 32 VP8_CX_SRCS-$(HAVE_MEDIA) += encoder/arm/armv6/vp8_fast_quantize_b_armv6$(ASM) 33 VP8_CX_SRCS-$(HAVE_MEDIA) += encoder/arm/armv6/vp8_mse16x16_armv6$(ASM) 34 VP8_CX_SRCS-$(HAVE_MEDIA) += encoder/arm/armv6/walsh_v6$(ASM)
|
vp8_common.mk | 139 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/bilinearfilter_v6$(ASM) 140 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/copymem8x4_v6$(ASM) 141 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/copymem8x8_v6$(ASM) 142 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/copymem16x16_v6$(ASM) 143 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/dc_only_idct_add_v6$(ASM) 144 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/iwalsh_v6$(ASM) 145 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/filter_v6$(ASM) 146 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/idct_v6$(ASM) 147 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/loopfilter_v6$(ASM) 148 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/simpleloopfilter_v6$(ASM [all...] |
/external/pixman/pixman/ |
pixman-arm-simd.c | 34 PIXMAN_ARM_BIND_FAST_PATH_SRC_DST (armv6, src_8888_8888, 36 PIXMAN_ARM_BIND_FAST_PATH_SRC_DST (armv6, src_x888_8888, 38 PIXMAN_ARM_BIND_FAST_PATH_SRC_DST (armv6, src_0565_0565, 40 PIXMAN_ARM_BIND_FAST_PATH_SRC_DST (armv6, src_8_8, 42 PIXMAN_ARM_BIND_FAST_PATH_SRC_DST (armv6, src_0565_8888, 45 PIXMAN_ARM_BIND_FAST_PATH_SRC_DST (armv6, add_8_8, 47 PIXMAN_ARM_BIND_FAST_PATH_SRC_DST (armv6, over_8888_8888, 50 PIXMAN_ARM_BIND_FAST_PATH_SRC_N_DST (SKIP_ZERO_MASK, armv6, over_8888_n_8888, 53 PIXMAN_ARM_BIND_FAST_PATH_N_MASK_DST (SKIP_ZERO_SRC, armv6, over_n_8_8888, 56 PIXMAN_ARM_BIND_SCALED_NEAREST_SRC_DST (armv6, 0565_0565, SRC [all...] |
/external/libvpx/armv7a-neon/ |
libvpx_srcs.txt | 7 vp8/common/arm/armv6/bilinearfilter_v6.asm.s 8 vp8/common/arm/armv6/copymem16x16_v6.asm.s 9 vp8/common/arm/armv6/copymem8x4_v6.asm.s 10 vp8/common/arm/armv6/copymem8x8_v6.asm.s 11 vp8/common/arm/armv6/dc_only_idct_add_v6.asm.s 12 vp8/common/arm/armv6/dequant_idct_v6.asm.s 13 vp8/common/arm/armv6/dequantize_v6.asm.s 14 vp8/common/arm/armv6/filter_v6.asm.s 15 vp8/common/arm/armv6/idct_blk_v6.c 16 vp8/common/arm/armv6/idct_v6.asm. [all...] |
/external/clang/test/Frontend/ |
darwin-version.c | 1 // RUN: %clang -target armv6-apple-darwin9 -dM -E -o %t %s 4 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=3.0 -dM -E -o %t %s 7 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.0 -dM -E -o %t %s 10 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.2 -dM -E -o %t %s
|
/external/llvm/test/MC/MachO/ARM/ |
nop-thumb-padding.s | 1 @ RUN: llvm-mc -triple armv6-apple-darwin %s -filetype=obj -o %t.obj
|
/external/chromium_org/sdch/ |
README.chromium | 11 CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c -arch armv6 14 CXX=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -x c++ -arch armv6
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
spinlock.h | 16 #error SMP not supported on pre-ARMv6 CPUs
|
/external/libvpx/libvpx/vpx_ports/ |
arm.h | 19 /*ARMv6 "Parallel" or "Media" instructions.*/
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/ |
spinlock.h | 16 #error SMP not supported on pre-ARMv6 CPUs
|