ghc-8.4.3: The GHC API

Safe HaskellSafe
LanguageHaskell2010

X86.Cond

Synopsis

Documentation

data Cond Source #

Constructors

ALWAYS 
EQQ 
GE 
GEU 
GTT 
GU 
LE 
LEU 
LTT 
LU 
NE 
NEG 
POS 
CARRY 
OFLO 
PARITY 
NOTPARITY 
Instances
Eq Cond Source # 
Instance details

Defined in X86.Cond

Methods

(==) :: Cond -> Cond -> Bool #

(/=) :: Cond -> Cond -> Bool #

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'.