HomeSort by relevance Sort by last modified time
    Searched full:neon (Results 626 - 650 of 782) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 255 // If we're a thumb2 or not NEON function we were handled via isPredicable.
277 // Are we NEON in ARM mode and have a predicate operand? If so, I know
    [all...]
ARMCodeEmitter.cpp 637 // NEON instructions.
    [all...]
ARMExpandPseudoInsts.cpp 88 // Constants for register spacing in NEON load/store instructions.
98 // Entries for NEON load/store information table. The table is sorted by
324 /// LookupNEONLdSt - Search the NEONLdStTable for information about a NEON
    [all...]
ARMISelDAGToDAG.cpp 205 /// SelectVLD - Select NEON load intrinsics. NumVecs should be
213 /// SelectVST - Select NEON store intrinsics. NumVecs should
221 /// SelectVLDSTLane - Select NEON load/store lane intrinsics. NumVecs should
228 /// SelectVLDDup - Select NEON load-duplicate intrinsics. NumVecs
234 /// SelectVTBL - Select NEON VTBL and VTBX intrinsics. NumVecs should be 2,
283 // Get the alignment operand for a NEON VLD or VST instruction.
416 /// node. VFP / NEON fp VMLA / VMLS instructions have special RAW hazards (at
    [all...]
  /external/skia/src/core/
SkBlitter_RGB16.cpp 23 // if we don't have neon, then our black blitter is worth the extra code
458 #else // non-neon code
    [all...]
  /external/webp/src/dsp/
enc_neon.c 10 // ARM NEON version of speed-critical encoding functions.
222 // adapted from vp8/encoder/arm/neon/shortfdct_neon.asm
  /packages/apps/Gallery2/res/values-it/
strings.xml 286 <string name="pref_camera_whitebalance_entry_fluorescent" msgid="2435332872847454032">"Luce neon"</string>
291 <string name="pref_camera_whitebalance_label_fluorescent" msgid="5173251749161337707">"LUCE NEON"</string>
    [all...]
  /external/qemu/target-arm/
translate.c 993 static inline void gen_vfp_##name(int dp, int neon) \
997 if (neon) { \
1016 static inline void gen_vfp_##name(int dp, int neon) \
1020 if (neon) { \
1041 static inline void gen_vfp_##name(int dp, int shift, int neon) \
1046 if (neon) { \
1100 /* Return the offset of a 32-bit piece of a NEON register.
    [all...]
neon_helper.c 2 * ARM NEON vector operations.
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 13 NEON support is
687 taking/returning I64 rather than F64, to support 64-bit Neon
690 /* Plain ("low level") read from a Neon Integer Dreg. */
697 /* Architected read from a Neon Integer Dreg. */
702 /* Plain ("low level") write to a Neon Integer Dreg. */
710 /* Architected write to a Neon Integer Dreg. Handles conditional
735 into the situation of dealing with the 64 bit Neon registers. */
757 /* Plain ("low level") read from a Neon Qreg. */
764 /* Architected read from a Neon Qreg. */
769 /* Plain ("low level") write to a Neon Qreg. *
    [all...]
main_main.c     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 75 // We combine OR nodes for bitfield and NEON BSL operations.
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 575 CmdArgs.push_back("-neon");
582 CmdArgs.push_back("-neon");
587 CmdArgs.push_back("-neon");
592 CmdArgs.push_back("-neon");
596 } else if (FPU == "neon-fp-armv8") {
600 CmdArgs.push_back("+neon");
601 } else if (FPU == "neon") {
603 CmdArgs.push_back("+neon");
614 if (FPMath == "neon") {
621 D.Diag(diag::err_drv_invalid_feature) << "-mfpmath=neon" << CPU
    [all...]
  /external/valgrind/main/none/tests/arm/
Makefile.in 423 -mfpu=neon \
427 -mfpu=neon \
431 -mfpu=neon \
    [all...]
  /external/v8/tools/gyp/
v8.gyp 162 # V8's runtime rule about vfpv3 and neon:
166 # The ARM Architecture Manual mandates VFPv3 if NEON is
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 162 // less than 0.8 so it's not the oversaturated neon-color.
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 149 // less than 0.8 so it's not the oversaturated neon-color.
  /external/chromium_org/third_party/openssl/openssl/crypto/
crypto.h 417 /* CRYPTO_set_NEON_capable enables any NEON (ARM vector) dependent code. This
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
crypto.h 417 /* CRYPTO_set_NEON_capable enables any NEON (ARM vector) dependent code. This
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm.cpp 17 // Define USE_NEON_CODE to indicate that we need to build NEON routines
SkXfermode_opts_arm_neon.cpp 707 // Unrolled NEON code
  /external/chromium_org/v8/
Makefile 167 # xxx: vfp, vfpv3-d16, vfpv3, neon.
  /external/chromium_org/v8/src/
v8globals.h 434 NEON = 7, // ARM
  /external/clang/include/clang/Basic/
TokenKinds.def 472 // ARM NEON extensions.
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 243 // Logical Operations are not supported for float, so we have to reinterpret casts using NEON intrinsics

Completed in 1130 milliseconds

<<21222324252627282930>>