HomeSort by relevance Sort by last modified time
    Searched full:arm (Results 1251 - 1275 of 5319) sorted by null

<<51525354555657585960>>

  /external/llvm/test/CodeGen/ARM/
align.ll 1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=ELF
2 ; RUN: llc < %s -mtriple=arm-apple-darwin10 | FileCheck %s -check-prefix=DARWIN
arm-and-tst-peephole.ll 1 ; RUN: llc < %s -march=arm | FileCheck -check-prefix=ARM %s
9 ; ARM: foo
26 ; ARM: ands {{r[0-9]+}}, {{r[0-9]+}}, #3
27 ; ARM-NEXT: beq
73 ; ARM: bar
81 ; ARM: ands
92 ; ARM: andsne
arm-returnaddr.ll 1 ; RUN: llc < %s -mtriple=arm-apple-ios | FileCheck %s
3 ; RUN: llc < %s -mtriple=arm-apple-ios -regalloc=basic | FileCheck %s
fixunsdfdi.ll 1 ; RUN: llc < %s -march=arm -mattr=+vfp2
2 ; RUN: llc < %s -march=arm -mattr=vfp2 | not grep vstr.64
iabs.ll 1 ; RUN: llc < %s -march=arm -mattr=+v4t | FileCheck %s
3 ;; Integer absolute value, should produce something as good as: ARM:
ldr_post.ll 1 ; RUN: llc < %s -march=arm | FileCheck %s
2 ; RUN: llc < %s -march=arm -mcpu=swift | FileCheck %s
ldr_pre.ll 1 ; RUN: llc < %s -march=arm | FileCheck %s
2 ; RUN: llc < %s -march=arm -mcpu=swift | FileCheck %s
trunc_ldr.ll 1 ; RUN: llc < %s -march=arm | grep ldrb.*7 | count 1
2 ; RUN: llc < %s -march=arm | grep ldrsb.*7 | count 1
  /external/llvm/test/CodeGen/Thumb2/
large-stack.ll 1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=DARWIN
2 ; RUN: llc < %s -march=thumb -mattr=+thumb2 -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=LINUX
  /external/llvm/test/MC/ARM/
mapping-within-section.s 13 .arm
24 .arm
mode-switch.s 1 @ Test ARM / Thumb mode switching with .code
17 .arm
  /external/llvm/test/MC/MachO/ARM/
empty-function-nop.ll 3 ; RUN: llc < %s -filetype=obj -mtriple=armv6-apple-darwin -o - | macho-dump --dump-section-data | FileCheck -check-prefix=CHECK-ARM %s
14 ; CHECK-ARM: ('_section_data', '0000a0e1')
  /external/llvm/test/Transforms/LoopStrengthReduce/ARM/
ivchain-ARM.ll 241 %12 = tail call <1 x i64> @llvm.arm.neon.vld1.v1i64(i8* %.05, i32 1) nounwind
243 %14 = tail call <1 x i64> @llvm.arm.neon.vld1.v1i64(i8* %13, i32 1) nounwind
249 %19 = tail call <1 x i64> @llvm.arm.neon.vld1.v1i64(i8* %18, i32 1) nounwind
251 %21 = tail call <1 x i64> @llvm.arm.neon.vld1.v1i64(i8* %20, i32 1) nounwind
257 %26 = tail call <1 x i64> @llvm.arm.neon.vld1.v1i64(i8* %25, i32 1) nounwind
259 %28 = tail call <1 x i64> @llvm.arm.neon.vld1.v1i64(i8* %27, i32 1) nounwind
265 %33 = tail call <1 x i64> @llvm.arm.neon.vld1.v1i64(i8* %32, i32 1) nounwind
267 %35 = tail call <1 x i64> @llvm.arm.neon.vld1.v1i64(i8* %34, i32 1) nounwind
292 declare <1 x i64> @llvm.arm.neon.vld1.v1i64(i8*, i32) nounwind readonly
330 %vld1 = tail call <8 x i8> @llvm.arm.neon.vld1.v8i8(i8* %add.ptr, i32 1
    [all...]
  /external/skia/src/core/
SkUtilsArm.cpp 49 // the ARM NEON instruction set. This implementation is Linux-specific.
62 // On ARM Linux, we use an environment variable
68 SkDebugf("Forcing ARM Neon mode to full!\n");
72 SkDebugf("Disabling ARM NEON mode\n");
85 // There is no user-accessible CPUID instruction on ARM that we can use.
169 // Fine, we support Arm NEON !
177 SkDebugf("Device supports ARM NEON instructions!\n");
179 SkDebugf("Device does NOT support ARM NEON instructions!\n");
  /external/speex/
Android.mk 20 LOCAL_ARM_MODE := arm
43 LOCAL_ARM_MODE := arm
  /external/v8/src/
macro-assembler.h 55 #include "arm/constants-arm.h"
57 #include "arm/assembler-arm.h"
58 #include "arm/assembler-arm-inl.h"
60 #include "arm/macro-assembler-arm.h"
  /external/webrtc/src/system_wrappers/interface/
cpu_features_wrapper.h 26 // List of features in ARM.
40 // Return the features in an ARM device.
  /frameworks/av/media/libeffects/lvm/wrapper/
Android.mk 7 LOCAL_ARM_MODE := arm
36 LOCAL_ARM_MODE := arm
  /frameworks/av/media/libstagefright/codecs/mp3dec/
Android.mk 31 ifeq ($(TARGET_ARCH),arm)
55 LOCAL_ARM_MODE := arm
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DeblockingChroma_unsafe_s.S 2 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
9 .arm
armVCM4P10_TransformResidual4x4_s.S 2 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
9 .arm
omxVCM4P10_DeblockLuma_I.S 2 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
9 .arm
omxVCM4P10_TransformDequantChromaDCFromPair_s.S 2 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
9 .arm
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 9 #include "ARM.h"
39 pScript.sectionMap().append(".ARM.exidx", ".ARM.exidx", exist);
40 pScript.sectionMap().append(".ARM.extab", ".ARM.extab", exist);
41 pScript.sectionMap().append(".ARM.attributes", ".ARM.attributes", exist);
47 // emulateARMLD - the help function to emulate ARM ld
  /frameworks/rs/cpu_ref/linkloader/lib/
ELFSectionHeader.cpp 20 // ARM Section Header Type Definitions
52 // ARM-specific section header type

Completed in 6727 milliseconds

<<51525354555657585960>>