Home
last modified time | relevance | path

Searched refs:vec_slo (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Ddeblock_vsx.c132 const int16x8_t sum1 = vec_add(x, vec_slo(x, vec_splats((int8_t)(2 << 3)))); in slide_sum_s16()
134 const int16x8_t sum2 = vec_add(vec_slo(x, vec_splats((int8_t)(4 << 3))), in slide_sum_s16()
136 vec_slo(x, vec_splats((int8_t)(6 << 3)))); in slide_sum_s16()
138 const int16x8_t sum3 = vec_add(vec_slo(x, vec_splats((int8_t)(8 << 3))), in slide_sum_s16()
140 vec_slo(x, vec_splats((int8_t)(10 << 3)))); in slide_sum_s16()
142 const int16x8_t sum4 = vec_add(vec_slo(x, vec_splats((int8_t)(12 << 3))), in slide_sum_s16()
144 vec_slo(x, vec_splats((int8_t)(14 << 3)))); in slide_sum_s16()
152 int32x4_t sumsq_1 = vec_add(vec_slo(xsq_even, vec_splats((int8_t)(4 << 3))), in slide_sumsq_s32()
153 vec_slo(xsq_odd, vec_splats((int8_t)(4 << 3)))); in slide_sumsq_s32()
156 int32x4_t sumsq_2 = vec_add(vec_slo(xsq_even, vec_splats((int8_t)(8 << 3))), in slide_sumsq_s32()
[all …]
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c3840 res_vsc = vec_slo(vsc, vsc); in test6()
3844 res_vsc = vec_slo(vsc, vuc); in test6()
3848 res_vuc = vec_slo(vuc, vsc); in test6()
3852 res_vuc = vec_slo(vuc, vuc); in test6()
3856 res_vs = vec_slo(vs, vsc); in test6()
3860 res_vs = vec_slo(vs, vuc); in test6()
3864 res_vus = vec_slo(vus, vsc); in test6()
3868 res_vus = vec_slo(vus, vuc); in test6()
3872 res_vp = vec_slo(vp, vsc); in test6()
3876 res_vp = vec_slo(vp, vuc); in test6()
[all …]
/external/boringssl/src/crypto/fipsmodule/sha/
Dsha1-altivec.c136 w_prime ^ vec_rl(vec_slo(w_prime, k_12_bytes), k_1_bit); in sched_16_31()
/external/clang/lib/Headers/
Daltivec.h7486 vec_slo(vector signed char __a, vector signed char __b) { in vec_slo() function
7492 vec_slo(vector signed char __a, vector unsigned char __b) { in vec_slo() function
7498 vec_slo(vector unsigned char __a, vector signed char __b) { in vec_slo() function
7504 vec_slo(vector unsigned char __a, vector unsigned char __b) { in vec_slo() function
7509 static __inline__ vector short __ATTRS_o_ai vec_slo(vector short __a, in vec_slo() function
7514 static __inline__ vector short __ATTRS_o_ai vec_slo(vector short __a, in vec_slo() function
7520 vec_slo(vector unsigned short __a, vector signed char __b) { in vec_slo() function
7526 vec_slo(vector unsigned short __a, vector unsigned char __b) { in vec_slo() function
7531 static __inline__ vector pixel __ATTRS_o_ai vec_slo(vector pixel __a, in vec_slo() function
7536 static __inline__ vector pixel __ATTRS_o_ai vec_slo(vector pixel __a, in vec_slo() function
[all …]