Difference between revisions of "Instruction Set/retire"
From Mill Computing Wiki
(Created page with "{{DISPLAYTITLE:retire}} <div style="font-size:80%;line-height:90%;margin-bottom:2em">realizing flow stream Decode|flow blo...") | |||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:retire}} | {{DISPLAYTITLE:retire}} | ||
− | <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|exu stream]] [[Decode|reader block]] [[Phasing|compute phase]] operation [[Domains|in the logical value domain]] <br /> |
'''native on:''' [[Cores|all]]<br /> | '''native on:''' [[Cores|all]]<br /> | ||
</div> | </div> | ||
Line 6: | Line 6: | ||
minimum retire count pseudo-op, or the widths of the retirees | minimum retire count pseudo-op, or the widths of the retirees | ||
---- | ---- | ||
− | <code style="font-size:130%"><b style="color:#050">retire</b>(<i><span style="color:#009">[[Immediates#lit|lit]]</span> <span title="morsel-sized manifest constant"> | + | <code style="font-size:130%"><b style="color:#050">retire</b>(<i><span style="color:#009">[[Immediates#lit|lit]]</span> <span title="morsel-sized manifest constant">lit0</span></i>)</code> |
+ | <div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeInv|like Inv :]] | ||
+ | </div> | ||
+ | <br /> | ||
+ | |||
+ | {| class="mw-collapsible mw-collapsed wikitable" data-expandtext="▸" data-collapsetext="▾" | ||
+ | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
+ | |- | ||
+ | | [[Cores/Tin/Encoding#retire|Tin]] || R0 R1 || 1 | ||
+ | |- | ||
+ | | [[Cores/Copper/Encoding#retire|Copper]] || R0 R1 || 1 | ||
+ | |- | ||
+ | | [[Cores/Silver/Encoding#retire|Silver]] || R0 R1 R2 R3 || 1 | ||
+ | |- | ||
+ | | [[Cores/Gold/Encoding#retire|Gold]] || R0 R1 || 1 | ||
+ | |} | ||
+ | |||
+ | ---- | ||
+ | <code style="font-size:130%"><b style="color:#050">retire</b>(<i><span style="color:#009">[[Immediates#widths|widths]]</span> <span title="one or more width arguments">args</span></i>)</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#likeInv|like Inv :]] | ||
</div> | </div> | ||
Line 12: | Line 30: | ||
'''encoding:''' | '''encoding:''' | ||
− | <code style="font-size:100%"><b style="color:#050">retire</b>( | + | <code style="font-size:100%"><b style="color:#050">retire</b>(<i><span style="color:#009">[[Immediates#off|off]]</span> <span title="manifest constant">count0</span></i>, <i><span style="color:#009">[[Immediates#count|count]]</span> <span title="morsel-sized count of polyadic args">off0</span></i>)</code> |
− | + | ||
, | , | ||
− | <code style="font-size:100%"><b style="color:#050">retire</b>( | + | <code style="font-size:100%"><b style="color:#050">retire</b>(<i><span style="color:#009">[[Immediates#off|off]]</span> <span title="manifest constant">count0</span></i>, <i><span style="color:#009">[[Immediates#count|count]]</span> <span title="morsel-sized count of polyadic args">lit0</span></i>, <i><span style="color:#009">[[Immediates#lit|lit]]</span> <span title="morsel-sized manifest |
− | + | constant">off0</span></i>)</code> | |
, | , | ||
− | <code style="font-size:100%"><b style="color:#050">retire</b>(<i><span style="color:#009">[[Immediates#lit|lit]]</span> <span title="morsel-sized manifest constant"> | + | <code style="font-size:100%"><b style="color:#050">retire</b>(<i><span style="color:#009">[[Immediates#off|off]]</span> <span title="manifest constant">count0</span></i>, <i><span style="color:#009">[[Immediates#count|count]]</span> <span title="morsel-sized count of polyadic args">lit0</span></i>, <i><span style="color:#009">[[Immediates#lit|lit]]</span> <span title="morsel-sized manifest |
− | + | constant">lit1</span></i>, <i><span style="color:#009">[[Immediates#lit|lit]]</span> <span title="morsel-sized manifest constant">off0</span></i>)</code> | |
+ | , | ||
+ | <code style="font-size:100%"><b style="color:#050">retire</b>(<i><span style="color:#009">[[Immediates#off|off]]</span> <span title="manifest constant">count0</span></i>, <i><span style="color:#009">[[Immediates#count|count]]</span> <span title="morsel-sized count of polyadic args">lit0</span></i>, <i><span style="color:#009">[[Immediates#lit|lit]]</span> <span title="morsel-sized manifest | ||
+ | constant">lit1</span></i>, <i><span style="color:#009">[[Immediates#lit|lit]]</span> <span title="morsel-sized manifest constant">lit2</span></i>, <i><span style="color:#009">[[Immediates#lit|lit]]</span> <span title="morsel-sized manifest constant">off0</span></i>)</code> | ||
<br /> | <br /> | ||
Line 25: | Line 45: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding# | + | | [[Cores/Tin/Encoding#retire|Tin]] || F0 || 1 |
|- | |- | ||
− | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#retire|Copper]] || F0 || 1 |
|- | |- | ||
− | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#retire|Silver]] || F0 F1 F2 || 1 |
|- | |- | ||
− | | [[Cores/Gold/Encoding# | + | | [[Cores/Gold/Encoding#retire|Gold]] || F0 || 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 13:26, 23 February 2021
speculable exu stream reader block compute phase operation in the logical value domain
native on: all
minimum retire count pseudo-op, or the widths of the retirees
retire(lit lit0)
operands: like Inv :
Core | In Slots | Latencies |
---|---|---|
Tin | R0 R1 | 1 |
Copper | R0 R1 | 1 |
Silver | R0 R1 R2 R3 | 1 |
Gold | R0 R1 | 1 |
retire(widths args)
operands: like Inv :
encoding:
retire(off count0, count off0)
,
retire(off count0, count lit0, lit off0)
,
retire(off count0, count lit0, lit lit1, lit off0)
,
retire(off count0, count lit0, lit lit1, lit lit2, lit off0)
Core | In Slots | Latencies |
---|---|---|
Tin | F0 | 1 |
Copper | F0 | 1 |
Silver | F0 F1 F2 | 1 |
Gold | F0 | 1 |
Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable