ghc-7.10.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

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