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

  /external/libunwind/tests/
ppc64-test-altivec.c 130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
143 vec_nor (v1,
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 203 prod_ = vec_nor(prod, prod);
256 template<> EIGEN_STRONG_INLINE Packet4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_and(a, vec_nor(b, b)); }
257 template<> EIGEN_STRONG_INLINE Packet4i pandnot<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_and(a, vec_nor(b, b)); }
Complex.h 95 template<> EIGEN_STRONG_INLINE Packet2cf pandnot<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_and(a.v, vec_nor(b.v,b.v))); }
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c     [all...]
  /external/clang/lib/Headers/
altivec.h 3695 vec_nor(vector signed char __a, vector signed char __b) function
3701 vec_nor(vector unsigned char __a, vector unsigned char __b) function
3707 vec_nor(vector bool char __a, vector bool char __b) function
3713 vec_nor(vector short __a, vector short __b) function
3719 vec_nor(vector unsigned short __a, vector unsigned short __b) function
3725 vec_nor(vector bool short __a, vector bool short __b) function
3731 vec_nor(vector int __a, vector int __b) function
3737 vec_nor(vector unsigned int __a, vector unsigned int __b) function
3743 vec_nor(vector bool int __a, vector bool int __b) function
3749 vec_nor(vector float __a, vector float __b) function
    [all...]

Completed in 426 milliseconds