Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dsoft.rs55 fwd_unop_x2!(rotate_each_word_right16);
258 fwd_unop_x4!(rotate_each_word_right16);
Dgeneric.rs311 fn rotate_each_word_right16(self) -> Self { in rotate_each_word_right16() method
346 fn rotate_each_word_right16(self) -> Self { in rotate_each_word_right16() method
397 fn rotate_each_word_right16(self) -> Self { in rotate_each_word_right16() method
Dtypes.rs36 fn rotate_each_word_right16(self) -> Self; in rotate_each_word_right16() method
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs198 rotate_each_word_right16,
216 fn rotate_each_word_right16(self) -> Self { in rotate_each_word_right16() method
255 rotate_each_word_right16,
273 fn rotate_each_word_right16(self) -> Self { in rotate_each_word_right16() method
306 rotr_128!(rotate_each_word_right16, 16);
1526 rotate_each_word_right16,
/external/rust/crates/rand_chacha/src/
Dguts.rs42 x.d = (x.d ^ x.a).rotate_each_word_right16(); in round()