Home
last modified time | relevance | path

Searched refs:vec_mule (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/vpx_dsp/ppc/
Ddeblock_vsx.c183 const int32x4_t thres_even = vec_sub(sumsq_even_scaled, vec_mule(sum, sum)); in mask_s16()
237 vec_sub(vec_mule(right_ctx, right_ctx), vec_mule(left_ctx, left_ctx)); in vpx_mbpost_proc_across_ip_vsx()
312 sumsq_even = vec_mule(sum, r1); in vpx_mbpost_proc_down_vsx()
321 sumsq_even = vec_add(sumsq_even, vec_mule(next_row, next_row)); in vpx_mbpost_proc_down_vsx()
347 d15_even = vec_mule(window[15], window[15]); in vpx_mbpost_proc_down_vsx()
349 d0_even = vec_mule(window[0], window[0]); in vpx_mbpost_proc_down_vsx()
Dinv_txfm_vsx.c157 temp1 = vec_sra(vec_add(vec_mule(tmp16_0, cospi16_v), shift), shift14); \
161 temp3 = vec_sub(vec_mule(tmp16_0, cospi24_v), vec_mulo(tmp16_0, cospi8_v)); \
163 temp4 = vec_add(vec_mule(tmp16_0, cospi8_v), vec_mulo(tmp16_0, cospi24_v)); \
266 temp10 = vec_sub(vec_mule(tmp16_0, cospi0), vec_mulo(tmp16_0, cospi1)); \
267 temp11 = vec_sub(vec_mule(tmp16_1, cospi0), vec_mulo(tmp16_1, cospi1)); \
271 temp10 = vec_add(vec_mule(tmp16_0, cospi1), vec_mulo(tmp16_0, cospi0)); \
272 temp11 = vec_add(vec_mule(tmp16_1, cospi1), vec_mulo(tmp16_1, cospi0)); \
282 temp10 = vec_mule(tmp16_0, cospi); \
283 temp11 = vec_mule(tmp16_1, cospi); \
412 temp10 = vec_mule(tmp16_0, cospi); \
[all …]
Dfdct32x32_vsx.c23 const int32x4_t ac_e = vec_mule(a, cospi16_v); in single_butterfly()
25 const int32x4_t bc_e = vec_mule(b, cospi16_v); in single_butterfly()
55 const int32x4_t ac1_e = vec_mule(a, c1); in double_butterfly()
57 const int32x4_t ac2_e = vec_mule(a, c2); in double_butterfly()
60 const int32x4_t bc1_e = vec_mule(b, c1); in double_butterfly()
62 const int32x4_t bc2_e = vec_mule(b, c2); in double_butterfly()
Dbitdepth_conversion_vsx.h36 const int32x4_t even = vec_mule(v, one); in store_tran_low()
Dquantize_vsx.c71 int32x4_t dqcoeffe = vec_mule(qcoeff, dequant); in dequantize_coeff_32()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c993 res_vsll = vec_mule(vsi, vsi); in test1()
998 res_vull = vec_mule(vui , vui); in test1()
Dbuiltins-systemz-zvector.c2308 vss = vec_mule(vsc, vsc); in test_integer()
2310 vus = vec_mule(vuc, vuc); in test_integer()
2312 vsi = vec_mule(vss, vss); in test_integer()
2314 vui = vec_mule(vus, vus); in test_integer()
2316 vsl = vec_mule(vsi, vsi); in test_integer()
2318 vul = vec_mule(vui, vui); in test_integer()
Dbuiltins-ppc-altivec.c2248 res_vs = vec_mule(vsc, vsc); in test6()
2252 res_vus = vec_mule(vuc, vuc); in test6()
2256 res_vi = vec_mule(vs, vs); in test6()
2260 res_vui = vec_mule(vus, vus); in test6()
/external/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c154 int32x4_t dqcoeffe = vec_mule(qcoeff, dequant); in dequantize_coeff_32()
/external/clang/lib/Headers/
Dvecintrin.h7068 vec_mule(vector signed char __a, vector signed char __b) { in vec_mule() function
7073 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule() function
7078 vec_mule(vector signed short __a, vector signed short __b) { in vec_mule() function
7083 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule() function
7088 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule() function
7093 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule() function
Daltivec.h4387 static __inline__ vector short __ATTRS_o_ai vec_mule(vector signed char __a, in vec_mule() function
4397 vec_mule(vector unsigned char __a, vector unsigned char __b) { in vec_mule() function
4405 static __inline__ vector int __ATTRS_o_ai vec_mule(vector short __a, in vec_mule() function
4415 vec_mule(vector unsigned short __a, vector unsigned short __b) { in vec_mule() function
4425 vec_mule(vector signed int __a, vector signed int __b) { in vec_mule() function
4434 vec_mule(vector unsigned int __a, vector unsigned int __b) { in vec_mule() function
/external/zstd/lib/common/
Dxxhash.h3140 # define XXH_vec_mule vec_mule
/external/AFLplusplus/include/
Dxxhash.h3493 #define XXH_vec_mule vec_mule
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h3107 # define XXH_vec_mule vec_mule