Difference between revisions of "Instruction Set/recur"
From Mill Computing Wiki
Line 1: | Line 1: | ||
{{DISPLAYTITLE:recur}} | {{DISPLAYTITLE:recur}} | ||
− | <div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|speculable]] [[Encoding|exu stream]] [[Decode|pick block]] [[Phasing| | + | <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> | ||
Line 20: | Line 20: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding#recur|Tin]] || P0 || | + | | [[Cores/Tin/Encoding#recur|Tin]] || P0 || 1 |
|- | |- | ||
− | | [[Cores/Copper/Encoding#recur|Copper]] || P0 || | + | | [[Cores/Copper/Encoding#recur|Copper]] || P0 || 1 |
|- | |- | ||
− | | [[Cores/Silver/Encoding#recur|Silver]] || P0 P1 || | + | | [[Cores/Silver/Encoding#recur|Silver]] || P0 P1 || 1 |
|- | |- | ||
− | | [[Cores/Gold/Encoding#recur|Gold]] || P0 | + | | [[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] | [[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