Difference between revisions of "Instruction Set/fill"
From Mill Computing Wiki
(Created page with "{{DISPLAYTITLE:fill}} <div style="font-size:80%;line-height:90%;margin-bottom:2em">realizing flow stream Decode|flow block...") | |||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:fill}} | {{DISPLAYTITLE:fill}} | ||
− | <div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation| | + | <div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|speculable]] [[Encoding|flow stream]] [[Decode|flow block]] [[Phasing|reader phase]] operation <br /> |
'''native on:''' [[Cores|all]]<br /> | '''native on:''' [[Cores|all]]<br /> | ||
</div> | </div> | ||
− | + | 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>) → [[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>) → [[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# | + | | [[Cores/Tin/Encoding#fill|Tin]] || F0 || |
|- | |- | ||
− | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#fill|Copper]] || F0 || |
|- | |- | ||
− | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#fill|Silver]] || F0 F1 F2 || |
|- | |- | ||
− | | [[Cores/Gold/Encoding# | + | | [[Cores/Gold/Encoding#fill|Gold]] || F0 || |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
Line 36: | Line 32: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding# | + | | [[Cores/Tin/Encoding#fill|Tin]] || F0 || |
|- | |- | ||
− | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#fill|Copper]] || F0 || |
|- | |- | ||
− | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#fill|Silver]] || F0 F1 F2 || |
|- | |- | ||
− | | [[Cores/Gold/Encoding# | + | | [[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="▸" data-collapsetext="▾" | ||
+ | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/ | + | | [[Cores/Tin/Encoding#fill|Tin]] || R0 R1 || 1 |
|- | |- | ||
− | | [[Cores/ | + | | [[Cores/Copper/Encoding#fill|Copper]] || R0 R1 || 1 |
+ | |- | ||
+ | | [[Cores/Silver/Encoding#fill|Silver]] || R0 R1 R2 R3 || 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] |
Latest revision as of 14:01, 23 February 2021
restore spilled operand from extended scratchpad
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