HomeSort by relevance Sort by last modified time
    Searched refs:vec_xor (Results 1 - 16 of 16) sorted by null

  /external/jemalloc/test/include/test/
SFMT-alti.h 86 z = vec_xor(z, w);
88 v = vec_xor(v, x);
89 z = vec_xor(z, y);
90 z = vec_xor(z, v);
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 71 template<> EIGEN_STRONG_INLINE Packet2cf pconj(const Packet2cf& a) { return Packet2cf((Packet4f)vec_xor((Packet4ui)a.v, p4ui_CONJ_XOR)); }
85 v2 = (Packet4f) vec_xor((Packet4ui)v2, p4ui_CONJ_XOR);
94 template<> EIGEN_STRONG_INLINE Packet2cf pxor <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_xor(a.v,b.v)); }
PacketMath.h 193 Packet4bi sgn = (Packet4bi) vec_cmplt(vec_xor(a, b), p4i_ZERO);
253 template<> EIGEN_STRONG_INLINE Packet4f pxor<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_xor(a, b); }
254 template<> EIGEN_STRONG_INLINE Packet4i pxor<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_xor(a, b); }
  /external/libunwind/tests/
ppc64-test-altivec.c 146 vec_and (v4, vec_or (v5, vec_xor (v6, v8))))));
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c     [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 406 Function vec_xor [type unsigned char] ===> OK
407 Function vec_xor [type char] ===> OK
408 Function vec_xor [type unsigned short] ===> OK
409 Function vec_xor [type short] ===> OK
410 Function vec_xor [type unsigned int] ===> OK
411 Function vec_xor [type int] ===> OK
testVMX.c     [all...]
  /external/clang/lib/Headers/
altivec.h 77 vec_xor(vector unsigned char __a, vector unsigned char __b);
8773 vec_xor(vector signed char __a, vector signed char __b) function
8779 vec_xor(vector bool char __a, vector signed char __b) function
8785 vec_xor(vector signed char __a, vector bool char __b) function
8791 vec_xor(vector unsigned char __a, vector unsigned char __b) function
8797 vec_xor(vector bool char __a, vector unsigned char __b) function
8803 vec_xor(vector unsigned char __a, vector bool char __b) function
8809 vec_xor(vector bool char __a, vector bool char __b) function
8815 vec_xor(vector short __a, vector short __b) function
8821 vec_xor(vector bool short __a, vector short __b) function
8827 vec_xor(vector short __a, vector bool short __b) function
8833 vec_xor(vector unsigned short __a, vector unsigned short __b) function
8839 vec_xor(vector bool short __a, vector unsigned short __b) function
8845 vec_xor(vector unsigned short __a, vector bool short __b) function
8851 vec_xor(vector bool short __a, vector bool short __b) function
8857 vec_xor(vector int __a, vector int __b) function
8863 vec_xor(vector bool int __a, vector int __b) function
8869 vec_xor(vector int __a, vector bool int __b) function
8875 vec_xor(vector unsigned int __a, vector unsigned int __b) function
8881 vec_xor(vector bool int __a, vector unsigned int __b) function
8887 vec_xor(vector unsigned int __a, vector bool int __b) function
8893 vec_xor(vector bool int __a, vector bool int __b) function
8899 vec_xor(vector float __a, vector float __b) function
8906 vec_xor(vector bool int __a, vector float __b) function
8913 vec_xor(vector float __a, vector bool int __b) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
altivec.h 77 vec_xor(vector unsigned char __a, vector unsigned char __b);
8773 vec_xor(vector signed char __a, vector signed char __b) function
8779 vec_xor(vector bool char __a, vector signed char __b) function
8785 vec_xor(vector signed char __a, vector bool char __b) function
8791 vec_xor(vector unsigned char __a, vector unsigned char __b) function
8797 vec_xor(vector bool char __a, vector unsigned char __b) function
8803 vec_xor(vector unsigned char __a, vector bool char __b) function
8809 vec_xor(vector bool char __a, vector bool char __b) function
8815 vec_xor(vector short __a, vector short __b) function
8821 vec_xor(vector bool short __a, vector short __b) function
8827 vec_xor(vector short __a, vector bool short __b) function
8833 vec_xor(vector unsigned short __a, vector unsigned short __b) function
8839 vec_xor(vector bool short __a, vector unsigned short __b) function
8845 vec_xor(vector unsigned short __a, vector bool short __b) function
8851 vec_xor(vector bool short __a, vector bool short __b) function
8857 vec_xor(vector int __a, vector int __b) function
8863 vec_xor(vector bool int __a, vector int __b) function
8869 vec_xor(vector int __a, vector bool int __b) function
8875 vec_xor(vector unsigned int __a, vector unsigned int __b) function
8881 vec_xor(vector bool int __a, vector unsigned int __b) function
8887 vec_xor(vector unsigned int __a, vector bool int __b) function
8893 vec_xor(vector bool int __a, vector bool int __b) function
8899 vec_xor(vector float __a, vector float __b) function
8906 vec_xor(vector bool int __a, vector float __b) function
8913 vec_xor(vector float __a, vector bool int __b) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
altivec.h 77 vec_xor(vector unsigned char __a, vector unsigned char __b);
8773 vec_xor(vector signed char __a, vector signed char __b) function
8779 vec_xor(vector bool char __a, vector signed char __b) function
8785 vec_xor(vector signed char __a, vector bool char __b) function
8791 vec_xor(vector unsigned char __a, vector unsigned char __b) function
8797 vec_xor(vector bool char __a, vector unsigned char __b) function
8803 vec_xor(vector unsigned char __a, vector bool char __b) function
8809 vec_xor(vector bool char __a, vector bool char __b) function
8815 vec_xor(vector short __a, vector short __b) function
8821 vec_xor(vector bool short __a, vector short __b) function
8827 vec_xor(vector short __a, vector bool short __b) function
8833 vec_xor(vector unsigned short __a, vector unsigned short __b) function
8839 vec_xor(vector bool short __a, vector unsigned short __b) function
8845 vec_xor(vector unsigned short __a, vector bool short __b) function
8851 vec_xor(vector bool short __a, vector bool short __b) function
8857 vec_xor(vector int __a, vector int __b) function
8863 vec_xor(vector bool int __a, vector int __b) function
8869 vec_xor(vector int __a, vector bool int __b) function
8875 vec_xor(vector unsigned int __a, vector unsigned int __b) function
8881 vec_xor(vector bool int __a, vector unsigned int __b) function
8887 vec_xor(vector unsigned int __a, vector bool int __b) function
8893 vec_xor(vector bool int __a, vector bool int __b) function
8899 vec_xor(vector float __a, vector float __b) function
8906 vec_xor(vector bool int __a, vector float __b) function
8913 vec_xor(vector float __a, vector bool int __b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 77 vec_xor(vector unsigned char __a, vector unsigned char __b);
8773 vec_xor(vector signed char __a, vector signed char __b) function
8779 vec_xor(vector bool char __a, vector signed char __b) function
8785 vec_xor(vector signed char __a, vector bool char __b) function
8791 vec_xor(vector unsigned char __a, vector unsigned char __b) function
8797 vec_xor(vector bool char __a, vector unsigned char __b) function
8803 vec_xor(vector unsigned char __a, vector bool char __b) function
8809 vec_xor(vector bool char __a, vector bool char __b) function
8815 vec_xor(vector short __a, vector short __b) function
8821 vec_xor(vector bool short __a, vector short __b) function
8827 vec_xor(vector short __a, vector bool short __b) function
8833 vec_xor(vector unsigned short __a, vector unsigned short __b) function
8839 vec_xor(vector bool short __a, vector unsigned short __b) function
8845 vec_xor(vector unsigned short __a, vector bool short __b) function
8851 vec_xor(vector bool short __a, vector bool short __b) function
8857 vec_xor(vector int __a, vector int __b) function
8863 vec_xor(vector bool int __a, vector int __b) function
8869 vec_xor(vector int __a, vector bool int __b) function
8875 vec_xor(vector unsigned int __a, vector unsigned int __b) function
8881 vec_xor(vector bool int __a, vector unsigned int __b) function
8887 vec_xor(vector unsigned int __a, vector bool int __b) function
8893 vec_xor(vector bool int __a, vector bool int __b) function
8899 vec_xor(vector float __a, vector float __b) function
8906 vec_xor(vector bool int __a, vector float __b) function
8913 vec_xor(vector float __a, vector bool int __b) function
    [all...]
  /system/keymaster/
ocb.c 189 #define xor_block(x, y) vec_xor(x, y)
225 return vec_xor(hi, lo);
238 return (block)vec_xor(c, t);
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
altivec.h 8240 vec_xor(vector signed char __a, vector signed char __b) function
8246 vec_xor(vector bool char __a, vector signed char __b) function
8252 vec_xor(vector signed char __a, vector bool char __b) function
8258 vec_xor(vector unsigned char __a, vector unsigned char __b) function
8264 vec_xor(vector bool char __a, vector unsigned char __b) function
8270 vec_xor(vector unsigned char __a, vector bool char __b) function
8276 vec_xor(vector bool char __a, vector bool char __b) function
8282 vec_xor(vector short __a, vector short __b) function
8288 vec_xor(vector bool short __a, vector short __b) function
8294 vec_xor(vector short __a, vector bool short __b) function
8300 vec_xor(vector unsigned short __a, vector unsigned short __b) function
8306 vec_xor(vector bool short __a, vector unsigned short __b) function
8312 vec_xor(vector unsigned short __a, vector bool short __b) function
8318 vec_xor(vector bool short __a, vector bool short __b) function
8324 vec_xor(vector int __a, vector int __b) function
8330 vec_xor(vector bool int __a, vector int __b) function
8336 vec_xor(vector int __a, vector bool int __b) function
8342 vec_xor(vector unsigned int __a, vector unsigned int __b) function
8348 vec_xor(vector bool int __a, vector unsigned int __b) function
8354 vec_xor(vector unsigned int __a, vector bool int __b) function
8360 vec_xor(vector bool int __a, vector bool int __b) function
8366 vec_xor(vector float __a, vector float __b) function
8373 vec_xor(vector bool int __a, vector float __b) function
8380 vec_xor(vector float __a, vector bool int __b) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
altivec.h 8240 vec_xor(vector signed char __a, vector signed char __b) function
8246 vec_xor(vector bool char __a, vector signed char __b) function
8252 vec_xor(vector signed char __a, vector bool char __b) function
8258 vec_xor(vector unsigned char __a, vector unsigned char __b) function
8264 vec_xor(vector bool char __a, vector unsigned char __b) function
8270 vec_xor(vector unsigned char __a, vector bool char __b) function
8276 vec_xor(vector bool char __a, vector bool char __b) function
8282 vec_xor(vector short __a, vector short __b) function
8288 vec_xor(vector bool short __a, vector short __b) function
8294 vec_xor(vector short __a, vector bool short __b) function
8300 vec_xor(vector unsigned short __a, vector unsigned short __b) function
8306 vec_xor(vector bool short __a, vector unsigned short __b) function
8312 vec_xor(vector unsigned short __a, vector bool short __b) function
8318 vec_xor(vector bool short __a, vector bool short __b) function
8324 vec_xor(vector int __a, vector int __b) function
8330 vec_xor(vector bool int __a, vector int __b) function
8336 vec_xor(vector int __a, vector bool int __b) function
8342 vec_xor(vector unsigned int __a, vector unsigned int __b) function
8348 vec_xor(vector bool int __a, vector unsigned int __b) function
8354 vec_xor(vector unsigned int __a, vector bool int __b) function
8360 vec_xor(vector bool int __a, vector bool int __b) function
8366 vec_xor(vector float __a, vector float __b) function
8373 vec_xor(vector bool int __a, vector float __b) function
8380 vec_xor(vector float __a, vector bool int __b) function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 8240 vec_xor(vector signed char __a, vector signed char __b) function
8246 vec_xor(vector bool char __a, vector signed char __b) function
8252 vec_xor(vector signed char __a, vector bool char __b) function
8258 vec_xor(vector unsigned char __a, vector unsigned char __b) function
8264 vec_xor(vector bool char __a, vector unsigned char __b) function
8270 vec_xor(vector unsigned char __a, vector bool char __b) function
8276 vec_xor(vector bool char __a, vector bool char __b) function
8282 vec_xor(vector short __a, vector short __b) function
8288 vec_xor(vector bool short __a, vector short __b) function
8294 vec_xor(vector short __a, vector bool short __b) function
8300 vec_xor(vector unsigned short __a, vector unsigned short __b) function
8306 vec_xor(vector bool short __a, vector unsigned short __b) function
8312 vec_xor(vector unsigned short __a, vector bool short __b) function
8318 vec_xor(vector bool short __a, vector bool short __b) function
8324 vec_xor(vector int __a, vector int __b) function
8330 vec_xor(vector bool int __a, vector int __b) function
8336 vec_xor(vector int __a, vector bool int __b) function
8342 vec_xor(vector unsigned int __a, vector unsigned int __b) function
8348 vec_xor(vector bool int __a, vector unsigned int __b) function
8354 vec_xor(vector unsigned int __a, vector bool int __b) function
8360 vec_xor(vector bool int __a, vector bool int __b) function
8366 vec_xor(vector float __a, vector float __b) function
8373 vec_xor(vector bool int __a, vector float __b) function
8380 vec_xor(vector float __a, vector bool int __b) function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
altivec.h 8240 vec_xor(vector signed char __a, vector signed char __b) function
8246 vec_xor(vector bool char __a, vector signed char __b) function
8252 vec_xor(vector signed char __a, vector bool char __b) function
8258 vec_xor(vector unsigned char __a, vector unsigned char __b) function
8264 vec_xor(vector bool char __a, vector unsigned char __b) function
8270 vec_xor(vector unsigned char __a, vector bool char __b) function
8276 vec_xor(vector bool char __a, vector bool char __b) function
8282 vec_xor(vector short __a, vector short __b) function
8288 vec_xor(vector bool short __a, vector short __b) function
8294 vec_xor(vector short __a, vector bool short __b) function
8300 vec_xor(vector unsigned short __a, vector unsigned short __b) function
8306 vec_xor(vector bool short __a, vector unsigned short __b) function
8312 vec_xor(vector unsigned short __a, vector bool short __b) function
8318 vec_xor(vector bool short __a, vector bool short __b) function
8324 vec_xor(vector int __a, vector int __b) function
8330 vec_xor(vector bool int __a, vector int __b) function
8336 vec_xor(vector int __a, vector bool int __b) function
8342 vec_xor(vector unsigned int __a, vector unsigned int __b) function
8348 vec_xor(vector bool int __a, vector unsigned int __b) function
8354 vec_xor(vector unsigned int __a, vector bool int __b) function
8360 vec_xor(vector bool int __a, vector bool int __b) function
8366 vec_xor(vector float __a, vector float __b) function
8373 vec_xor(vector bool int __a, vector float __b) function
8380 vec_xor(vector float __a, vector bool int __b) function
    [all...]

Completed in 299 milliseconds