Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/SPARC/
H A DCond.hs3 condUnsigned,
33 condUnsigned :: Cond -> Bool
34 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/PPC/
H A DCond.hs4 condUnsigned,
44 condUnsigned :: Cond -> Bool
45 condUnsigned GU = True function
46 condUnsigned LU = True function
47 condUnsigned GEU = True function
48 condUnsigned LEU = True function
49 condUnsigned _ = False function
H A DCodeGen.hs919 | condUnsigned cond
962 | not $ condUnsigned cond,
970 | Just src2 <- makeImmediate rep (not $ condUnsigned cond) y
977 (if condUnsigned cond then CMPL else CMP) format src1 (RIImm src2)
982 let extend = if condUnsigned cond then extendUExpr width op_len
988 (if condUnsigned cond then CMPL else CMP) format src1 (RIReg src2)
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/X86/
H A DCond.hs3 condUnsigned,
34 condUnsigned :: Cond -> Bool
35 condUnsigned GU = True function
36 condUnsigned LU = True function
37 condUnsigned GEU = True function
38 condUnsigned LEU = True function
39 condUnsigned _ = False function