/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
mode-classes.def | 34 DEF_MODE_CLASS (MODE_VECTOR_INT), /* SIMD vectors */ \ 35 DEF_MODE_CLASS (MODE_VECTOR_FRACT), /* SIMD vectors */ \ 36 DEF_MODE_CLASS (MODE_VECTOR_UFRACT), /* SIMD vectors */ \ 37 DEF_MODE_CLASS (MODE_VECTOR_ACCUM), /* SIMD vectors */ \ 38 DEF_MODE_CLASS (MODE_VECTOR_UACCUM), /* SIMD vectors */ \
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
utuple.h | 85 #include "simd.h" 92 { simd::pconvert (t, *this, simd::fcast<T2,T>()); } 96 { simd::passign (t, *this); } 100 { simd::ipassign (v, *this); } 115 { simd::pconvert (src, *this, simd::fcast<T2,T>()); return (*this); } 119 { simd::passign (src, *this); return (*this); } 201 { asm ("pxor %%mm0, %%mm0\n\tmovq %%mm0, %0"::"m"(m_v[0]):"mm0","memory"); simd::reset_mmx(); } \ 203 { asm ("movq %0,%%mm0\n\tmovq %1,%%mm1\n\tmovq %%mm0,%1\n\tmovq %%mm1,%0"::"m"(m_v[0]),"m"(v.m_v[0]):"mm0","mm1","memory"); simd::reset_mmx(); [all...] |
cmemlink.cpp | 86 simd::reset_mmx();
|
simd.h | 6 /// \file simd.h 7 /// \brief SIMD-type algorithms, with hardware acceleration, if available. 11 /// how many elements are in the container in order to choose proper SIMD 33 namespace simd { namespace in namespace:ustl 95 // Functionoids for SIMD operations, like saturation arithmetic, shifts, etc. 461 } // namespace simd
|
uutility.h | 336 namespace simd { namespace in namespace:ustl 337 /// Call after you are done using SIMD algorithms for 64 bit tuples. 349 } // namespace simd
|
ualgobase.cpp | 123 simd::reset_mmx(); 206 simd::reset_mmx();
|
ulaalgo.h | 13 #include "simd.h" 201 simd::reset_mmx();
|
/external/qemu/target-arm/ |
op_addsub.h | 2 * ARMv6 integer SIMD operations.
|
/external/kernel-headers/original/asm-x86/ |
cpufeature_32.h | 42 #define X86_FEATURE_XMM (0*32+25) /* Streaming SIMD Extensions */ 43 #define X86_FEATURE_XMM2 (0*32+26) /* Streaming SIMD Extensions-2 */ 87 #define X86_FEATURE_XMM3 (4*32+ 0) /* Streaming SIMD Extensions-3 */
|
sigcontext.h | 19 * extended FPU state required by the Streaming SIMD Extensions.
|
user_32.h | 39 * and both the standard and SIMD floating point data can be accessed via
|
cmpxchg_32.h | 21 * to do an SIMD/3DNOW!/MMX/FPU 64-bit store here, but that
|
/ndk/docs/ |
CPU-FEATURES.TXT | 75 Indicates that the device's CPU supports the ARM Advanced SIMD
|
CPU-ARM-NEON.TXT | 22 instruction set extension known as "ARM Advanced SIMD", nick-named
|
CPU-ARCH-ABIS.TXT | 99 Other extensions described by the v7-a ARM like Advanced SIMD (a.k.a. NEON),
|
/external/bluetooth/bluez/sbc/ |
sbc_primitives.c | 38 * A reference C code of analysis filter with SIMD-friendly tables 40 * specific SIMD optimizations. Also it may be used as some kind of test 49 * possibility to use pairwise SIMD multiplications. But for some simple 50 * CPU cores without SIMD extensions it can be useful. If anybody is 347 * SIMD-friendly analysis filter function. The results are put into "X"
|
sbc_tables.h | 355 * with SIMD optimized code. 368 * Constant tables for the use in SIMD optimized analysis filters
|
/ndk/build/toolchains/arm-eabi-4.2.1/ |
setup.mk | 66 # NOTE: ARM Advanced SIMD (a.k.a. NEON) is not supported with this toolchain.
|
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
ccrgb16toyuv420.cpp | 249 #define ALPHA 413 // 413 = (int) ((0.0722/0.7152)* (2^12)) for B, 2^12 is for hitting 16bit range for SIMD calculation, 420 #define ALPHA 413 // 413 = (int) ((0.0722/0.7152)* (2^12)) for B, 2^12 is for hitting 16bit range for SIMD calculation,
|
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
pred_intra.cpp | 73 /* transform following the 4x4 prediction, can't be SIMD 190 /* can be done in SIMD, */ [all...] |
/external/speex/libspeex/ |
resample.c | 37 - SIMD-friendly algorithm 57 The latter both reduces CPU time and makes the algorithm more SIMD-friendly. [all...] |
/frameworks/base/media/libstagefright/codecs/avc/dec/src/ |
pred_intra.cpp | 72 /* transform following the 4x4 prediction, can't be SIMD 189 /* can be done in SIMD, */ [all...] |
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
findhalfpel.cpp | 379 // note that using SIMD here doesn't help much, the cycle almost stays the same
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
fastcodemb.cpp | 592 /* 8/15/01, - SIMD 4 pixels at a time */
|
/external/qemu/ |
Changelog | 87 - ARM v6, v7, NEON SIMD and SMP emulation (Paul Brook/CodeSourcery)
|