Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 6e204a966e8c42d976f99a1700ce5f20 > files > 2805

ghc-7.4.2-4.mga5.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>CmmCallConv</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_CmmCallConv.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">ghc-7.4.2: The GHC API</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">CmmCallConv</p></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">data</span>  <a href="#t:ParamLocation">ParamLocation</a> <ul class="subs"><li>= <a href="#v:RegisterParam">RegisterParam</a> <a href="CmmExpr.html#t:GlobalReg">GlobalReg</a>  </li><li>| <a href="#v:StackParam">StackParam</a> <a href="SMRep.html#t:ByteOff">ByteOff</a>  </li></ul></li><li class="src short"><a href="#v:assignArgumentsPos">assignArgumentsPos</a> ::  <a href="CmmNode.html#t:Convention">Convention</a> -&gt; (a -&gt; <a href="CmmType.html#t:CmmType">CmmType</a>) -&gt; [a] -&gt; [(a, <a href="CmmCallConv.html#t:ParamLocation">ParamLocation</a>)]</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:ParamLocation" class="def">ParamLocation</a>  </p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:RegisterParam" class="def">RegisterParam</a> <a href="CmmExpr.html#t:GlobalReg">GlobalReg</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:StackParam" class="def">StackParam</a> <a href="SMRep.html#t:ByteOff">ByteOff</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:ParamLocation" class="caption collapser" onclick="toggleSection('i:ParamLocation')">Instances</p><div id="section.i:ParamLocation" class="show"><table><tr><td class="src"><a href="Outputable.html#t:Outputable">Outputable</a> <a href="CmmCallConv.html#t:ParamLocation">ParamLocation</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:assignArgumentsPos" class="def">assignArgumentsPos</a> ::  <a href="CmmNode.html#t:Convention">Convention</a> -&gt; (a -&gt; <a href="CmmType.html#t:CmmType">CmmType</a>) -&gt; [a] -&gt; [(a, <a href="CmmCallConv.html#t:ParamLocation">ParamLocation</a>)]</p><div class="doc"><p>JD: For the new stack story, I want arguments passed on the stack to manifest as
 positive offsets in a CallArea, not negative offsets from the stack pointer.
 Also, I want byte offsets, not word offsets.
</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.11.0</p></div></body></html>