Difference between revisions of "Instruction Set/rd"
From Mill Computing Wiki
(Created page with "{{DISPLAYTITLE:rd}} <div style="font-size:80%;line-height:90%;margin-bottom:2em">realizing exu stream [[Decode|reader block]...") | |||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:rd}} | {{DISPLAYTITLE:rd}} | ||
− | <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|reader phase]] operation [[Domains|in the logical value domain]] <br /> |
'''native on:''' [[Cores|all]]<br /> | '''native on:''' [[Cores|all]]<br /> | ||
</div> | </div> | ||
Line 14: | Line 14: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding# | + | | [[Cores/Tin/Encoding#rd|Tin]] || R0 R1 || 1 |
|- | |- | ||
− | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#rd|Copper]] || R0 R1 || 1 |
|- | |- | ||
− | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#rd|Silver]] || R0 R1 R2 R3 || 1 |
|- | |- | ||
− | | [[Cores/Gold/Encoding# | + | | [[Cores/Gold/Encoding#rd|Gold]] || R0 R1 || 1 |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
---- | ---- | ||
− | <code style="font-size:130%"><b style="color:#050">rd</b>(<span style="color:#009">[[Sources# | + | <code style="font-size:130%"><b style="color:#050">rd</b>(<span style="color:#009">[[Sources#reg|reg]]</span> <span title="special register name (as used in a Reader)">src</span>)</code> |
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNoArgs|like NoArgs :[x]]] | <div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNoArgs|like NoArgs :[x]]] | ||
</div> | </div> | ||
Line 36: | Line 32: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding# | + | | [[Cores/Tin/Encoding#rd|Tin]] || R0 R1 || 1 |
|- | |- | ||
− | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#rd|Copper]] || R0 R1 || 1 |
|- | |- | ||
− | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#rd|Silver]] || R0 R1 R2 R3 || 1 |
|- | |- | ||
− | | [[Cores/Gold/Encoding# | + | | [[Cores/Gold/Encoding#rd|Gold]] || R0 R1 || 1 |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
---- | ---- | ||
− | <code style="font-size:130%"><b style="color:#050">rd</b>(<span style="color:#009">[[Sources# | + | <code style="font-size:130%"><b style="color:#050">rd</b>(<span style="color:#009">[[Sources#stream|stream]]</span> <span title="streamer number (as used in a Reader)">src</span>)</code> |
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNoArgs|like NoArgs :[x]]] | <div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNoArgs|like NoArgs :[x]]] | ||
</div> | </div> | ||
Line 58: | Line 50: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding# | + | | [[Cores/Tin/Encoding#rd|Tin]] || R0 R1 || 1 |
|- | |- | ||
− | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#rd|Copper]] || R0 R1 || 1 |
|- | |- | ||
− | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#rd|Silver]] || R0 R1 R2 R3 || 1 |
|- | |- | ||
− | | [[Cores/Gold/Encoding# | + | | [[Cores/Gold/Encoding#rd|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:09, 23 February 2021
speculable exu stream reader block reader phase operation in the logical value domain
native on: all
hardware reader
rd(const src)
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 |
rd(reg src)
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 |
rd(stream src)
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