Searched defs:vec128_storage (Results 1 – 2 of 2) sorted by relevance
116 impl Store<vec128_storage> for vec128_storage { implementation122 impl<'a> Into<&'a [u32; 4]> for &'a vec128_storage { implementation130 fn into(self) -> vec128_storage { in into()134 impl Default for vec128_storage { implementation140 impl Eq for vec128_storage {} implementation141 impl PartialEq for vec128_storage { implementation
13 impl From<[u32; 4]> for vec128_storage { implementation25 impl From<[u64; 2]> for vec128_storage { implementation37 impl Default for vec128_storage { implementation43 impl Eq for vec128_storage {} implementation44 impl PartialEq<vec128_storage> for vec128_storage { implementation89 T: Store<vec128_storage> + Into<vec128_storage>, in dmap()102 T: Store<vec128_storage> + Into<vec128_storage>, in dmap2()122 T: Store<vec128_storage> + Into<vec128_storage>, in qmap()135 T: Store<vec128_storage> + Into<vec128_storage>, in qmap2()158 T: Store<vec128_storage> + Into<vec128_storage>, in omap()[all …]