Home
last modified time | relevance | path

Searched refs:SimdVec (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstep.rs682 .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]>; typedef
1499 ) -> 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 …]
H A Dvalue.rs13 use crate::step::{SimdVec, extractlanes};
832 v: SimdVec<DataValue>,