Home
last modified time | relevance | path

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

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/Compilers/
H A DC.hs731 getShiftAmnt def [_, sv] = case sv `lookup` consts of function
734 getShiftAmnt def _ = def function
750 …p Shl [a, i] = shift True (getShiftAmnt i opArgs) a -- The order of i/a being reversed…
751 …p Shr [a, i] = shift False (getShiftAmnt i opArgs) a -- intentional and historical (fro…