Difference between revisions of "Instruction Set/allocStack"

From Mill Computing Wiki
Jump to: navigation, search
m (Protected "Instruction Set/allocStack": generated ([Edit=<protect-level-bot>] (indefinite) [Move=<protect-level-bot>] (indefinite)))
 
Line 1:Line 1:
 
{{DISPLAYTITLE:allocStack}}
 
{{DISPLAYTITLE:allocStack}}
 
<div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|realizing]]&nbsp;&nbsp;[[Encoding|flow stream]]&nbsp;&nbsp;[[Decode|flow block]]&nbsp;&nbsp;[[Phasing|compute phase]]&nbsp;&nbsp; operation&nbsp;&nbsp;<br />
 
<div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|realizing]]&nbsp;&nbsp;[[Encoding|flow stream]]&nbsp;&nbsp;[[Decode|flow block]]&nbsp;&nbsp;[[Phasing|compute phase]]&nbsp;&nbsp; operation&nbsp;&nbsp;<br />
'''native on:''' [[Assembly|none]]<br />
+
'''native on:''' [[Cores|all]]<br />
 
</div>
 
</div>
  
 
allocate more memory in the current stack frame
 
allocate more memory in the current stack frame
 
----
 
----
<code style="font-size:130%"><b style="color:#050">allocStack</b>(<span style="color:#009">[[Domains#op|op]]</span> <span title="belt operand from opsWindow">v</span>)</code>
+
<code style="font-size:130%"><b style="color:#050">allocStack</b>(<span style="color:#009">[[Domains#op|op]]</span> <span title="belt operand from opsWindow">v</span>) &#8594; [[Domains#op|op]] r<sub>0</sub></code>
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeInv|like Inv :]]
+
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeAllocStack|like AllocStack xx:p]]
 
</div>
 
</div>
 
<br />
 
<br />
 +
 +
{| class="mw-collapsible mw-collapsed wikitable" data-expandtext="&#9656;" data-collapsetext="&#9662;"
 +
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 +
|-
 +
| [[Cores/Tin/Encoding#allocStack|Tin]] || F0 || 1
 +
|-
 +
| [[Cores/Copper/Encoding#allocStack|Copper]] || F0 || 1
 +
|-
 +
| [[Cores/Silver/Encoding#allocStack|Silver]] || F1 F2 || 1
 +
|-
 +
| [[Cores/Gold/Encoding#allocStack|Gold]] || F0 || 1
 +
|}
  
  
 
[[Instruction_Set|Instruction Set, alphabetical]], [[Instruction Set by Category]], [http://millcomputing.com/instructions.html?collapse=7#ops Instruction Set, sortable, filterable]
 
[[Instruction_Set|Instruction Set, alphabetical]], [[Instruction Set by Category]], [http://millcomputing.com/instructions.html?collapse=7#ops Instruction Set, sortable, filterable]

Latest revision as of 13:25, 23 February 2021

realizing  flow stream  flow block  compute phase   operation  

native on: all

allocate more memory in the current stack frame


allocStack(op v) → op r0

operands: like AllocStack xx:p


Core In Slots Latencies
Tin F0 1
Copper F0 1
Silver F1 F2 1
Gold F0 1


Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable