HomeSort by relevance Sort by last modified time
    Searched full:armv6 (Results 101 - 125 of 163) sorted by null

1 2 3 45 6 7

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_quarter.s 17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateHorQuarter function
h264bsd_interpolate_chroma_hor_ver.s 17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateChromaHorVer
h264bsd_interpolate_chroma_ver.s 17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateChromaVer function
h264bsd_interpolate_ver_half.s 17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateVerHalf function
h264bsd_interpolate_ver_quarter.s 17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateVerQuarter function
h264bsd_interpolate_hor_ver_quarter.s 17 ;-- Abstract : ARMv6 optimized version of h264bsdInterpolateHorVerQuarter
  /external/llvm/lib/Support/
Triple.cpp 223 Str == "armv6" || Str == "armv7" || Str == "armv7f" || Str == "armv7k" ||
260 if (Str == "armv6" || Str == "thumbv6")
261 return "armv6";
  /external/libvpx/build/make/
configure.sh 641 enabled armv7 && soft_enable armv6
642 enabled armv6 && soft_enable armv5te
643 enabled armv6 && soft_enable fast_unaligned
  /external/llvm/test/CodeGen/ARM/
2009-06-30-RegScavengerAssert3.ll 1 ; RUN: llc < %s -march=arm -mtriple=armv6-apple-darwin9
2009-06-30-RegScavengerAssert4.ll 1 ; RUN: llc < %s -march=arm -mtriple=armv6-apple-darwin9
2009-07-01-CommuteBug.ll 1 ; RUN: llc < %s -march=arm -mtriple=armv6-apple-darwin9
2009-06-15-RegScavengerAssert.ll 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin
  /ndk/docs/system/libc/
CHANGES.html 8 - __atomic_swap(): use LDREX/STREX CPU instructions on ARMv6 and higher.
  /bionic/libc/docs/
CHANGES.TXT 111 - __atomic_swap(): use LDREX/STREX CPU instructions on ARMv6 and higher.
  /dalvik/vm/mterp/
README.txt 34 some operations (e.g. making use of PLD instructions on ARMv6 or avoiding
  /external/jpeg/
armv6_idct.S 19 * Transform (IDCT) for ARMv6+. It also performs dequantization of the input
  /external/kernel-headers/original/asm-arm/
pgtable.h 139 * ARMv6 supersection address mask and size definitions.
tlbflush.h 54 * v6wbi - ARMv6 with write buffer with I TLB flush entry instruction
  /ndk/docs/
CPU-ARCH-ABIS.html 121 ARMv6 based devices.
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 429 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
  /external/valgrind/main/VEX/priv/
main_main.c 868 return "ARMv6-vfp";
870 return "ARMv6";
    [all...]
  /external/llvm/lib/Target/ARM/
README.txt 498 ARMv6 has scalar saturating and halving adds and subtracts. The same
500 those operations and the ARMv6 scalar versions.
  /external/clang/lib/Driver/
ToolChains.cpp 124 .Case("armv6k", "armv6")
142 "arm1176jzf-s", "cortex-m0", "armv6")
335 else if (TripleStr.startswith("armv6") || TripleStr.startswith("thumbv6"))
905 else if (Name == "armv6")
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 521 else if (TheTriple.getArchName() == "armv6" ||
  /external/llvm/docs/
ReleaseNotes.html 826 <li>Thumb mode works only on ARMv6 or higher processors. On sub-ARMv6
    [all...]

Completed in 1671 milliseconds

1 2 3 45 6 7