Difference between revisions of "Instruction Set/fill"

From Mill Computing Wiki
Jump to: navigation, search
 
Line 1:Line 1:
 
{{DISPLAYTITLE:fill}}
 
{{DISPLAYTITLE:fill}}
<div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|speculable]]&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|speculable]]&nbsp;&nbsp;[[Encoding|flow stream]]&nbsp;&nbsp;[[Decode|flow block]]&nbsp;&nbsp;[[Phasing|reader phase]]&nbsp;&nbsp; operation&nbsp;&nbsp;<br />
 
'''native on:''' [[Cores|all]]<br />
 
'''native on:''' [[Cores|all]]<br />
 
</div>
 
</div>
  
retore spilled operand from extended scratchpad
+
restore spilled operand from extended scratchpad
 
----
 
----
 
<code style="font-size:130%"><b style="color:#050">fill</b>(<i><span style="color:#009">[[Immediates#off|off]]</span> <span title="manifest constant">off0</span></i>) &#8594; [[Domains#op|op]] r<sub>0</sub></code>
 
<code style="font-size:130%"><b style="color:#050">fill</b>(<i><span style="color:#009">[[Immediates#off|off]]</span> <span title="manifest constant">off0</span></i>) &#8594; [[Domains#op|op]] r<sub>0</sub></code>
Line 14:Line 14:
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Tin/Encoding#fill|Tin]] || F0 || 1
+
| [[Cores/Tin/Encoding#fill|Tin]] || F0 ||  
 
|-
 
|-
| [[Cores/Copper/Encoding#fill|Copper]] || F0 F1 || 1
+
| [[Cores/Copper/Encoding#fill|Copper]] || F0 ||  
 
|-
 
|-
| [[Cores/Silver/Encoding#fill|Silver]] || F0 F1 F2 F3 || 1
+
| [[Cores/Silver/Encoding#fill|Silver]] || F0 F1 F2 ||  
 
|-
 
|-
| [[Cores/Gold/Encoding#fill|Gold]] || F0 F1 F2 F3 F4 F5 F6 F7 || 1
+
| [[Cores/Gold/Encoding#fill|Gold]] || F0 ||  
|-
+
| [[Cores/Decimal8/Encoding#fill|Decimal8]] || F0 F1 F2 F3 || 1
+
|-
+
| [[Cores/Decimal16/Encoding#fill|Decimal16]] || F0 F1 F2 F3 || 1
+
 
|}
 
|}
  
Line 36:Line 32:
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Tin/Encoding#fill|Tin]] || F0 || 1
+
| [[Cores/Tin/Encoding#fill|Tin]] || F0 ||  
 
|-
 
|-
| [[Cores/Copper/Encoding#fill|Copper]] || F0 F1 || 1
+
| [[Cores/Copper/Encoding#fill|Copper]] || F0 ||
 +
|-
 +
| [[Cores/Silver/Encoding#fill|Silver]] || F0 F1 F2 ||
 +
|-
 +
| [[Cores/Gold/Encoding#fill|Gold]] || F0 ||
 +
|}
 +
 
 +
----
 +
<code style="font-size:130%"><b style="color:#050">fill</b>(<span style="color:#009">[[Sources#scratch|scratch]]</span> <span title="scratchpad byte number">scratchr0</span>, )</code>
 +
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNoArgs|like NoArgs :[x]]]
 +
</div>
 +
<br />
 +
 
 +
{| class="mw-collapsible mw-collapsed wikitable" data-expandtext="&#9656;" data-collapsetext="&#9662;"
 +
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Silver/Encoding#fill|Silver]] || F0 F1 F2 F3 || 1
+
| [[Cores/Tin/Encoding#fill|Tin]] || R0 R1 || 1
 
|-
 
|-
| [[Cores/Gold/Encoding#fill|Gold]] || F0 F1 F2 F3 F4 F5 F6 F7 || 1
+
| [[Cores/Copper/Encoding#fill|Copper]] || R0 R1 || 1
 
|-
 
|-
| [[Cores/Decimal8/Encoding#fill|Decimal8]] || F0 F1 F2 F3 || 1
+
| [[Cores/Silver/Encoding#fill|Silver]] || R0 R1 R2 R3 || 1
 
|-
 
|-
| [[Cores/Decimal16/Encoding#fill|Decimal16]] || F0 F1 F2 F3 || 1
+
| [[Cores/Gold/Encoding#fill|Gold]] || R0 R1 || 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 14:01, 23 February 2021

speculable  flow stream  flow block  reader phase   operation  

native on: all

restore spilled operand from extended scratchpad


fill(off off0) → op r0

operands: like IdentityNoSIMD xx:x


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

fill(off lit0, lit off0) → op r0

operands: like IdentityNoSIMD xx:x


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

fill(scratch scratchr0, )

operands: like NoArgs :[x]


Core In Slots Latencies
Tin R0 R1 1
Copper R0 R1 1
Silver R0 R1 R2 R3 1
Gold R0 R1 1


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