ghc-lib-0.20210601: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.CmmToAsm.CPrim

Description

Generating C symbol names emitted by the compiler.

Documentation

atomicReadLabel :: Width -> FastString Source #

atomicWriteLabel :: Width -> FastString Source #

atomicRMWLabel :: Width -> AtomicMachOp -> FastString Source #

cmpxchgLabel :: Width -> FastString Source #

xchgLabel :: Width -> FastString Source #

popCntLabel :: Width -> FastString Source #

pdepLabel :: Width -> FastString Source #

pextLabel :: Width -> FastString Source #

bSwapLabel :: Width -> FastString Source #

bRevLabel :: Width -> FastString Source #

clzLabel :: Width -> FastString Source #

ctzLabel :: Width -> FastString Source #

word2FloatLabel :: Width -> FastString Source #