Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/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
/external/zstd/lib/common/
Dxxhash.h4193 xxh_u32x4 const shuffled = (xxh_u32x4)vec_rl(data_key, v32); in XXH3_accumulate_512_vsx()
/external/AFLplusplus/include/
Dxxhash.h4674 xxh_u32x4 const shuffled = (xxh_u32x4)vec_rl(data_key, v32); in XXH3_accumulate_512_vsx()
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h4111 xxh_u32x4 const shuffled = (xxh_u32x4)vec_rl(data_key, v32); in XXH3_accumulate_512_vsx()