implement i8x16.swizzle and extract_lane

This commit is contained in:
Ilya Rezvov
2023-09-04 21:21:12 -06:00
parent daa52f0c40
commit b4acb0e1e8
4 changed files with 66 additions and 9 deletions
+2
View File
@@ -229,6 +229,8 @@ data Instruction index =
| FReinterpretI BitSize
-- Vector instructions
| V128Splat SimdShape
| V128ExtractLane SimdShape index {- signed -} Bool
| I8x16Swizzle
deriving (Show, Eq, Generic, NFData)
type Expression = [Instruction Natural]