Home
last modified time | relevance | path

Searched refs:MO_U_Le (Results 1 – 14 of 14) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Cmm/
H A DMachOp.hs80 | MO_U_Le Width
201 mo_wordULe platform = MO_U_Le (wordWidth platform)
300 MO_U_Le _ -> True
325 MO_U_Le w -> Just w
356 MO_U_Gt r -> Just (MO_U_Le r)
357 MO_U_Le r -> Just (MO_U_Gt r)
393 MO_U_Le {} -> comparisonResultRep platform
485 MO_U_Le r -> [r,r]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Cmm/
H A DMachOp.hs80 | MO_U_Le Width
201 mo_wordULe platform = MO_U_Le (wordWidth platform)
300 MO_U_Le _ -> True
325 MO_U_Le w -> Just w
356 MO_U_Gt r -> Just (MO_U_Le r)
357 MO_U_Le r -> Just (MO_U_Gt r)
393 MO_U_Le {} -> comparisonResultRep platform
485 MO_U_Le r -> [r,r]
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmMachOp.hs80 | MO_U_Le Width
201 mo_wordULe dflags = MO_U_Le (wordWidth dflags)
300 MO_U_Le _ -> True
325 MO_U_Le w -> Just w
356 MO_U_Gt r -> Just (MO_U_Le r)
357 MO_U_Le r -> Just (MO_U_Gt r)
393 MO_U_Le {} -> comparisonResultRep dflags
485 MO_U_Le r -> [r,r]
H A DCmmOpt.hs125 MO_U_Le _ -> Just $ CmmLit (CmmInt (if x_u <= y_u then 1 else 0) (wordWidth dflags))
266 maybe_comparison (MO_U_Le _) rep _ = Just (MO_U_Le rep)
275 maybe_comparison (MO_S_Le _) rep False = Just (MO_U_Le rep)
309 MO_U_Le _ | Just x' <- maybeInvertCmmExpr x -> Just x' -- (x > y) <= 0 = x <= y function
333 MO_U_Le _ | isComparisonExpr x -> Just one -- (x>y) <= 1 = 1 function
H A DPprCmmExpr.hs112 infixMachOp1 (MO_U_Le _) = Just (text "<=")
H A DCmmParse.y.source753 | expr '<=' expr { mkMachOp MO_U_Le [$1,$3] }
956 ( "leu", MO_U_Le ),
H A DPprC.hs618 MO_U_Le _ -> text "<="
H A DCmmParse.hs2060 (mkMachOp MO_U_Le [happy_var_1,happy_var_3]
2771 ( "leu", MO_U_Le ),
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/SPARC/CodeGen/
H A DCondCode.hs56 MO_U_Le _ -> condIntCode LEU x y
H A DGen32.hs197 MO_U_Le W32 -> condIntReg LEU x y
202 MO_U_Le W16 -> condIntReg LEU x y
/dports/lang/ghc/ghc-8.10.7/compiler/llvmGen/LlvmCodeGen/
H A DCodeGen.hs1337 MO_U_Le _ -> panicOp
1501 MO_U_Le _ -> genBinComp opt LM_CMP_Ule
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DPrim.hs1226 Word8LeOp -> \args -> opTranslate args (MO_U_Le W8)
1262 Word16LeOp -> \args -> opTranslate args (MO_U_Le W16)
1271 CharLeOp -> \args -> opTranslate args (MO_U_Le (wordWidth dflags))
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/PPC/
H A DCodeGen.hs573 MO_U_Le rep -> condIntReg LEU rep x y
900 MO_U_Le rep -> condIntCode LEU rep x y
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/X86/
H A DCodeGen.hs916 MO_U_Le _ -> condIntReg LEU x y
1574 MO_U_Le _ -> LEU