parse most of conversion simd instructions

This commit is contained in:
Ilya Rezvov
2023-09-25 21:26:39 -06:00
parent 3d77f80484
commit 10d1db7b96
4 changed files with 67 additions and 1 deletions
+4
View File
@@ -272,6 +272,10 @@ data Instruction index =
| V128BitSelect
| I8x16Swizzle
| I8x16Shuffle [Int]
| V128Narrow SimdShape SimdShape {- signed -} Bool
| F64x2PromoteLowF32x4
| F32x4DemoteF64x2Zero
| V128IExtend SimdShape SimdShape {- high -} Bool {- signed -} Bool
deriving (Show, Eq, Generic, NFData)
type Expression = [Instruction Natural]