Searched refs:vec_mul (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 713 res_vsll = vec_mul(vsll, vsll); in test1() 717 res_vull = vec_mul(vull, vull); in test1() 721 res_vf = vec_mul(vf, vf); in test1() 725 res_vd = vec_mul(vd, vd); in test1()
|
D | builtins-ppc-altivec.c | 2223 res_vsc = vec_mul(vsc, vsc); in test6() 2227 res_vuc = vec_mul(vuc, vuc); in test6() 2231 res_vs = vec_mul(vs, vs); in test6() 2235 res_vus = vec_mul(vus, vus); in test6() 2239 res_vi = vec_mul(vi, vi); in test6() 2243 res_vui = vec_mul(vui, vui); in test6()
|
/external/boringssl/src/crypto/hrss/ |
D | hrss.c | 91 static inline vec_t vec_mul(vec_t a, uint16_t b) { in vec_mul() function 220 static inline vec_t vec_mul(vec_t a, uint16_t b) { return vmulq_n_u16(a, b); } in vec_mul() function 1093 result[0] = vec_mul(vec_a[0], vec_get_word(b[0], 0)); in poly_mul_vec_aux() 1094 result[1] = vec_mul(vec_a[1], vec_get_word(b[0], 0)); in poly_mul_vec_aux() 1097 result[2] = vec_mul(vec_a[1], vec_get_word(b[1], 0)); in poly_mul_vec_aux() 1160 result[0] = vec_mul(a[0], vec_get_word(b[0], 0)); in poly_mul_vec_aux() 1161 result[1] = vec_mul(a[1], vec_get_word(b[0], 0)); in poly_mul_vec_aux() 1162 result[2] = vec_mul(a[2], vec_get_word(b[0], 0)); in poly_mul_vec_aux() 1170 result[x + 2] = vec_mul(vec_a[2], vec_get_word(b[y / 8], y % 8)); \ in poly_mul_vec_aux()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | deblock_vsx.c | 179 vec_mul(sumsq_odd, vec_splats((int32_t)15)); in mask_s16() 181 vec_mul(sumsq_even, vec_splats((int32_t)15)); in mask_s16()
|
/external/clang/lib/Headers/ |
D | altivec.h | 4329 vec_mul(vector signed char __a, vector signed char __b) { in vec_mul() function 4334 vec_mul(vector unsigned char __a, vector unsigned char __b) { in vec_mul() function 4339 vec_mul(vector signed short __a, vector signed short __b) { in vec_mul() function 4344 vec_mul(vector unsigned short __a, vector unsigned short __b) { in vec_mul() function 4349 vec_mul(vector signed int __a, vector signed int __b) { in vec_mul() function 4354 vec_mul(vector unsigned int __a, vector unsigned int __b) { in vec_mul() function 4360 vec_mul(vector signed long long __a, vector signed long long __b) { in vec_mul() function 4365 vec_mul(vector unsigned long long __a, vector unsigned long long __b) { in vec_mul() function 4370 static __inline__ vector float __ATTRS_o_ai vec_mul(vector float __a, in vec_mul() function 4376 static __inline__ vector double __ATTRS_o_ai vec_mul(vector double __a, in vec_mul() function
|