Difference between revisions of "Instruction Set/exuArgs"
From Mill Computing Wiki
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:exuArgs}} | {{DISPLAYTITLE:exuArgs}} | ||
− | <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|exu block]] [[Phasing|compute phase]] operation <br /> |
'''native on:''' [[Cores|all]]<br /> | '''native on:''' [[Cores|all]]<br /> | ||
</div> | </div> | ||
Line 19: | Line 19: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding#exuArgs|Tin]] || E0 E1 || | + | | [[Cores/Tin/Encoding#exuArgs|Tin]] || E0 E1 || 1 |
|- | |- | ||
− | | [[Cores/Copper/Encoding#exuArgs|Copper]] || E0 E1 || | + | | [[Cores/Copper/Encoding#exuArgs|Copper]] || E0 E1 || 1 |
|- | |- | ||
− | | [[Cores/Silver/Encoding#exuArgs|Silver]] || E0 E1 E2 E3 || | + | | [[Cores/Silver/Encoding#exuArgs|Silver]] || E0 E1 E2 E3 || 1 |
|- | |- | ||
− | | [[Cores/Gold/Encoding#exuArgs|Gold]] || E0 E1 | + | | [[Cores/Gold/Encoding#exuArgs|Gold]] || E0 E1 || 1 |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
Line 41: | Line 37: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
− | | [[Cores/Tin/Encoding#exuArgs|Tin]] || E0 E1 || | + | | [[Cores/Tin/Encoding#exuArgs|Tin]] || E0 E1 || 1 |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
− | | [[Cores/ | + | | [[Cores/Copper/Encoding#exuArgs|Copper]] || E0 E1 || 1 |
|- | |- | ||
− | | [[Cores/ | + | | [[Cores/Silver/Encoding#exuArgs|Silver]] || E0 E1 E2 E3 || 1 |
|- | |- | ||
− | | [[Cores/ | + | | [[Cores/Gold/Encoding#exuArgs|Gold]] || E0 E1 || 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:11, 23 February 2021
Additional arguments for Ganged operations.
All data paths for the operands of compute operations are optimized for 2 operands. Yet some operations need more. For those operations, like fmaf or inject, a primary opcode in one Slot and the `exuArgs` opcode in the next together form the full operation with all operands.
This is possible because neighboring Slots and their Pipelines can pass data between each other in a side path without needing a full interconnecting data path.
exuArgs(op arg)
operands: like Inv :
Core | In Slots | Latencies |
---|---|---|
Tin | E0 E1 | 1 |
Copper | E0 E1 | 1 |
Silver | E0 E1 E2 E3 | 1 |
Gold | E0 E1 | 1 |
operands: like Inv :
Core | In Slots | Latencies |
---|---|---|
Tin | E0 E1 | 1 |
Copper | E0 E1 | 1 |
Silver | E0 E1 E2 E3 | 1 |
Gold | E0 E1 | 1 |
Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable