Difference between revisions of "Instruction Set/narrows"
From Mill Computing Wiki
m (Protected "Instruction Set/narrows": generated ([Edit=<protect-level-bot>] (indefinite) [Move=<protect-level-bot>] (indefinite))) | |||
Line 1: | Line 1: | ||
− | + | {{DISPLAYTITLE:narrows}} | |
+ | <div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|realizing]] [[Encoding|exu stream]] [[Decode|exu block]] [[Phasing|compute phase]] operation [[Domains|in the signed integer value domain]] [[Overflow|using modulo overflow behavior]] <br /> | ||
+ | '''native on:''' [[Cores|all]]<br /> | ||
+ | </div> | ||
+ | |||
+ | narrow scalar to half width | ||
+ | ---- | ||
+ | <code style="font-size:130%"><b style="color:#050">narrows</b>(<span style="color:#009">[[Domains#s|s]]</span> <span title="belt operand from ops window">op0</span>, <i><span style="color:#009">[[Immediates#width|width]]</span> <span title="data width and vector length (exu)">width0</span></i>) → [[Domains#s|s]] r<sub>0</sub></code> | ||
+ | <div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNarrow|like Narrow [xx:½x]]] | ||
+ | </div> | ||
+ | <br /> | ||
+ | |||
+ | {| class="mw-collapsible mw-collapsed wikitable" data-expandtext="▸" data-collapsetext="▾" | ||
+ | ! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]] | ||
+ | |- | ||
+ | | [[Cores/Tin/Encoding#narrows|Tin]] || E0 || | ||
+ | |- | ||
+ | | [[Cores/Copper/Encoding#narrows|Copper]] || E0 || | ||
+ | |- | ||
+ | | [[Cores/Silver/Encoding#narrows|Silver]] || E0 E1 E2 E3 || | ||
+ | |- | ||
+ | | [[Cores/Gold/Encoding#narrows|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 14:03, 23 February 2021
realizing exu stream exu block compute phase operation in the signed integer value domain using modulo overflow behavior
native on: all
narrow scalar to half width
narrows(s op0, width width0) → s r0
operands: like Narrow [xx:½x]
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