implement v128_splat instruction

This commit is contained in:
Ilya Rezvov
2023-09-04 19:18:09 -06:00
parent c6e0bfea89
commit daa52f0c40
5 changed files with 51 additions and 3 deletions
+2
View File
@@ -227,6 +227,8 @@ data Instruction index =
| F64PromoteF32
| IReinterpretF BitSize
| FReinterpretI BitSize
-- Vector instructions
| V128Splat SimdShape
deriving (Show, Eq, Generic, NFData)
type Expression = [Instruction Natural]