/external/boringssl/src/crypto/aes/asm/ |
aesni-x86.pl | [all...] |
vpaes-x86_64.pl | 94 pand %xmm9, %xmm0 138 pand %xmm9, %xmm0 # 0 = k 185 pand %xmm9, %xmm0 244 pand %xmm9, %xmm0 # 0 = k 525 pand %xmm9, %xmm0 # 0 = k 568 pand %xmm9, %xmm0 626 pand %xmm9, %xmm4 # 4 = lo
|
aesni-x86_64.pl | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
scale.c | 655 pand xmm0, xmm5 656 pand xmm1, xmm5 693 pand xmm2, xmm5 694 pand xmm3, xmm5 728 pand xmm0, xmm5 729 pand xmm1, xmm5 778 pand xmm2, xmm7 779 pand xmm3, xmm7 786 pand xmm2, xmm7 819 pand xmm0, xmm [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 199 pand mm1, mm3
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_postproc_sse2.asm | 122 pand xmm1, xmm7 ; mm1 select vals > thresh from source 212 pand xmm1, xmm7 ; mm1 select vals > thresh from source 410 pand xmm1, xmm3 588 pand xmm1, xmm5
|
/external/llvm/test/CodeGen/X86/ |
widen_cast-4.ll | 63 ; CHECK-WIDE-NEXT: pand
|
sse2-vector-shifts.ll | 306 ; CHECK-NEXT: pand 335 ; CHECK: pand
|
vector-idiv.ll | 853 ; SSE-NEXT: pand %xmm1, %xmm2 858 ; SSE-NEXT: pand %xmm0, %xmm1 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 199 pand mm1, mm3
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_postproc_sse2.asm | 122 pand xmm1, xmm7 ; mm1 select vals > thresh from source 212 pand xmm1, xmm7 ; mm1 select vals > thresh from source 410 pand xmm1, xmm3 588 pand xmm1, xmm5
|
/external/valgrind/memcheck/tests/amd64/ |
sse_memory.stdout.exp | [all...] |
/external/valgrind/memcheck/tests/x86/ |
sse2_memory.stdout.exp | [all...] |
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 111 pand mm0,mm7 /*6 And*/ 113 pand mm1,mm7 /*7 And*/ 126 pand mm2,mm7 /*18 And*/ 127 pand mm3,mm7 /*19 And*/ 409 pand mm6,mm7 /*11 Get low double-word only*/ 426 pand mm4,mm7 /*27 Get low double-word only*/ 449 pand mm6,mm7 /*43 Get low double-word only*/ 465 pand mm4,mm7 /*58 Get low double-word only*/ [all...] |
/external/eigen/Eigen/src/Core/arch/NEON/ |
PacketMath.h | 170 template<> EIGEN_STRONG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) function in namespace:Eigen::internal 174 template<> EIGEN_STRONG_INLINE Packet4i pand<Packet4i>(const Packet4i& a, const Packet4i& b) { return vandq_s32(a,b); } function in namespace:Eigen::internal
|
Complex.h | 88 template<> EIGEN_STRONG_INLINE Packet2cf pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b) function in namespace:Eigen::internal
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
Complex.h | 79 template<> EIGEN_STRONG_INLINE Packet2cf pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_and_ps(a.v,b.v)); } function in namespace:Eigen::internal 298 template<> EIGEN_STRONG_INLINE Packet1cd pand <Packet1cd>(const Packet1cd& a, const Packet1cd& b) { return Packet1cd(_mm_and_pd(a.v,b.v)); } function in namespace:Eigen::internal
|
PacketMath.h | 203 template<> EIGEN_STRONG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_and_ps(a,b); } function in namespace:Eigen::internal 204 template<> EIGEN_STRONG_INLINE Packet2d pand<Packet2d>(const Packet2d& a, const Packet2d& b) { return _mm_and_pd(a,b); } function in namespace:Eigen::internal 205 template<> EIGEN_STRONG_INLINE Packet4i pand<Packet4i>(const Packet4i& a, const Packet4i& b) { return _mm_and_si128(a,b); } function in namespace:Eigen::internal
|
/external/mesa3d/src/mesa/x86/ |
mmx_blend.S | 331 PAND ( MM4, MM1 ) /* q > p ? p : 0 */ ;\ 363 PAND ( MM4, MM2 ) /* q > p ? q : 0 */ ;\
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 111 pand mm0,mm7 /*6 And*/ 113 pand mm1,mm7 /*7 And*/ 126 pand mm2,mm7 /*18 And*/ 127 pand mm3,mm7 /*19 And*/ 409 pand mm6,mm7 /*11 Get low double-word only*/ 426 pand mm4,mm7 /*27 Get low double-word only*/ 449 pand mm6,mm7 /*43 Get low double-word only*/ 465 pand mm4,mm7 /*58 Get low double-word only*/ [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 111 pand mm0,mm7 /*6 And*/ 113 pand mm1,mm7 /*7 And*/ 126 pand mm2,mm7 /*18 And*/ 127 pand mm3,mm7 /*19 And*/ 409 pand mm6,mm7 /*11 Get low double-word only*/ 426 pand mm4,mm7 /*27 Get low double-word only*/ 449 pand mm6,mm7 /*43 Get low double-word only*/ 465 pand mm4,mm7 /*58 Get low double-word only*/ [all...] |
/external/clang/test/CodeGen/ |
avx512f-builtins.c | 639 // CHECK: @llvm.x86.avx512.mask.pand.d.512 645 // CHECK: @llvm.x86.avx512.mask.pand.d.512 651 // CHECK: @llvm.x86.avx512.mask.pand.q.512 657 // CHECK: @llvm.x86.avx512.mask.pand.q.512
|
mmx-builtins.c | 271 // CHECK: pand
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
Complex.h | 92 template<> EIGEN_STRONG_INLINE Packet2cf pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_and(a.v,b.v)); } function in namespace:Eigen::internal
|
/external/boringssl/src/crypto/sha/asm/ |
sha512-586.pl | 95 &pand ("mm5",$E); # f&=e 132 &pand ($BxC,$A); # (b^c)&(a^b) 519 '&pand ("mm5",$E)', # f&=e 553 '&pand ($BxC,$A)', # (b^c)&(a^b)
|