Home
last modified time | relevance | path

Searched refs:vec_sub (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-quadword.c103 res_vlll = vec_sub(vlll, vlll); in test1()
108 res_vulll = vec_sub(vulll, vulll); in test1()
H A Dbuiltins-ppc-p8vector.c1141 res_vsll = vec_sub(vsll, vsll); in test1()
1145 res_vull = vec_sub(vull, vull); in test1()
1149 res_vd = vec_sub(vda, vda); in test1()
1153 res_vsx = vec_sub(vsx, vsx); in test1()
1157 res_vux = vec_sub(vux, vux); in test1()
H A Dbuiltins-ppc-altivec.c5386 res_vsc = vec_sub(vsc, vsc); in test6()
5390 res_vsc = vec_sub(vbc, vsc); in test6()
5394 res_vsc = vec_sub(vsc, vbc); in test6()
5398 res_vuc = vec_sub(vuc, vuc); in test6()
5410 res_vs = vec_sub(vs, vs); in test6()
5414 res_vs = vec_sub(vbs, vs); in test6()
5418 res_vs = vec_sub(vs, vbs); in test6()
5434 res_vi = vec_sub(vi, vi); in test6()
5438 res_vi = vec_sub(vbi, vi); in test6()
5442 res_vi = vec_sub(vi, vbi); in test6()
[all …]
H A Dbuiltins-ppc-32bit-vec-ll.c221 vec_sub(vsll1, vsll2); in test()
H A Dbuiltins-ppc-vsx.c1135 res_vd = vec_sub(vd, vd); in test1()
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dpmmintrin.h86 return (__m128)vec_sub(vec_perm((__v4sf)__X, (__v4sf)__Y, __xform2), in _mm_hsub_ps()
100 return (__m128d)vec_sub(vec_mergeh((__v2df)__X, (__v2df)__Y), in _mm_hsub_pd()
H A Dtmmintrin.h215 return (__m128i)vec_sub(__C, __D); in _mm_hsub_epi16()
227 return (__m128i)vec_sub(__C, __D); in _mm_hsub_epi32()
238 __C = vec_sub(__C, __D); in _mm_hsub_pi16()
250 __C = vec_sub(__C, __D); in _mm_hsub_pi32()
H A Dmmintrin.h496 __c = vec_sub(__a, __b); in _mm_sub_pi8()
532 __c = vec_sub(__a, __b); in _mm_sub_pi16()
564 __c = vec_sub(__a, __b); in _mm_sub_pi32()
H A Dxmmintrin.h1718 __vabsdiff = vec_sub(__vmax, __vmin); in _mm_sad_pu8()
H A Demmintrin.h2129 __vabsdiff = vec_sub(__vmax, __vmin); in _mm_sad_epu8()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h11857 vec_sub(vector signed char __a, vector signed char __b) { in vec_sub() function
11862 vec_sub(vector bool char __a, vector signed char __b) { in vec_sub() function
11867 vec_sub(vector signed char __a, vector bool char __b) { in vec_sub() function
11872 vec_sub(vector unsigned char __a, vector unsigned char __b) { in vec_sub() function
11877 vec_sub(vector bool char __a, vector unsigned char __b) { in vec_sub() function
11882 vec_sub(vector unsigned char __a, vector bool char __b) { in vec_sub() function
11907 vec_sub(vector bool short __a, vector unsigned short __b) { in vec_sub() function
11912 vec_sub(vector unsigned short __a, vector bool short __b) { in vec_sub() function
11932 vec_sub(vector unsigned int __a, vector unsigned int __b) { in vec_sub() function
11937 vec_sub(vector bool int __a, vector unsigned int __b) { in vec_sub() function
[all …]