/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/sha/ |
D | sha1-altivec.c | 134 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/ |
D | builtins-ppc-p8vector.c | 1037 res_vsll = vec_rl(vsll, vull); in test1() 1042 res_vull = vec_rl(vull, vull); in test1()
|
D | builtins-systemz-zvector.c | 1659 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()
|
D | builtins-ppc-altivec.c | 2859 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/ |
D | vecintrin.h | 5175 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
|
D | altivec.h | 6286 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/ |
D | xxhash.h | 4193 xxh_u32x4 const shuffled = (xxh_u32x4)vec_rl(data_key, v32); in XXH3_accumulate_512_vsx()
|
/external/AFLplusplus/include/ |
D | xxhash.h | 4674 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/ |
D | xxhash.h | 4111 xxh_u32x4 const shuffled = (xxh_u32x4)vec_rl(data_key, v32); in XXH3_accumulate_512_vsx()
|