Home
last modified time | relevance | path

Searched refs:rotate_each_word_right25 (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/ppv-lite86/src/
Dsoft.rs58 fwd_unop_x2!(rotate_each_word_right25);
261 fwd_unop_x4!(rotate_each_word_right25);
Dgeneric.rs323 fn rotate_each_word_right25(self) -> Self { in rotate_each_word_right25() method
358 fn rotate_each_word_right25(self) -> Self { in rotate_each_word_right25() method
409 fn rotate_each_word_right25(self) -> Self { in rotate_each_word_right25() method
Dtypes.rs39 fn rotate_each_word_right25(self) -> Self; in rotate_each_word_right25() method
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs208 rotr_32!(rotate_each_word_right25, 25);
221 rotr_32!(rotate_each_word_right25, 25);
265 rotr_64!(rotate_each_word_right25, 25);
278 rotr_64!(rotate_each_word_right25, 25);
309 rotr_128!(rotate_each_word_right25, 25);
1536 rotr_32!(rotate_each_word_right25, 25);
/external/rust/crates/rand_chacha/src/
Dguts.rs48 x.b = (x.b ^ x.c).rotate_each_word_right25(); in round()