Difference between revisions of "Instruction Set/allocStack"
From Mill Computing Wiki
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]] [[Encoding|flow stream]] [[Decode|flow block]] [[Phasing|compute phase]] operation <br /> | <div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|realizing]] [[Encoding|flow stream]] [[Decode|flow block]] [[Phasing|compute phase]] operation <br /> | ||
− | '''native on:''' [[ | + | '''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>) → [[Domains#op|op]] r<sub>0</sub></code> |
− | <div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands# | + | <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="▸" data-collapsetext="▾" | ||
+ | ! [[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
allocate more memory in the current stack frame
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