implement extmul operation
This commit is contained in:
@@ -102,6 +102,7 @@ data IBinOp =
|
||||
| IMinS
|
||||
| IMaxU
|
||||
| IMaxS
|
||||
| IExtMul {- Signed -} Bool {- High -} Bool
|
||||
deriving (Show, Eq, Generic, NFData)
|
||||
|
||||
data IRelOp = IEq | INe | ILtU | ILtS | IGtU | IGtS | ILeU | ILeS | IGeU | IGeS deriving (Show, Eq, Generic, NFData)
|
||||
|
||||
Reference in New Issue
Block a user