Home
last modified time | relevance | path

Searched refs:vec_andc (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c102 res_vd = vec_andc(vbll, vd); in test1()
116 res_vd = vec_andc(vd, vbll); in test1()
129 res_vd = vec_andc(vd, vd); in test1()
592 res_vsll = vec_andc(vsll, vsll); in test1()
598 res_vsll = vec_andc(vbll, vsll); in test1()
604 res_vsll = vec_andc(vsll, vbll); in test1()
610 res_vull = vec_andc(vull, vull); in test1()
616 res_vull = vec_andc(vbll, vull); in test1()
622 res_vull = vec_andc(vull, vbll); in test1()
628 res_vbll = vec_andc(vbll, vbll); in test1()
Dbuiltins-systemz-zvector.c1544 vsc = vec_andc(vsc, vsc); in test_integer()
1545 vsc = vec_andc(vsc, vbc); in test_integer()
1546 vsc = vec_andc(vbc, vsc); in test_integer()
1547 vuc = vec_andc(vuc, vuc); in test_integer()
1548 vuc = vec_andc(vuc, vbc); in test_integer()
1549 vuc = vec_andc(vbc, vuc); in test_integer()
1550 vbc = vec_andc(vbc, vbc); in test_integer()
1551 vss = vec_andc(vss, vss); in test_integer()
1552 vss = vec_andc(vss, vbs); in test_integer()
1553 vss = vec_andc(vbs, vss); in test_integer()
[all …]
Dbuiltins-ppc-altivec.c587 res_vsc = vec_andc(vsc, vsc); in test1()
593 res_vsc = vec_andc(vbc, vsc); in test1()
599 res_vsc = vec_andc(vsc, vbc); in test1()
605 res_vuc = vec_andc(vuc, vuc); in test1()
611 res_vuc = vec_andc(vbc, vuc); in test1()
617 res_vuc = vec_andc(vuc, vbc); in test1()
621 res_vbc = vec_andc(vbc, vbc); in test1()
627 res_vs = vec_andc(vs, vs); in test1()
633 res_vs = vec_andc(vbs, vs); in test1()
639 res_vs = vec_andc(vs, vbs); in test1()
[all …]
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c117 res_vd = vec_andc(vbll, vd); in test1()
131 res_vd = vec_andc(vd, vbll); in test1()
144 res_vd = vec_andc(vd, vd); in test1()
607 res_vsll = vec_andc(vsll, vsll); in test1()
613 res_vsll = vec_andc(vbll, vsll); in test1()
619 res_vsll = vec_andc(vsll, vbll); in test1()
625 res_vull = vec_andc(vull, vull); in test1()
631 res_vull = vec_andc(vbll, vull); in test1()
637 res_vull = vec_andc(vull, vbll); in test1()
643 res_vbll = vec_andc(vbll, vbll); in test1()
Dbuiltins-ppc-altivec.c641 res_vsc = vec_andc(vsc, vsc); in test1()
647 res_vsc = vec_andc(vbc, vsc); in test1()
653 res_vsc = vec_andc(vsc, vbc); in test1()
659 res_vuc = vec_andc(vuc, vuc); in test1()
665 res_vuc = vec_andc(vbc, vuc); in test1()
671 res_vuc = vec_andc(vuc, vbc); in test1()
675 res_vbc = vec_andc(vbc, vbc); in test1()
681 res_vs = vec_andc(vs, vs); in test1()
687 res_vs = vec_andc(vbs, vs); in test1()
693 res_vs = vec_andc(vs, vbs); in test1()
[all …]
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector.c2365 vsc = vec_andc(vsc, vsc); in test_integer()
2367 vsc = vec_andc(vsc, vbc); in test_integer()
2369 vsc = vec_andc(vbc, vsc); in test_integer()
2371 vuc = vec_andc(vuc, vuc); in test_integer()
2373 vuc = vec_andc(vuc, vbc); in test_integer()
2375 vuc = vec_andc(vbc, vuc); in test_integer()
2377 vbc = vec_andc(vbc, vbc); in test_integer()
2379 vss = vec_andc(vss, vss); in test_integer()
2381 vss = vec_andc(vss, vbs); in test_integer()
2383 vss = vec_andc(vbs, vss); in test_integer()
[all …]
Dbuiltins-systemz-zvector2.c482 vf = vec_andc(vf, vf); in test_integer()
484 vd = vec_andc(vd, vd); in test_integer()
/external/clang/lib/Headers/
Dvecintrin.h4729 vec_andc(vector bool char __a, vector bool char __b) { in vec_andc() function
4734 vec_andc(vector signed char __a, vector signed char __b) { in vec_andc() function
4739 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc() function
4744 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc() function
4749 vec_andc(vector unsigned char __a, vector unsigned char __b) { in vec_andc() function
4754 vec_andc(vector bool char __a, vector unsigned char __b) { in vec_andc() function
4759 vec_andc(vector unsigned char __a, vector bool char __b) { in vec_andc() function
4764 vec_andc(vector bool short __a, vector bool short __b) { in vec_andc() function
4769 vec_andc(vector signed short __a, vector signed short __b) { in vec_andc() function
4774 vec_andc(vector bool short __a, vector signed short __b) { in vec_andc() function
[all …]
Daltivec.h1071 #define __builtin_altivec_vandc vec_andc
1074 vec_andc(vector signed char __a, vector signed char __b) { in vec_andc() function
1079 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc() function
1084 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc() function
1089 vec_andc(vector unsigned char __a, vector unsigned char __b) { in vec_andc() function
1094 vec_andc(vector bool char __a, vector unsigned char __b) { in vec_andc() function
1099 vec_andc(vector unsigned char __a, vector bool char __b) { in vec_andc() function
1103 static __inline__ vector bool char __ATTRS_o_ai vec_andc(vector bool char __a, in vec_andc() function
1108 static __inline__ vector short __ATTRS_o_ai vec_andc(vector short __a, in vec_andc() function
1113 static __inline__ vector short __ATTRS_o_ai vec_andc(vector bool short __a, in vec_andc() function
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h159 return vec_andc (b, a); in vec_andnot_si128()
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h5700 vec_andc(__vector __bool char __a, __vector __bool char __b) { in vec_andc() function
5705 vec_andc(__vector signed char __a, __vector signed char __b) { in vec_andc() function
5711 vec_andc(__vector __bool char __a, __vector signed char __b) { in vec_andc() function
5717 vec_andc(__vector signed char __a, __vector __bool char __b) { in vec_andc() function
5722 vec_andc(__vector unsigned char __a, __vector unsigned char __b) { in vec_andc() function
5728 vec_andc(__vector __bool char __a, __vector unsigned char __b) { in vec_andc() function
5734 vec_andc(__vector unsigned char __a, __vector __bool char __b) { in vec_andc() function
5739 vec_andc(__vector __bool short __a, __vector __bool short __b) { in vec_andc() function
5744 vec_andc(__vector signed short __a, __vector signed short __b) { in vec_andc() function
5750 vec_andc(__vector __bool short __a, __vector signed short __b) { in vec_andc() function
[all …]
Daltivec.h1160 #define __builtin_altivec_vandc vec_andc
1163 vec_andc(vector signed char __a, vector signed char __b) { in vec_andc() function
1168 vec_andc(vector bool char __a, vector signed char __b) { in vec_andc() function
1173 vec_andc(vector signed char __a, vector bool char __b) { in vec_andc() function
1178 vec_andc(vector unsigned char __a, vector unsigned char __b) { in vec_andc() function
1183 vec_andc(vector bool char __a, vector unsigned char __b) { in vec_andc() function
1188 vec_andc(vector unsigned char __a, vector bool char __b) { in vec_andc() function
1192 static __inline__ vector bool char __ATTRS_o_ai vec_andc(vector bool char __a, in vec_andc() function
1197 static __inline__ vector short __ATTRS_o_ai vec_andc(vector short __a, in vec_andc() function
1202 static __inline__ vector short __ATTRS_o_ai vec_andc(vector bool short __a, in vec_andc() function
[all …]
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c86 return vec_andc(scan, zero_coeff); in nonzero_scanindex()
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Demmintrin.h1861 return (vec_andc ((__v2df) __B, (__v2df) __A)); in _mm_andnot_pd()
1885 return (__m128i)vec_andc ((__v2di) __B, (__v2di) __A); in _mm_andnot_si128()
Dxmmintrin.h459 return ((__m128)vec_andc ((__v4sf)__B, (__v4sf)__A)); in _mm_andnot_ps()