Difference between revisions of "Instruction Set/widenfv"
From Mill Computing Wiki
m (Protected "Instruction Set/widenfv": generated ([Edit=<protect-level-bot>] (indefinite) [Move=<protect-level-bot>] (indefinite))) | |||
Line 4: | Line 4: | ||
</div> | </div> | ||
− | widen to | + | Double the scalar width of the elements of a binary float vector. |
+ | |||
+ | Binary floats can be 2-16 byte wide. Although the 2 byte format is a pure interchange format and no floating arithmetic operations are available for them. | ||
+ | |||
+ | Vector widen operations always produce two result vectors to accomodate the widening of maximum size vectors. The first result vector then contains the widened values of the lower half of the operand, and the second result the upper. | ||
+ | |||
+ | |||
+ | |||
---- | ---- | ||
<code style="font-size:130%"><b style="color:#050">widenfv</b>(<span style="color:#009">[[Domains#f|f]]</span> <span title="belt operand from ops window">v</span>) → [[Domains#f|f]] r<sub>0</sub>, [[Domains#f|f]] r<sub>1</sub></code> | <code style="font-size:130%"><b style="color:#050">widenfv</b>(<span style="color:#009">[[Domains#f|f]]</span> <span title="belt operand from ops window">v</span>) → [[Domains#f|f]] r<sub>0</sub>, [[Domains#f|f]] r<sub>1</sub></code> |
Revision as of 10:39, 11 January 2015
Double the scalar width of the elements of a binary float vector.
Binary floats can be 2-16 byte wide. Although the 2 byte format is a pure interchange format and no floating arithmetic operations are available for them.
Vector widen operations always produce two result vectors to accomodate the widening of maximum size vectors. The first result vector then contains the widened values of the lower half of the operand, and the second result the upper.
operands: like Widenvf FF:2F2F
Core | In Slots | Latencies |
---|---|---|
Silver | E0 E1 | 2 2 |
Gold | E0 E1 E2 E3 | 2 2 |
Instruction Set, alphabetical, Instruction Set by Category, Instruction Set, sortable, filterable