Home
last modified time | relevance | path

Searched defs:condUnsigned (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/SPARC/
H A DCond.hs34 condUnsigned GU = True function
35 condUnsigned LU = True function
36 condUnsigned GEU = True function
37 condUnsigned LEU = True function
38 condUnsigned _ = False function
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/X86/
H A DCond.hs35 condUnsigned GU = True function
36 condUnsigned LU = True function
37 condUnsigned GEU = True function
38 condUnsigned LEU = True function
39 condUnsigned _ = False function
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/PPC/
H A DCond.hs45 condUnsigned GU = True function
46 condUnsigned LU = True function
47 condUnsigned GEU = True function
48 condUnsigned LEU = True function
49 condUnsigned _ = False function