Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp286 Function vec_slo [type char] ===> OK
287 Function vec_slo [type unsigned char] ===> OK
288 Function vec_slo [type short] ===> OK
289 Function vec_slo [type unsigned short] ===> OK
290 Function vec_slo [type integer] ===> OK
291 Function vec_slo [type unsigned int] ===> OK
DtestVMX.c4530 Caux1.v = vec_slo( Ccons3, Ccons1 ); in part3()
4553 UCaux1.v = vec_slo( UCcons3, UCcons1 ); in part3()
4576 Saux1.v = vec_slo( Scons3, UCcons1 ); in part3()
4596 USaux1.v = vec_slo( UScons3, UCcons1 ); in part3()
4616 Iaux1.v = vec_slo( Icons3, UCcons1 ); in part3()
4636 UIaux1.v = vec_slo( UIcons3, UCcons1 ); in part3()
4657 Faux1.v = vec_slo( Fcons3, UCcons1 ); in part3()
/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 …]