Difference between revisions of "Instruction Set/narrowf"

From Mill Computing Wiki
Jump to: navigation, search
m (Protected "Instruction Set/narrowf": generated ([Edit=<protect-level-bot>] (indefinite) [Move=<protect-level-bot>] (indefinite)))
 
Line 1:Line 1:
 
{{DISPLAYTITLE:narrowf}}
 
{{DISPLAYTITLE:narrowf}}
 
<div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|realizing]]&nbsp;&nbsp;[[Encoding|exu stream]]&nbsp;&nbsp;[[Decode|exu block]]&nbsp;&nbsp;[[Phasing|compute phase]]&nbsp;&nbsp; operation&nbsp;&nbsp; [[Domains|in the binary floating point value domain]]&nbsp;&nbsp; [[Rounding|and rounds use current dynamic rounding mode]]<br />
 
<div style="font-size:80%;line-height:90%;margin-bottom:2em">[[Speculation|realizing]]&nbsp;&nbsp;[[Encoding|exu stream]]&nbsp;&nbsp;[[Decode|exu block]]&nbsp;&nbsp;[[Phasing|compute phase]]&nbsp;&nbsp; operation&nbsp;&nbsp; [[Domains|in the binary floating point value domain]]&nbsp;&nbsp; [[Rounding|and rounds use current dynamic rounding mode]]<br />
'''native on:''' [[Cores/Silver|Silver]] [[Cores/Gold|Gold]] <br />
+
'''native on:''' [[Cores/Silver|Silver]] <br />
 
</div>
 
</div>
  
Line 13:Line 13:
  
 
----
 
----
<code style="font-size:130%"><b style="color:#050">narrowf</b>(<span style="color:#009">[[Domains#f|f]]</span> <span title="belt operand from ops window">v</span>) &#8594; [[Domains#f|f]] r<sub>0</sub></code>
+
<code style="font-size:130%"><b style="color:#050">narrowf</b>(<span style="color:#009">[[Domains#f|f]]</span> <span title="belt operand from ops window">v1</span>, <span style="color:#009">[[Domains#f|f]]</span> <span title="belt operand from ops window">v2</span>) &#8594; [[Domains#f|f]] r<sub>0</sub></code>
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNarrowf|like Narrowf [ff:&#189;f]]]
+
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNarrowvf|like Narrowvf [FF:&#189;F]]]
 
</div>
 
</div>
 
<br />
 
<br />
Line 21:Line 21:
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Silver/Encoding#narrowf|Silver]] || E0 E1 || w:h=3 d:w=4 q:d=5
+
| [[Cores/Silver/Encoding#narrowf|Silver]] || E0 E1 ||  
|-
+
| [[Cores/Gold/Encoding#narrowf|Gold]] || E0 E1 E2 E3 || w:h=3 d:w=4 q:d=5
+
 
|}
 
|}
  
 
----
 
----
<code style="font-size:130%"><b style="color:#050">narrowf</b>(<span style="color:#009">[[Domains#f|f]]</span> <span title="belt operand from ops window">v1</span>, <span style="color:#009">[[Domains#f|f]]</span> <span title="belt operand from ops window">v2</span>) &#8594; [[Domains#f|f]] r<sub>0</sub></code>
+
<code style="font-size:130%"><b style="color:#050">narrowf</b>(<span style="color:#009">[[Domains#f|f]]</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>) &#8594; [[Domains#f|f]] r<sub>0</sub></code>
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNarrowvf|like Narrowvf [FF:&#189;F]]]
+
<div style="font-size:80%;line-height:90%;margin-bottom:2em">'''operands:''' [[Operands#likeNarrowf|like Narrowf [ff:&#189;f]]]
 
</div>
 
</div>
 
<br />
 
<br />
Line 35:Line 33:
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
! [[Cores|Core]] || [[Slot|In Slots]]|| [[Latency|Latencies]]
 
|-
 
|-
| [[Cores/Silver/Encoding#narrowf|Silver]] || E0 E1 || wv,wv:hv=3 dv,dv:wv=4 qv,qv:dv=5
+
| [[Cores/Silver/Encoding#narrowf|Silver]] || E0 E1 ||  
|-
+
| [[Cores/Gold/Encoding#narrowf|Gold]] || E0 E1 E2 E3 || wv,wv:hv=3 dv,dv:wv=4 qv,qv:dv=5
+
 
|}
 
|}
  
  
 
[[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:07, 23 February 2021

realizing  exu stream  exu block  compute phase   operation   in the binary floating point value domain   and rounds use current dynamic rounding mode

native on: Silver

Half the width of a binary float value. Current rounding mode.

Can produce the IEEE 754 16bit binary float interchange format.

This is not a Speculable operation. The reason for this is the impossibility to fit all of the NaR payload into values smaller than 32bit. Nominally this would only require the narrowing of 32bit values to be not speculable, but for simplicity reasons in hardware and compiler this is not so. If narrowing should prove a big bottleneck this can be revisited.


narrowf(f v1, f v2) → f r0

operands: like Narrowvf [FF:½F]


Core In Slots Latencies
Silver E0 E1

narrowf(f op0, width width0) → f r0

operands: like Narrowf [ff:½f]


Core In Slots Latencies
Silver E0 E1


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