Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dsoft.rs57 fwd_unop_x2!(rotate_each_word_right24);
260 fwd_unop_x4!(rotate_each_word_right24);
Dgeneric.rs319 fn rotate_each_word_right24(self) -> Self { in rotate_each_word_right24() method
354 fn rotate_each_word_right24(self) -> Self { in rotate_each_word_right24() method
405 fn rotate_each_word_right24(self) -> Self { in rotate_each_word_right24() method
Dtypes.rs38 fn rotate_each_word_right24(self) -> Self; in rotate_each_word_right24() method
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs204 rotate_each_word_right24,
220 rotr_32!(rotate_each_word_right24, 24);
261 rotate_each_word_right24,
277 rotr_64!(rotate_each_word_right24, 24);
308 rotr_128!(rotate_each_word_right24, 24);
1532 rotate_each_word_right24,
/external/rust/crates/rand_chacha/src/
Dguts.rs46 x.d = (x.d ^ x.a).rotate_each_word_right24(); in round()