/external/libvpx/vpx_dsp/ppc/ |
D | deblock_vsx.c | 183 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()
|
D | inv_txfm_vsx.c | 157 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 …]
|
D | fdct32x32_vsx.c | 23 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()
|
D | bitdepth_conversion_vsx.h | 36 const int32x4_t even = vec_mule(v, one); in store_tran_low()
|
D | quantize_vsx.c | 71 int32x4_t dqcoeffe = vec_mule(qcoeff, dequant); in dequantize_coeff_32()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 993 res_vsll = vec_mule(vsi, vsi); in test1() 998 res_vull = vec_mule(vui , vui); in test1()
|
D | builtins-systemz-zvector.c | 2308 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()
|
D | builtins-ppc-altivec.c | 2248 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/ |
D | vp9_quantize_vsx.c | 154 int32x4_t dqcoeffe = vec_mule(qcoeff, dequant); in dequantize_coeff_32()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7068 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
|
D | altivec.h | 4387 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/ |
D | xxhash.h | 3140 # define XXH_vec_mule vec_mule
|
/external/AFLplusplus/include/ |
D | xxhash.h | 3493 #define XXH_vec_mule vec_mule
|
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/ |
D | xxhash.h | 3107 # define XXH_vec_mule vec_mule
|