Difference between revisions of "Instruction Set/pick"

From Mill Computing Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:pick}} <div style="font-size:80%;line-height:90%;margin-bottom:2em">realizing  exu stream [[Decode|pick block]...")
 
Line 15:Line 15:
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Tin/Encoding#1065|Tin]] || P0 || 0
+
| [[Cores/Tin/Encoding#pick|Tin]] || P0 || 0
 
|-
 
|-
| [[Cores/Copper/Encoding#1065|Copper]] || P0 || 0
+
| [[Cores/Copper/Encoding#pick|Copper]] || P0 || 0
 
|-
 
|-
| [[Cores/Silver/Encoding#1065|Silver]] || P0 P1 || 0
+
| [[Cores/Silver/Encoding#pick|Silver]] || P0 P1 || 0
 
|-
 
|-
| [[Cores/Gold/Encoding#1065|Gold]] || P0 P1 P2 P3 || 0
+
| [[Cores/Gold/Encoding#pick|Gold]] || P0 P1 P2 P3 || 0
 
|-
 
|-
| [[Cores/Decimal8/Encoding#1065|Decimal8]] || P0 P1 || 0
+
| [[Cores/Decimal8/Encoding#pick|Decimal8]] || P0 P1 || 0
 
|-
 
|-
| [[Cores/Decimal16/Encoding#1065|Decimal16]] || P0 P1 || 0
+
| [[Cores/Decimal16/Encoding#pick|Decimal16]] || P0 P1 || 0
 
|}
 
|}
  
Line 38:Line 38:
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Tin/Encoding#709|Tin]] || P0 || 0
+
| [[Cores/Tin/Encoding#pick|Tin]] || P0 || 0
 
|-
 
|-
| [[Cores/Copper/Encoding#709|Copper]] || P0 || 0
+
| [[Cores/Copper/Encoding#pick|Copper]] || P0 || 0
 
|-
 
|-
| [[Cores/Silver/Encoding#709|Silver]] || P0 P1 || 0
+
| [[Cores/Silver/Encoding#pick|Silver]] || P0 P1 || 0
 
|-
 
|-
| [[Cores/Gold/Encoding#709|Gold]] || P0 P1 P2 P3 || 0
+
| [[Cores/Gold/Encoding#pick|Gold]] || P0 P1 P2 P3 || 0
 
|-
 
|-
| [[Cores/Decimal8/Encoding#709|Decimal8]] || P0 P1 || 0
+
| [[Cores/Decimal8/Encoding#pick|Decimal8]] || P0 P1 || 0
 
|-
 
|-
| [[Cores/Decimal16/Encoding#709|Decimal16]] || P0 P1 || 0
+
| [[Cores/Decimal16/Encoding#pick|Decimal16]] || P0 P1 || 0
 
|}
 
|}
 +
 +
 +
[[Instruction_Set|Instruction Set, alphabetical]], [[Instruction Set by Category]], [http://millcomputing.com/instructions.html?collapse=7#ops Instruction Set, sortable, filterable]

Revision as of 02:38, 16 December 2014

realizing  exu stream  pick block  pick phase   operation   in the logical value domain  

native on: all

pick


pick(sel q, op v1)

operands: like Inv :

A pick operation where the second pick value would be a None of the same width as the first.

Core In Slots Latencies
Tin P0 0
Copper P0 0
Silver P0 P1 0
Gold P0 P1 P2 P3 0
Decimal8 P0 P1 0
Decimal16 P0 P1 0

pick(sel q, op v1, op v2)

operands: like Inv :


Core In Slots Latencies
Tin P0 0
Copper P0 0
Silver P0 P1 0
Gold P0 P1 P2 P3 0
Decimal8 P0 P1 0
Decimal16 P0 P1 0


Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable