Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dsoft.rs56 fwd_unop_x2!(rotate_each_word_right20);
259 fwd_unop_x4!(rotate_each_word_right20);
Dgeneric.rs315 fn rotate_each_word_right20(self) -> Self { in rotate_each_word_right20() method
350 fn rotate_each_word_right20(self) -> Self { in rotate_each_word_right20() method
401 fn rotate_each_word_right20(self) -> Self { in rotate_each_word_right20() method
Dtypes.rs37 fn rotate_each_word_right20(self) -> Self; in rotate_each_word_right20() method
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs202 rotr_32!(rotate_each_word_right20, 20);
219 rotr_32!(rotate_each_word_right20, 20);
259 rotr_64!(rotate_each_word_right20, 20);
276 rotr_64!(rotate_each_word_right20, 20);
307 rotr_128!(rotate_each_word_right20, 20);
1530 rotr_32!(rotate_each_word_right20, 20);
/external/rust/crates/rand_chacha/src/
Dguts.rs44 x.b = (x.b ^ x.c).rotate_each_word_right20(); in round()