Searched defs:NeonMoveMask (Results 1 – 2 of 2) sorted by relevance
327 unsafe fn movemask(self) -> NeonMoveMask { in movemask()379 pub(crate) struct NeonMoveMask(u64); struct381 impl NeonMoveMask { implementation399 impl MoveMask for NeonMoveMask { implementation401 fn all_zeros_except_least_significant(n: usize) -> NeonMoveMask { in all_zeros_except_least_significant()417 fn and(self, other: NeonMoveMask) -> NeonMoveMask { in and()422 fn or(self, other: NeonMoveMask) -> NeonMoveMask { in or()427 fn clear_least_significant_bit(self) -> NeonMoveMask { in clear_least_significant_bit()