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

<<31323334353637383940>>

  /external/llvm/test/ExecutionEngine/MCJIT/
lit.local.cfg 11 if ('X86' in targets) | ('AArch64' in targets) | ('ARM' in targets) | \
20 'AArch64', 'ARM', 'Mips', 'PowerPC', 'ppc64', 'SystemZ']:
  /external/qemu/hw/
arm_pic.c 2 * Generic ARM Programmable Interrupt Controller support.
12 #include "arm-misc.h"
  /external/tremolo/
Android.mk 19 ifeq ($(TARGET_ARCH),arm)
36 LOCAL_ARM_MODE := arm
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_UnpackBlock4x4_s.S 2 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
9 .arm
  /frameworks/compile/libbcc/lib/Support/
TargetCompilerConfigs.cpp 23 // Get ARM version number (i.e., __ARM_ARCH__)
31 // ARM
43 // ARM prior to V6T2 doesn't support Thumb-2.
77 if (!getProperty("debug.rs.arm-no-hwdiv")) {
78 if (Features.count("hwdiv-arm") && Features["hwdiv-arm"])
79 pAttributes.push_back("+hwdiv-arm");
95 if (!getProperty("debug.rs.arm-no-tune-for-cpu"))
  /ndk/toolchains/arm-linux-androideabi-4.6/
config.mk 16 # config file for the arm gcc-4.6 toolchain for the Android NDK
19 TOOLCHAIN_ARCH := arm
  /ndk/toolchains/arm-linux-androideabi-4.7/
config.mk 16 # config file for the arm gcc-4.7 toolchain for the Android NDK
19 TOOLCHAIN_ARCH := arm
  /ndk/toolchains/arm-linux-androideabi-4.8/
config.mk 16 # config file for the arm gcc-4.8 toolchain for the Android NDK
19 TOOLCHAIN_ARCH := arm
  /ndk/toolchains/arm-linux-androideabi-clang3.2/
config.mk 16 # config file for the arm llvm-3.2 toolchain for the Android NDK
19 TOOLCHAIN_ARCH := arm
  /ndk/toolchains/arm-linux-androideabi-clang3.3/
config.mk 16 # config file for the arm llvm-3.3 toolchain for the Android NDK
19 TOOLCHAIN_ARCH := arm
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/
SOURCES 2 COLLECT_GCC=/tmp/android-eabi-4.7-2012-12-03/toolchains/arm-eabi-4.7/prebuilt/linux-x86_64//bin/arm-eabi-gcc
3 COLLECT_LTO_WRAPPER=/tmp/android-eabi-4.7-2012-12-03/toolchains/arm-eabi-4.7/prebuilt/linux-x86_64/bin/../libexec/gcc/arm-eabi/4.7/lto-wrapper
4 Target: arm-eabi
5 Configured with: /tmp/AOSP-toolchain/build/../gcc/gcc-4.7/configure --prefix=/tmp/toolchain-build-eabi/prefix --target=arm-eabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/toolchain-build-eabi/temp-install --with-mpfr=/tmp/toolchain-build-eabi/temp-install --with-mpc=/tmp/toolchain-build-eabi/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-abi=aapcs --enable-initfini-array --disable-nls --prefix=/tmp/toolchain-build-eabi/prefix --with-sysroot=/tmp/toolchain-build-eabi/prefix/sysroot --with-binutils-version=2.22 --with-mpfr-version=2.4.1 --with-mpc-version=0.8.1 --with-gmp-version=5.0.5 --with-gcc-version=4.7 --with-gdb-version=7.3.x --with-gxx-include-dir=/tmp/toolchain-build-eabi/prefix/include/c++/4.7 --with-bugurl=http://source.android.com/source/report-bugs.html --disable-bootstrap --disable-libquadmath --disable-plugin --with-arch=armv5te --disable-gold --program-transform-name='s&^&arm-eabi-&'
13 Enable armv7/thumb2 multilib for arm-eabi.
  /external/llvm/test/CodeGen/ARM/
vld3.ll 1 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
2 ; RUN: llc < %s -march=arm -mattr=+neon -regalloc=basic | FileCheck %s
19 %tmp1 = call %struct.__neon_int8x8x3_t @llvm.arm.neon.vld3.v8i8(i8* %A, i32 32)
30 %tmp1 = call %struct.__neon_int16x4x3_t @llvm.arm.neon.vld3.v4i16(i8* %tmp0, i32 1)
43 %tmp1 = call %struct.__neon_int16x4x3_t @llvm.arm.neon.vld3.v4i16(i8* %tmp0, i32 1)
56 %tmp1 = call %struct.__neon_int32x2x3_t @llvm.arm.neon.vld3.v2i32(i8* %tmp0, i32 1)
67 %tmp1 = call %struct.__neon_float32x2x3_t @llvm.arm.neon.vld3.v2f32(i8* %tmp0, i32 1)
79 %tmp1 = call %struct.__neon_int64x1x3_t @llvm.arm.neon.vld3.v1i64(i8* %tmp0, i32 16)
91 %tmp1 = call %struct.__neon_int8x16x3_t @llvm.arm.neon.vld3.v16i8(i8* %A, i32 32)
103 %tmp1 = call %struct.__neon_int16x8x3_t @llvm.arm.neon.vld3.v8i16(i8* %tmp0, i32 1
    [all...]
  /build/core/combo/arch/arm/
armv7-a.mk 1 # Configuration for Linux on ARM.
  /dalvik/vm/compiler/codegen/arm/armv5te/
Codegen.cpp 24 #include "compiler/codegen/arm/ArmLIR.h"
27 #include "compiler/codegen/arm/Codegen.h"
31 /* Arm codegen building blocks */
38 /* Arm-specific factory utilities */
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
Codegen.cpp 24 #include "compiler/codegen/arm/ArmLIR.h"
27 #include "compiler/codegen/arm/Codegen.h"
31 /* Arm codegen building blocks */
38 /* Arm-specific factory utilities */
  /dalvik/vm/compiler/codegen/arm/armv7-a/
Codegen.cpp 24 #include "compiler/codegen/arm/ArmLIR.h"
27 #include "compiler/codegen/arm/Codegen.h"
31 /* Arm codegen building blocks */
38 /* Arm-specific factory utilities */
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
Codegen.cpp 24 #include "compiler/codegen/arm/ArmLIR.h"
27 #include "compiler/codegen/arm/Codegen.h"
31 /* Arm codegen building blocks */
38 /* Arm-specific factory utilities */
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
crtbegin_dynamic.o 
  /development/ndk/sources/android/libportable/common/include/asm-generic/
signal_portable.h 2 Derived from platforms/android-14/arch-arm/usr/include/asm-generic/signal.h
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
manifest_arch_specific.nmf 5 "arm": {"url": "subdir/manifest_good_arm.nexe"}
  /external/chromium_org/tools/android/asan/
asanwrapper.sh 8 LD_PRELOAD=libclang_rt.asan-arm-android.so \
  /external/clang/lib/Headers/
Android.mk 8 $(call transform-host-clang-td-to-out,arm-neon)
  /external/clang/test/CodeGen/
struct-matching-constraint.c 1 // REQUIRES: arm-registered-target
  /external/clang/test/Sema/
arm-darwin-aapcs.cpp 4 // ARM's AAPCS normally has size_t defined as unsigned int, but on Darwin
  /external/kernel-headers/original/asm-arm/
ipcbuf.h 5 * The ipc64_perm structure for arm architecture.

Completed in 841 milliseconds

<<31323334353637383940>>