Difference between revisions of "Instruction Set/vec"
From Mill Computing Wiki
(Created page with "{{DISPLAYTITLE:vec}} <div style="font-size:80%;line-height:90%;margin-bottom:2em">realizing exu stream exu block&...") | |||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:vec}} | {{DISPLAYTITLE:vec}} | ||
| − | <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 [[Domains|in the logical value domain]] <br /> |
'''native on:''' [[Cores|all]]<br /> | '''native on:''' [[Cores|all]]<br /> | ||
</div> | </div> | ||
| − | vector | + | Create a new vector from the scalar operand list. |
| + | |||
| + | <b>related operations:</b> [[Instruction_Set/alternate|alternate]], [[Instruction_Set/shuffle|shuffle]], [[Instruction_Set/inject|inject]], [[Instruction_Set/extract|extract]] | ||
| + | |||
---- | ---- | ||
<code style="font-size:130%"><b style="color:#050">vec</b>(<span style="color:#009">[[Domains#ops|ops]]</span> <span title="one or more vec arguments">args</span>) → [[Domains#op|op]] r<sub>0</sub></code> | <code style="font-size:130%"><b style="color:#050">vec</b>(<span style="color:#009">[[Domains#ops|ops]]</span> <span title="one or more vec arguments">args</span>) → [[Domains#op|op]] r<sub>0</sub></code> | ||
| Line 20: | Line 23: | ||
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
|- | |- | ||
| − | | [[Cores/Tin/Encoding# | + | | [[Cores/Tin/Encoding#vec|Tin]] || E0 || |
|- | |- | ||
| − | | [[Cores/Copper/Encoding# | + | | [[Cores/Copper/Encoding#vec|Copper]] || E0 || |
|- | |- | ||
| − | | [[Cores/Silver/Encoding# | + | | [[Cores/Silver/Encoding#vec|Silver]] || E0 E1 E2 E3 || |
|- | |- | ||
| − | | [[Cores/Gold/Encoding# | + | | [[Cores/Gold/Encoding#vec|Gold]] || E0 || |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
|} | |} | ||
| + | |||
| + | |||
| + | [[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 13:58, 23 February 2021
Create a new vector from the scalar operand list.
related operations: alternate, shuffle, inject, extract
operands: like Splat xx:X
encoding:
vec(op op0)
,
vec(op op0, op op1)
| Core | In Slots | Latencies |
|---|---|---|
| Tin | E0 | |
| Copper | E0 | |
| Silver | E0 E1 E2 E3 | |
| Gold | E0 |
Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable