HomeSort by relevance Sort by last modified time
    Searched full:armv5 (Results 51 - 75 of 186) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/machine/
cpu-features.h 95 /* instructions introduced in ARMv5 */
135 * of the new instruction address. Before ARMv5, this was not the
  /toolchain/binutils/binutils-2.25/bfd/
cpu-arm.c 137 N (bfd_mach_arm_5, "armv5", FALSE, & arch_info_struct[7]),
314 case bfd_mach_arm_5: expected = "armv5"; break;
362 { "armv5", bfd_mach_arm_5 },
  /external/clang/test/Preprocessor/
arm-acle-6.5.c 3 // RUN: %clang -target armv5-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FP
45 // RUN: %clang -target armv5-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-FMA
63 // RUN: %clang -target armv5-eabi -mfpu=neon -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-NEON
83 // RUN: %clang -target armv5-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-NO-EXTENSIONS
  /external/compiler-rt/make/platform/
darwin_bni.mk 78 FUNCTIONS.armv5 := $(FUNCTIONS) \
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 102 // Generic helper used to emit e.g. ARMv5 mul pseudos
  /external/llvm/test/CodeGen/Thumb/
copy_thumb.ll 3 ; RUN: llc -mtriple=armv5-none--eabi < %s | FileCheck %s --check-prefix=CHECK-LOLOMOV
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.h 87 // Generic helper used to emit e.g. ARMv5 mul pseudos
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
CalcWindowEnergy_v5.s 20 @ Content: CalcWindowEnergy function armv5 assemble
AutoCorrelation_v5.s 20 @ Content: AutoCorrelation function armv5 assemble
PrePostMDCT_v5.s 20 @ Content: premdct and postmdct function armv5 assemble
band_nrg_v5.s 20 @ Content: CalcBandEnergy and CalcBandEnergyMS function armv5 assemble
R4R8First_v5.s 20 @ Content: Radix8First and Radix4First function armv5 assemble
Radix4FFT_v5.s 20 @ Content: Radix4FFT armv5 assemble
  /external/llvm/test/CodeGen/ARM/
MachO-subtypes.ll 6 ; RUN: llc -mtriple=armv5-apple-darwin -filetype=obj -o - < %s \
struct_byval.ll 4 ; RUN: llc < %s -mtriple=armv5-none-linux-gnueabi | FileCheck %s -check-prefix=NOMOVT
  /external/webrtc/webrtc/common_audio/signal_processing/
complex_bit_reverse_arm.S 12 @ for ARMv5 platforms.
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToTHMStub.cpp 71 // FIXME: Assuming blx is available (i.e., target is armv5 or above!)
THMToARMStub.cpp 78 // FIXME: Assuming blx is available (i.e., target is armv5 or above!)
  /external/clang/test/Driver/
arm-alignment.c 50 // RUN: %clang -target armv5-apple-darwin -### %s 2> %t
arm-cortex-cpus.c 22 // RUN: %clang -target armv5 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V5 %s
23 // RUN: %clang -target arm -march=armv5 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V5 %s
26 // CHECK-V5: "-cc1"{{.*}} "-triple" "armv5-{{.*}} "-target-cpu" "arm10tdmi"
28 // RUN: %clang -target armv5 -mthumb -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V5-THUMB %s
29 // RUN: %clang -target arm -march=armv5 -mthumb -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V5-THUMB %s
31 // RUN: %clang -target arm -march=armv5 -mthumb -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V5-THUMB %s
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 222 if (Str == "arm" || Str == "armv4t" || Str == "armv5" || Str == "xscale" ||
257 if (Str == "armv5" || Str == "armv5e" || Str == "thumbv5"
259 return "armv5";
  /art/runtime/interpreter/mterp/arm/
header.S 239 * interpreter, we don't have to worry about pre-ARMv5 THUMB interwork.
  /toolchain/binutils/binutils-2.25/include/opcode/
arm.h 88 ARMv5xM, ARMv5, ARMv5TxM, ARMv5T, ARMv5TExP, ARMv5TE. To these we add
  /build/make/
envsetup.sh 5 - tapas: tapas [<App1> <App2> ...] [arm|x86|mips|armv5|arm64|x86_64|mips64] [eng|userdebug|user]
654 local arch="$(echo $* | xargs -n 1 echo | \grep -E '^(arm|x86|mips|armv5|arm64|x86_64|mips64)$' | xargs)"
657 local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|arm|x86|mips|armv5|arm64|x86_64|mips64|ldpi|mdpi|tvdpi|hdpi|xhdpi|xxhdpi|xxxhdpi|alldpi)$' | xargs)"
676 armv5) product=generic_armv5;;
    [all...]
  /build/soong/ui/build/
config.go 221 case "armv5":

Completed in 789 milliseconds

1 23 4 5 6 7 8