HomeSort by relevance Sort by last modified time
    Searched full:pand (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /external/openssl/crypto/bn/asm/
x86-gf2m.pl 78 &pand ($B31,$B);
83 &pand ($B30,$B);
  /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/Camera2/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/
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
PacketMath.h 244 template<> EIGEN_STRONG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, b); } function in namespace:Eigen::internal
245 template<> EIGEN_STRONG_INLINE Packet4i pand<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, b); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 91 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/
PacketMath.h 186 template<> EIGEN_STRONG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_and_ps(a,b); } function in namespace:Eigen::internal
187 template<> EIGEN_STRONG_INLINE Packet2d pand<Packet2d>(const Packet2d& a, const Packet2d& b) { return _mm_and_pd(a,b); } function in namespace:Eigen::internal
188 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/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-586.pl 96 &pand ("mm5",$E); # f&=e
125 &pand ("mm5","mm2"); # %mm5=a&c
126 &pand ($A,"mm1"); # a=(a|c)&b
  /external/openssl/crypto/sha/asm/
sha512-586.pl 96 &pand ("mm5",$E); # f&=e
125 &pand ("mm5","mm2"); # %mm5=a&c
126 &pand ($A,"mm1"); # a=(a|c)&b
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 137 pand(const Packet& a, const Packet& b) { return a & b; } function in namespace:Eigen::internal
  /external/qemu/target-i386/
ops_sse_header.h 90 SSE_HELPER_Q(pand, FAND)
  /external/valgrind/main/none/tests/amd64/
insn_mmx.def 48 pand mm.uq[0xfdb97531eca86420] mm.uq[0x0123456789abcdef] => 1.uq[0x0121452188a84420]
49 pand m64.uq[0xfdb97531eca86420] mm.uq[0x0123456789abcdef] => 1.uq[0x0121452188a84420]
  /external/valgrind/main/none/tests/x86/
insn_mmx.def 28 pand mm.uq[0xfdb97531eca86420] mm.uq[0x0123456789abcdef] => 1.uq[0x0121452188a84420]
29 pand m64.uq[0xfdb97531eca86420] mm.uq[0x0123456789abcdef] => 1.uq[0x0121452188a84420]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 666 pand mm4,mm0
724 pand mm5,mm0
  /external/llvm/test/MC/X86/
x86-32-coverage.s 617 // CHECK: pand %mm3, %mm3
618 pand %mm3,%mm3
620 // CHECK: pand %xmm5, %xmm5
621 pand %xmm5,%xmm5
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 326 TEST_INSN( &AllMask, 16,pand)
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-586.S 372 pand %mm2,%mm3
373 pand %mm2,%mm7
1522 pand %mm3,%mm2
1523 pand %mm3,%mm6
    [all...]
aes-586.pl 726 &pand ("mm3","mm2"); &pand ("mm7","mm2");
    [all...]
  /external/openssl/crypto/aes/asm/
aes-586.S 372 pand %mm2,%mm3
373 pand %mm2,%mm7
1522 pand %mm3,%mm2
1523 pand %mm3,%mm6
    [all...]
aes-586.pl 726 &pand ("mm3","mm2"); &pand ("mm7","mm2");
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
avx.asm 1255 pand xmm1, xmm2 label
1256 pand xmm1, [rax] label
1257 pand xmm1, dqword [rax] label
    [all...]
  /external/zlib/src/contrib/inflate86/
inffast.S 926 pand hold_mm, lmask_mm
975 pand hold_mm, dmask_mm
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrMMX.td 432 defm MMX_PAND : MMXI_binop_rm_int<0xDB, "pand", int_x86_mmx_pand,

Completed in 588 milliseconds

1 2 34 5 6