Safe Haskell | None |
---|---|
Language | GHC2021 |
GHC.CmmToAsm.LA64.Cond
Documentation
Condition codes. Used in conditional branches and bit setters. According to the available instruction set, some conditions are encoded as their negated opposites. I.e. these are logical things that don't necessarily map 1:1 to hardware/ISA. TODO: Maybe need to simplify or expand?