Difference between revisions of "Instruction Set/spill"

From Mill Computing Wiki
Jump to: navigation, search
 
Line 14:Line 14:
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Tin/Encoding#spill|Tin]] || F0 || 1
+
| [[Cores/Tin/Encoding#spill|Tin]] || F0 || 2
 
|-
 
|-
| [[Cores/Copper/Encoding#spill|Copper]] || F0 F1 || 1
+
| [[Cores/Copper/Encoding#spill|Copper]] || F0 || 2
 
|-
 
|-
| [[Cores/Silver/Encoding#spill|Silver]] || F0 F1 F2 F3 || 1
+
| [[Cores/Silver/Encoding#spill|Silver]] || F0 F1 F2 || 2
 
|-
 
|-
| [[Cores/Gold/Encoding#spill|Gold]] || F0 F1 F2 F3 F4 F5 F6 F7 || 1
+
| [[Cores/Gold/Encoding#spill|Gold]] || F0 || 2
 +
|}
 +
 
 +
----
 +
<code style="font-size:130%"><b style="color:#050">spill</b>(<span style="color:#009">[[Sources#scratch|scratch]]</span> <span title="scratchpad byte number">op0</span>, )</code>
 +
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNoResult|like NoResult [xx]:]]
 +
</div>
 +
<br />
 +
 
 +
{| class="mw-collapsible mw-collapsed wikitable" data-expandtext="&#9656;" data-collapsetext="&#9662;"
 +
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Decimal8/Encoding#spill|Decimal8]] || F0 F1 F2 F3 || 1
+
| [[Cores/Tin/Encoding#spill|Tin]] || W0 W1 || 2
 
|-
 
|-
| [[Cores/Decimal16/Encoding#spill|Decimal16]] || F0 F1 F2 F3 || 1
+
| [[Cores/Copper/Encoding#spill|Copper]] || W0 W1 || 2
 +
|-
 +
| [[Cores/Silver/Encoding#spill|Silver]] || W0 W1 W2 W3 W4 || 2
 +
|-
 +
| [[Cores/Gold/Encoding#spill|Gold]] || W0 W1 || 2
 
|}
 
|}
  
  
 
[[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 14:08, 23 February 2021

speculable  flow stream  flow block  writer phase   operation  

native on: all

spill operand to extended scratchpad


spill(off id, op v)

operands: like NoResult [xx]:


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

spill(scratch op0, )

operands: like NoResult [xx]:


Core In Slots Latencies
Tin W0 W1 2
Copper W0 W1 2
Silver W0 W1 W2 W3 W4 2
Gold W0 W1 2


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