Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dbitdepth_conversion_vsx.h36 const int32x4_t even = vec_mule(v, one); in store_tran_low()
/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp194 Function vec_mule [type char] ===> OK
195 Function vec_mule [type unsigned char] ===> OK
196 Function vec_mule [type short] ===> OK
197 Function vec_mule [type unsigned short] ===> OK
DtestVMX.c3075 Saux1.v = vec_mule( Ccons1, Ccons2 ); in part2()
3087 USaux1.v = vec_mule( UCcons1, UCcons2 ); in part2()
3099 Iaux1.v = vec_mule( Scons1, Scons2 ); in part2()
3111 UIaux1.v = vec_mule( UScons1, UScons2 ); in part2()
/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/libjpeg-turbo/simd/
Djquanti-altivec.c108 tmpe = vec_mule((__vector unsigned short)vs0, \
Djdsample-altivec.c82 this0e = (__vector short)vec_mule(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
/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