Searched refs:load_4 (Results 1 – 3 of 3) sorted by relevance
65 static uint64_t load_4(const uint8_t *in) { in load_4() function1067 int64_t s1 = 2097151 & (load_4(s + 2) >> 5); in x25519_sc_reduce()1069 int64_t s3 = 2097151 & (load_4(s + 7) >> 7); in x25519_sc_reduce()1070 int64_t s4 = 2097151 & (load_4(s + 10) >> 4); in x25519_sc_reduce()1072 int64_t s6 = 2097151 & (load_4(s + 15) >> 6); in x25519_sc_reduce()1075 int64_t s9 = 2097151 & (load_4(s + 23) >> 5); in x25519_sc_reduce()1077 int64_t s11 = 2097151 & (load_4(s + 28) >> 7); in x25519_sc_reduce()1078 int64_t s12 = 2097151 & (load_4(s + 31) >> 4); in x25519_sc_reduce()1080 int64_t s14 = 2097151 & (load_4(s + 36) >> 6); in x25519_sc_reduce()1083 int64_t s17 = 2097151 & (load_4(s + 44) >> 5); in x25519_sc_reduce()[all …]
286 SI T load_4(const P* p) { in load_4() function869 r = load_4<F>(rgba+0); in exec_ops()870 g = load_4<F>(rgba+1); in exec_ops()871 b = load_4<F>(rgba+2); in exec_ops()872 a = load_4<F>(rgba+3); in exec_ops()