Home
last modified time | relevance | path

Searched refs:condToUnsigned (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/SPARC/
H A DCond.hs5 condToUnsigned
49 condToUnsigned :: Cond -> Cond
50 condToUnsigned GTT = GU function
51 condToUnsigned LTT = LU function
52 condToUnsigned GE = GEU function
53 condToUnsigned LE = LEU function
54 condToUnsigned x = x function
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/PPC/
H A DCond.hs6 condToUnsigned,
58 condToUnsigned :: Cond -> Cond
59 condToUnsigned GTT = GU function
60 condToUnsigned LTT = LU function
61 condToUnsigned GE = GEU function
62 condToUnsigned LE = LEU function
63 condToUnsigned x = x function
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/X86/
H A DCond.hs5 condToUnsigned,
50 condToUnsigned :: Cond -> Cond
51 condToUnsigned GTT = GU function
52 condToUnsigned LTT = LU function
53 condToUnsigned GE = GEU function
54 condToUnsigned LE = LEU function
55 condToUnsigned x = x function
H A DCodeGen.hs1675 return (CondCode True (condToUnsigned cond) code)