/external/fec/ |
sumsq_sse2_assist.s | 27 pand %xmm3,%xmm1 # (S0*S0+S1*S1) 0 (S4*S4+S5*S5) 0
|
/external/boringssl/src/crypto/fipsmodule/ec/asm/ |
p256-x86_64-asm.pl | 1009 pand $TMP0, $T0a 1010 pand $TMP0, $T0b 1012 pand $TMP0, $T0c 1014 pand $TMP0, $T0d 1016 pand $TMP0, $T0e 1018 pand $TMP0, $T0f 1101 pand $TMP0, $T0a 1102 pand $TMP0, $T0b 1104 pand $TMP0, $T0c 1106 pand $TMP0, $T0 [all...] |
/external/boringssl/win-x86/crypto/fipsmodule/ |
vpaes-x86.asm | 87 pand xmm0,xmm6 129 pand xmm0,xmm6 166 pand xmm0,xmm6 214 pand xmm0,xmm6 366 pand xmm0,xmm4 396 pand xmm0,xmm2 425 pand xmm4,xmm2
|
x86-mont.asm | 90 pand mm0,mm7 106 pand mm0,mm7 121 pand mm0,mm7 139 pand mm0,mm7 158 pand mm0,mm7 175 pand mm0,mm7
|
aesni-x86.asm | 1087 pand xmm2,xmm3 1094 pand xmm2,xmm3 1101 pand xmm2,xmm3 1108 pand xmm2,xmm3 1115 pand xmm7,xmm3 1167 pand xmm2,xmm3 1184 pand xmm2,xmm3 1192 pand xmm2,xmm3 1201 pand xmm2,xmm3 1211 pand xmm7,xmm [all...] |
/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
x86_64-mont5.pl | 199 pand `16*($k+0)-128`($bp),%xmm0 # while it's still in register 201 pand `16*($k+1)-128`($bp),%xmm1 202 pand `16*($k+2)-128`($bp),%xmm2 204 pand `16*($k+3)-128`($bp),%xmm3 213 pand `16*($k+0)+112`(%r10),%xmm4 215 pand `16*($k+1)+112`(%r10),%xmm5 217 pand `16*($k+2)+112`(%r10),%xmm2 219 pand `16*($k+3)+112`(%r10),%xmm3 307 pand `16*($k+0)-128`(%rdx),%xmm0 308 pand `16*($k+1)-128`(%rdx),%xmm [all...] |
/external/eigen/Eigen/src/Core/arch/ZVector/ |
PacketMath.h | 586 template<> EIGEN_STRONG_INLINE Packet4i pand<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, b); } function in namespace:Eigen::internal 587 template<> EIGEN_STRONG_INLINE Packet2d pand<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_and(a, b); } function in namespace:Eigen::internal 588 template<> EIGEN_STRONG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) function in namespace:Eigen::internal 591 res.v4f[0] = pand(a.v4f[0], b.v4f[0]); 592 res.v4f[1] = pand(a.v4f[1], b.v4f[1]); 601 res.v4f[0] = pand(a.v4f[0], b.v4f[0]); 602 res.v4f[1] = pand(a.v4f[1], b.v4f[1]); 611 res.v4f[0] = pand(a.v4f[0], b.v4f[0]); 612 res.v4f[1] = pand(a.v4f[1], b.v4f[1]); 616 template<> EIGEN_STRONG_INLINE Packet4i pandnot<Packet4i>(const Packet4i& a, const Packet4i& b) { return pand<Packet4i>(a, vec_nor(b, b)); [all...] |
Complex.h | 174 template<> EIGEN_STRONG_INLINE Packet1cd pand <Packet1cd>(const Packet1cd& a, const Packet1cd& b) { return Packet1cd(vec_and(a.v,b.v)); } function in namespace:Eigen::internal 175 template<> EIGEN_STRONG_INLINE Packet2cf pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(pand<Packet4f>(a.v,b.v)); } function in namespace:Eigen::internal
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2_x86_64.asm | 50 pand %3, [GLOBAL(tfe)] 83 pand %5, scratch2 ; &= mask 93 pand scratch1, [GLOBAL(te0)] 94 pand %5, [GLOBAL(t1f)] 104 pand scratch1, [GLOBAL(te0)] 105 pand scratch2, [GLOBAL(t1f)] 116 pand scratch1, [GLOBAL(t80)] 117 pand %5, [GLOBAL(t7f)] 119 pand %5, %6 ; vp8_filter &= ~hev
|
loopfilter_sse2.asm | 142 pand xmm2, [GLOBAL(tfe)] ; set lsb of each byte to zero 197 pand xmm2, xmm4 ; high var mask (hvm)(p1 - q1) 205 pand xmm1, xmm2 ; mask filter values we don't care about 411 pand xmm1, xmm2 ; mask filter values we don't care about 415 pand xmm2, xmm4 ; Filter2 = vp8_filter & hev [all...] |
/external/boringssl/linux-x86/crypto/fipsmodule/ |
vpaes-x86.S | 78 pand %xmm6,%xmm0 120 pand %xmm6,%xmm0 160 pand %xmm6,%xmm0 208 pand %xmm6,%xmm0 369 pand %xmm4,%xmm0 402 pand %xmm2,%xmm0 434 pand %xmm2,%xmm4
|
aesni-x86.S | 1116 pand %xmm3,%xmm2 1123 pand %xmm3,%xmm2 1130 pand %xmm3,%xmm2 1137 pand %xmm3,%xmm2 1144 pand %xmm3,%xmm7 1196 pand %xmm3,%xmm2 1213 pand %xmm3,%xmm2 1221 pand %xmm3,%xmm2 1230 pand %xmm3,%xmm2 1240 pand %xmm3,%xmm [all...] |
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
vpaes-x86_64.S | 30 pand %xmm9,%xmm0 74 pand %xmm9,%xmm0 121 pand %xmm9,%xmm0 180 pand %xmm9,%xmm0 461 pand %xmm9,%xmm0 504 pand %xmm9,%xmm0 562 pand %xmm9,%xmm4
|
/external/boringssl/mac-x86/crypto/fipsmodule/ |
vpaes-x86.S | 75 pand %xmm6,%xmm0 117 pand %xmm6,%xmm0 155 pand %xmm6,%xmm0 203 pand %xmm6,%xmm0 358 pand %xmm4,%xmm0 389 pand %xmm2,%xmm0 419 pand %xmm2,%xmm4
|
aesni-x86.S | 1087 pand %xmm3,%xmm2 1094 pand %xmm3,%xmm2 1101 pand %xmm3,%xmm2 1108 pand %xmm3,%xmm2 1115 pand %xmm3,%xmm7 1167 pand %xmm3,%xmm2 1184 pand %xmm3,%xmm2 1192 pand %xmm3,%xmm2 1201 pand %xmm3,%xmm2 1211 pand %xmm3,%xmm [all...] |
/external/boringssl/mac-x86_64/crypto/fipsmodule/ |
vpaes-x86_64.S | 30 pand %xmm9,%xmm0 74 pand %xmm9,%xmm0 121 pand %xmm9,%xmm0 180 pand %xmm9,%xmm0 461 pand %xmm9,%xmm0 504 pand %xmm9,%xmm0 562 pand %xmm9,%xmm4
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
MathFunctions.h | 110 x = pand(x, p4f_inv_mant_mask); 123 Packet4f tmp = pand(x, mask); 125 e = psub(e, pand(p4f_1, mask));
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
ssemmx2.s | 58 pand 0x90909090(%eax),%xmm2
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
vpaes-x86_64.asm | 34 pand xmm0,xmm9 78 pand xmm0,xmm9 125 pand xmm0,xmm9 184 pand xmm0,xmm9 465 pand xmm0,xmm9 508 pand xmm0,xmm9 566 pand xmm4,xmm9
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
vpaes-x86_64.pl | 95 pand %xmm9, %xmm0 139 pand %xmm9, %xmm0 # 0 = k 186 pand %xmm9, %xmm0 245 pand %xmm9, %xmm0 # 0 = k 526 pand %xmm9, %xmm0 # 0 = k 569 pand %xmm9, %xmm0 627 pand %xmm9, %xmm4 # 4 = lo
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
row_win.cc | 491 pand xmm1, xmm3 // R in upper 5 bits 497 pand xmm0, xmm4 // G in middle 6 bits 689 pand xmm1, xmm3 695 pand xmm0, xmm4 // G in middle 5 bits 698 pand xmm2, xmm7 731 pand xmm0, xmm4 // mask low nibbles 732 pand xmm2, xmm5 // mask high nibbles 849 pand xmm1, xmm3 // B 850 pand xmm2, xmm4 // G 851 pand xmm0, xmm5 // [all...] |
/external/libyuv/files/source/ |
row_win.cc | 461 pand xmm1, xmm3 // R in upper 5 bits 467 pand xmm0, xmm4 // G in middle 6 bits 659 pand xmm1, xmm3 665 pand xmm0, xmm4 // G in middle 5 bits 668 pand xmm2, xmm7 701 pand xmm0, xmm4 // mask low nibbles 702 pand xmm2, xmm5 // mask high nibbles 822 pand xmm1, xmm3 // B 823 pand xmm2, xmm4 // G 824 pand xmm0, xmm5 // [all...] |
/external/eigen/bench/ |
bench_norm.cpp | 162 // Packet maskMed = internal::pand(maskSml,maskBig); 164 // scale = internal::por(scale, internal::pand(maskBig,ps2m)); 165 // scale = internal::por(scale, internal::pand(maskSml,ps1m)); 169 // pabig = internal::padd(pabig, internal::pand(maskBig, ax)); 170 // pasml = internal::padd(pasml, internal::pand(maskSml, ax)); 174 pabig = internal::padd(pabig, internal::pand(maskBig, internal::pmul(ax_s2m,ax_s2m))); 175 pasml = internal::padd(pasml, internal::pand(maskSml, internal::pmul(ax_s1m,ax_s1m))); 176 pamed = internal::padd(pamed, internal::pandnot(internal::pmul(ax,ax),internal::pand(maskSml,maskBig)));
|
/external/libjpeg-turbo/simd/ |
jdsample-mmx.asm | 101 pand mm7, MMWORD [esi+0*SIZEOF_MMWORD] 112 pand mm6, MMWORD [esi+0*SIZEOF_MMWORD] 310 pand mm1,mm7 ; mm1=( 0 - - -) 311 pand mm2,mm7 ; mm2=( 0 - - -) 334 pand mm1, MMWORD [edx+1*SIZEOF_MMWORD] ; mm1=( - - - 7) 335 pand mm2, MMWORD [edi+1*SIZEOF_MMWORD] ; mm2=( - - - 7)
|
jdsample-sse2-64.asm | 96 pand xmm7, XMMWORD [rsi+0*SIZEOF_XMMWORD] 106 pand xmm6, XMMWORD [rsi+0*SIZEOF_XMMWORD] 283 pand xmm1,xmm7 ; xmm1=( 0 -- -- -- -- -- -- --) 284 pand xmm2,xmm7 ; xmm2=( 0 -- -- -- -- -- -- --) 301 pand xmm1, XMMWORD [rdx+1*SIZEOF_XMMWORD] 302 pand xmm2, XMMWORD [rdi+1*SIZEOF_XMMWORD]
|