Difference between revisions of "Instruction Set/recur"
From Mill Computing Wiki
(Created page with "{{DISPLAYTITLE:recur}} <div style="font-size:80%;line-height:90%;margin-bottom:2em">realizing exu stream Decode|pick block...") | |||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:recur}} | {{DISPLAYTITLE:recur}} | ||
− | <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|pick block]] [[Phasing|picked phase]] operation [[Domains|in the logical value domain]] <br /> |
'''native on:''' [[Cores|all]]<br /> | '''native on:''' [[Cores|all]]<br /> | ||
</div> | </div> | ||
− | + | Pick between two values based on a condition value being a [[NaR]] or not. | |
+ | |||
+ | This works like a pick operation, except that is doesn't look at the lowest bit of the value, but at the [[NaR]] [[Metadata]] flag. | ||
+ | |||
+ | <b>related operations:</b> [[Instruction_Set/pick|pick]] | ||
+ | |||
---- | ---- | ||
<code style="font-size:130%"><b style="color:#050">recur</b>(<span style="color:#009">[[Domains#sel|sel]]</span> <span title="1-bit per byte selector from picks window">q</span>, <span style="color:#009">[[Domains#op|op]]</span> <span title="operand from picks window">v1</span>, <span style="color:#009">[[Domains#op|op]]</span> <span title="operand from | <code style="font-size:130%"><b style="color:#050">recur</b>(<span style="color:#009">[[Domains#sel|sel]]</span> <span title="1-bit per byte selector from picks window">q</span>, <span style="color:#009">[[Domains#op|op]]</span> <span title="operand from picks window">v1</span>, <span style="color:#009">[[Domains#op|op]]</span> <span title="operand from | ||
Line 15: | Line 20: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding# | + | | [[Cores/Tin/Encoding#recur|Tin]] || P0 || 1 |
|- | |- | ||
− | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#recur|Copper]] || P0 || 1 |
|- | |- | ||
− | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#recur|Silver]] || P0 P1 || 1 |
|- | |- | ||
− | | [[Cores/Gold/Encoding# | + | | [[Cores/Gold/Encoding#recur|Gold]] || P0 || 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:10, 23 February 2021
Pick between two values based on a condition value being a NaR or not.
This works like a pick operation, except that is doesn't look at the lowest bit of the value, but at the NaR Metadata flag.
related operations: pick
operands: like Inv :
Core | In Slots | Latencies |
---|---|---|
Tin | P0 | 1 |
Copper | P0 | 1 |
Silver | P0 P1 | 1 |
Gold | P0 | 1 |
Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable