ghc-7.7.20130829: The GHC API

Safe HaskellSafe-Inferred

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 CondSource

maybeFlipCond c returns Just c' if it is possible to flip the arguments to the conditional c, and the new condition should be c'.