Difference between revisions of "Instruction Set/pickup"

From Mill Computing Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:pickup}} <div style="font-size:80%;line-height:90%;margin-bottom:2em">realizing  exu stream Decode|reader bl...")
 
 
(4 intermediate revisions by the same user not shown)
Line 6:Line 6:
 
accept a speculative load
 
accept a speculative load
 
----
 
----
<code style="font-size:130%"><b style="color:#050">pickup</b>(<span style="color:#009">[[Domains#tag|tag]]</span> <span title="name for a speculative load (in reader)">tag</span>)</code>
+
<code style="font-size:130%"><b style="color:#050">pickup</b>(<span style="color:#009">[[Sources#tag|tag]]</span> <span title="name for a speculative load (in reader)">tag</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 14:Line 14:
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Tin/Encoding#710|Tin]] || R0 R1 || 1
+
| [[Cores/Tin/Encoding#pickup|Tin]] || R0 R1 || 1
 
|-
 
|-
| [[Cores/Copper/Encoding#710|Copper]] || R0 R1 || 1
+
| [[Cores/Copper/Encoding#pickup|Copper]] || R0 R1 || 1
 
|-
 
|-
| [[Cores/Silver/Encoding#710|Silver]] || R0 R1 R2 R3 R4 R5 || 1
+
| [[Cores/Silver/Encoding#pickup|Silver]] || R0 R1 R2 R3 || 1
 
|-
 
|-
| [[Cores/Gold/Encoding#710|Gold]] || R0 R1 R2 R3 R4 R5 R6 R7 || 1
+
| [[Cores/Gold/Encoding#pickup|Gold]] || R0 R1 || 1
|-
+
| [[Cores/Decimal8/Encoding#710|Decimal8]] || R0 R1 R2 R3 R4 R5 || 1
+
|-
+
| [[Cores/Decimal16/Encoding#710|Decimal16]] || R0 R1 R2 R3 R4 R5 || 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

realizing  exu stream  reader block  compute phase   operation   in the logical value domain  

native on: all

accept a speculative load


pickup(tag tag)

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