ghc-8.2.0.20170404: The GHC API
X86.Cond (signature[?])
Synopsis
data Cond Source #
Constructors
Instances
Methods
(==) :: Cond -> Cond -> Bool #
(/=) :: Cond -> Cond -> Bool #
condUnsigned :: Cond -> Bool Source #
condToSigned :: Cond -> Cond Source #
condToUnsigned :: Cond -> Cond Source #
maybeFlipCond :: Cond -> Maybe Cond Source #
maybeFlipCond c returns Just c' if it is possible to flip the arguments to the conditional c, and the new condition should be c'.
maybeFlipCond c
Just c'
c
c'