implement all simd instructiions

This commit is contained in:
Ilya Rezvov
2025-01-14 11:32:25 -07:00
parent c96456414c
commit b9bb378d21
5 changed files with 35 additions and 2 deletions
+2
View File
@@ -277,6 +277,8 @@ data Instruction index =
| F32x4DemoteF64x2Zero
| V128IExtend SimdShape SimdShape {- high -} Bool {- signed -} Bool
| I32x4TruncSatF {- signed -} Bool {- Float Size -} BitSize
| I32x4DotI16x8S
| I16x8Q15MulrSatS
deriving (Show, Eq, Generic, NFData)
type Expression = [Instruction Natural]