Searched refs:SimdVec (Results 1 – 2 of 2) sorted by relevance
682 .collect::<ValueResult<SimdVec<DataValue>>>()?; in step()712 .collect::<ValueResult<SimdVec<DataValue>>>()?; in step()1341 .collect::<ValueResult<SimdVec<_>>>()?; in step()1467 .collect::<ValueResult<SimdVec<DataValue>>>()?; in icmp()1492 pub type SimdVec<DataValue> = SmallVec<[DataValue; 4]>; typedef1499 ) -> ValueResult<SimdVec<DataValue>> { in extractlanes()1501 let mut lanes = SimdVec::new(); in extractlanes()1586 .collect::<ValueResult<SimdVec<DataValue>>>()?; in unary_arith()1608 .collect::<ValueResult<SimdVec<DataValue>>>()?; in binary_arith()1632 .collect::<ValueResult<SimdVec<DataValue>>>()?; in binary_pairwise()[all …]
13 use crate::step::{SimdVec, extractlanes};832 v: SimdVec<DataValue>,