Searched defs:NeonMoveMask (Results 1 – 3 of 3) sorted by relevance
322 unsafe fn movemask(self) -> NeonMoveMask { in movemask()374 pub(crate) struct NeonMoveMask(u64); struct376 impl NeonMoveMask { implementation394 impl MoveMask for NeonMoveMask { implementation396 fn all_zeros_except_least_significant(n: usize) -> NeonMoveMask { in all_zeros_except_least_significant()412 fn and(self, other: NeonMoveMask) -> NeonMoveMask { in and()417 fn or(self, other: NeonMoveMask) -> NeonMoveMask { in or()422 fn clear_least_significant_bit(self) -> NeonMoveMask { in clear_least_significant_bit()
322 unsafe fn movemask(self) -> NeonMoveMask { in movemask()374 pub(crate) struct NeonMoveMask(u64); struct376 impl NeonMoveMask { impl394 impl MoveMask for NeonMoveMask { implementation396 fn all_zeros_except_least_significant(n: usize) -> NeonMoveMask { in all_zeros_except_least_significant()412 fn and(self, other: NeonMoveMask) -> NeonMoveMask { in and()417 fn or(self, other: NeonMoveMask) -> NeonMoveMask { in or()422 fn clear_least_significant_bit(self) -> NeonMoveMask { in clear_least_significant_bit()