| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-quadword.c | 103 res_vlll = vec_sub(vlll, vlll); in test1() 108 res_vulll = vec_sub(vulll, vulll); in test1()
|
| H A D | builtins-ppc-p8vector.c | 1141 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 D | builtins-ppc-altivec.c | 5386 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 D | builtins-ppc-32bit-vec-ll.c | 221 vec_sub(vsll1, vsll2); in test()
|
| H A D | builtins-ppc-vsx.c | 1135 res_vd = vec_sub(vd, vd); in test1()
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | pmmintrin.h | 86 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 D | tmmintrin.h | 215 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 D | mmintrin.h | 496 __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 D | xmmintrin.h | 1718 __vabsdiff = vec_sub(__vmax, __vmin); in _mm_sad_pu8()
|
| H A D | emmintrin.h | 2129 __vabsdiff = vec_sub(__vmax, __vmin); in _mm_sad_epu8()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | altivec.h | 11857 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 …]
|