implement parsing and validation for saturated conv instructions

This commit is contained in:
Ilya Rezvov
2021-04-11 21:33:14 -07:00
parent 2eab690213
commit 8f698df5f2
3 changed files with 30 additions and 0 deletions
+2
View File
@@ -185,6 +185,8 @@ data Instruction index =
| I32WrapI64
| ITruncFU {- Int Size -} BitSize {- Float Size -} BitSize
| ITruncFS {- Int Size -} BitSize {- Float Size -} BitSize
| ITruncSatFU {- Int Size -} BitSize {- Float Size -} BitSize
| ITruncSatFS {- Int Size -} BitSize {- Float Size -} BitSize
| I64ExtendSI32
| I64ExtendUI32
| FConvertIU {- Float Size -} BitSize {- Int Size -} BitSize