Home
last modified time | relevance | path

Searched refs:vec_mulo (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dbitdepth_conversion_vsx.h37 const int32x4_t odd = vec_mulo(v, one); in store_tran_low()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp200 Function vec_mulo [type char] ===> OK
201 Function vec_mulo [type unsigned char] ===> OK
202 Function vec_mulo [type short] ===> OK
203 Function vec_mulo [type unsigned short] ===> OK
DtestVMX.c3125 Saux1.v = vec_mulo( Ccons1, Ccons2 ); in part2()
3137 USaux1.v = vec_mulo( UCcons1, UCcons2 ); in part2()
3149 Iaux1.v = vec_mulo( Scons1, Scons2 ); in part2()
3161 UIaux1.v = vec_mulo( UScons1, UScons2 ); in part2()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c1004 res_vsll = vec_mulo(vsi, vsi); in test1()
1009 res_vull = vec_mulo(vui, vui); in test1()
Dbuiltins-systemz-zvector.c2321 vss = vec_mulo(vsc, vsc); in test_integer()
2323 vus = vec_mulo(vuc, vuc); in test_integer()
2325 vsi = vec_mulo(vss, vss); in test_integer()
2327 vui = vec_mulo(vus, vus); in test_integer()
2329 vsl = vec_mulo(vsi, vsi); in test_integer()
2331 vul = vec_mulo(vui, vui); in test_integer()
Dbuiltins-ppc-altivec.c2281 res_vs = vec_mulo(vsc, vsc); in test6()
2285 res_vus = vec_mulo(vuc, vuc); in test6()
2289 res_vi = vec_mulo(vs, vs); in test6()
2293 res_vui = vec_mulo(vus, vus); in test6()
/external/libjpeg-turbo/simd/
Djquanti-altivec.c110 tmpo = vec_mulo((__vector unsigned short)vs0, \
Djdsample-altivec.c83 this0o = (__vector short)vec_mulo(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
/external/clang/lib/Headers/
Dvecintrin.h7100 vec_mulo(vector signed char __a, vector signed char __b) { in vec_mulo() function
7105 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo() function
7110 vec_mulo(vector signed short __a, vector signed short __b) { in vec_mulo() function
7115 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo() function
7120 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo() function
7125 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function
Daltivec.h4489 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, in vec_mulo() function
4499 vec_mulo(vector unsigned char __a, vector unsigned char __b) { in vec_mulo() function
4507 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, in vec_mulo() function
4517 vec_mulo(vector unsigned short __a, vector unsigned short __b) { in vec_mulo() function
4527 vec_mulo(vector signed int __a, vector signed int __b) { in vec_mulo() function
4536 vec_mulo(vector unsigned int __a, vector unsigned int __b) { in vec_mulo() function