Home
last modified time | relevance | path

Searched refs:vec_rl (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/none/tests/ppc32/
DtestVMX.stdout.exp246 Function vec_rl [type char] ===> OK
247 Function vec_rl [type unsigned char] ===> OK
248 Function vec_rl [type short] ===> OK
249 Function vec_rl [type unsigned short] ===> OK
250 Function vec_rl [type integer] ===> OK
251 Function vec_rl [type unsigned int] ===> OK
DtestVMX.c3839 Caux1.v = vec_rl( Ccons1, UCcons3 ); in part3()
3856 UCaux1.v = vec_rl( UCcons1, UCcons3 ); in part3()
3872 Saux1.v = vec_rl( Scons1, UScons3 ); in part3()
3889 USaux1.v = vec_rl( UScons1, UScons3 ); in part3()
3905 Iaux1.v = vec_rl( Icons1, UIcons3 ); in part3()
3922 UIaux1.v = vec_rl( UIcons1, UIcons3 ); in part3()
/external/boringssl/src/crypto/fipsmodule/sha/
Dsha1-altivec.c134 vec_rl(minus_3 ^ minus_8 ^ minus_14 ^ minus_16, k_1_bit); in sched_16_31()
136 w_prime ^ vec_rl(vec_slo(w_prime, k_12_bytes), k_1_bit); in sched_16_31()
150 vec_rl(minus_6 ^ minus_16 ^ minus_28 ^ minus_32, k_2_bits); in sched_32_79()
/external/clang/test/CodeGen/
Dbuiltins-ppc-p8vector.c1037 res_vsll = vec_rl(vsll, vull); in test1()
1042 res_vull = vec_rl(vull, vull); in test1()
Dbuiltins-systemz-zvector.c1659 vsc = vec_rl(vsc, vuc); in test_integer()
1661 vuc = vec_rl(vuc, vuc); in test_integer()
1663 vss = vec_rl(vss, vus); in test_integer()
1665 vus = vec_rl(vus, vus); in test_integer()
1667 vsi = vec_rl(vsi, vui); in test_integer()
1669 vui = vec_rl(vui, vui); in test_integer()
1671 vsl = vec_rl(vsl, vul); in test_integer()
1673 vul = vec_rl(vul, vul); in test_integer()
Dbuiltins-ppc-altivec.c2859 res_vsc = vec_rl(vsc, vuc); in test6()
2863 res_vuc = vec_rl(vuc, vuc); in test6()
2867 res_vs = vec_rl(vs, vus); in test6()
2871 res_vus = vec_rl(vus, vus); in test6()
2875 res_vi = vec_rl(vi, vui); in test6()
2879 res_vui = vec_rl(vui, vui); in test6()
/external/clang/lib/Headers/
Dvecintrin.h5175 vec_rl(vector signed char __a, vector unsigned char __b) { in vec_rl() function
5181 vec_rl(vector unsigned char __a, vector unsigned char __b) { in vec_rl() function
5186 vec_rl(vector signed short __a, vector unsigned short __b) { in vec_rl() function
5192 vec_rl(vector unsigned short __a, vector unsigned short __b) { in vec_rl() function
5197 vec_rl(vector signed int __a, vector unsigned int __b) { in vec_rl() function
5203 vec_rl(vector unsigned int __a, vector unsigned int __b) { in vec_rl() function
5208 vec_rl(vector signed long long __a, vector unsigned long long __b) { in vec_rl() function
5214 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { in vec_rl() function
Daltivec.h6286 vec_rl(vector signed char __a, vector unsigned char __b) { in vec_rl() function
6291 vec_rl(vector unsigned char __a, vector unsigned char __b) { in vec_rl() function
6295 static __inline__ vector short __ATTRS_o_ai vec_rl(vector short __a, in vec_rl() function
6301 vec_rl(vector unsigned short __a, vector unsigned short __b) { in vec_rl() function
6305 static __inline__ vector int __ATTRS_o_ai vec_rl(vector int __a, in vec_rl() function
6311 vec_rl(vector unsigned int __a, vector unsigned int __b) { in vec_rl() function
6317 vec_rl(vector signed long long __a, vector unsigned long long __b) { in vec_rl() function
6322 vec_rl(vector unsigned long long __a, vector unsigned long long __b) { in vec_rl() function