Searched refs:load_4 (Results 1 – 4 of 4) sorted by relevance
779 static uint64_t load_4(const uint8_t *in) in load_4() function793 int64_t h0 = load_4(s); in fe_frombytes()798 int64_t h5 = load_4(s + 16); in fe_frombytes()4618 int64_t s1 = kBottom21Bits & (load_4(s + 2) >> 5); in x25519_sc_reduce()4620 int64_t s3 = kBottom21Bits & (load_4(s + 7) >> 7); in x25519_sc_reduce()4621 int64_t s4 = kBottom21Bits & (load_4(s + 10) >> 4); in x25519_sc_reduce()4623 int64_t s6 = kBottom21Bits & (load_4(s + 15) >> 6); in x25519_sc_reduce()4626 int64_t s9 = kBottom21Bits & (load_4(s + 23) >> 5); in x25519_sc_reduce()4628 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7); in x25519_sc_reduce()4629 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce()[all …]
789 static uint64_t load_4(const uint8_t *in) in load_4() function803 int64_t h0 = load_4(s); in fe_frombytes()808 int64_t h5 = load_4(s + 16); in fe_frombytes()4628 int64_t s1 = kBottom21Bits & (load_4(s + 2) >> 5); in x25519_sc_reduce()4630 int64_t s3 = kBottom21Bits & (load_4(s + 7) >> 7); in x25519_sc_reduce()4631 int64_t s4 = kBottom21Bits & (load_4(s + 10) >> 4); in x25519_sc_reduce()4633 int64_t s6 = kBottom21Bits & (load_4(s + 15) >> 6); in x25519_sc_reduce()4636 int64_t s9 = kBottom21Bits & (load_4(s + 23) >> 5); in x25519_sc_reduce()4638 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7); in x25519_sc_reduce()4639 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce()[all …]
327 SI T load_4(const P* p) { in load_4() function983 r = load_4<F>(rgba+0); in exec_ops()984 g = load_4<F>(rgba+1); in exec_ops()985 b = load_4<F>(rgba+2); in exec_ops()986 a = load_4<F>(rgba+3); in exec_ops()
410 SI T load_4(const P* p) { in load_4() function1095 r = load_4<F>(rgba+0); in exec_ops()1096 g = load_4<F>(rgba+1); in exec_ops()1097 b = load_4<F>(rgba+2); in exec_ops()1098 a = load_4<F>(rgba+3); in exec_ops()