Difference between revisions of "Instruction Set/stored"

From Mill Computing Wiki
Jump to: navigation, search
m (Protected "Instruction Set/stored": generated ([Edit=<protect-level-bot>] (indefinite) [Move=<protect-level-bot>] (indefinite)))
 
Line 4:Line 4:
 
</div>
 
</div>
  
store to memory
+
Take a value from the belt and store it to the computed address as a decimal float.
 +
 
 +
There is an internal and a storage format for decimal float values. Because of this there are special operations needed for loading and storing them to convert between the formats. Other than that these operations work like a normal [[Instruction_Set/store|store]].
 +
 
 +
<b>related operations:</b>  [[Instruction_Set/store|store]], [[Instruction_Set/storef|storef]], [[Instruction_Set/load|load]]
 +
 
 
----
 
----
 
<code style="font-size:130%"><b style="color:#050">stored</b>(<span style="color:#009">[[Sources#base|base]]</span> <span title="base special register">b</span>, <i><span style="color:#009">[[Immediates#off|off]]</span> <span title="manifest constant">o</span></i>, <span style="color:#009">[[Domains#s|s]]</span> <span title="belt operand from opsWindow">i</span>, <i><span style="color:#009">[[Immediates#scale|scale]]</span> <span title="scale factor  
 
<code style="font-size:130%"><b style="color:#050">stored</b>(<span style="color:#009">[[Sources#base|base]]</span> <span title="base special register">b</span>, <i><span style="color:#009">[[Immediates#off|off]]</span> <span title="manifest constant">o</span></i>, <span style="color:#009">[[Domains#s|s]]</span> <span title="belt operand from opsWindow">i</span>, <i><span style="color:#009">[[Immediates#scale|scale]]</span> <span title="scale factor  

Latest revision as of 23:33, 20 January 2015

realizing  flow stream  flow block  writer phase   operation   in the decimal floating point value domain  

native on: Decimal8 Decimal16

Take a value from the belt and store it to the computed address as a decimal float.

There is an internal and a storage format for decimal float values. Because of this there are special operations needed for loading and storing them to convert between the formats. Other than that these operations work like a normal store.

related operations: store, storef, load


stored(base b, off o, s i, scale s, d v)

operands: like NoResult [xx]:


Core In Slots Latencies
Decimal8 F0 F1 F2 F3 1
Decimal16 F0 F1 F2 F3 1

stored(base b, off o, d v)

operands: like NoResult [xx]:


Core In Slots Latencies
Decimal8 F0 F1 F2 F3 1
Decimal16 F0 F1 F2 F3 1

stored(p b, off o, s i, scale s, d v)

operands: like NoResult [xx]:


Core In Slots Latencies
Decimal8 F0 F1 F2 F3 1
Decimal16 F0 F1 F2 F3 1

stored(p b, off o, d v)

operands: like NoResult [xx]:


Core In Slots Latencies
Decimal8 F0 F1 F2 F3 1
Decimal16 F0 F1 F2 F3 1

stored(p b, d v, memAttr m)

operands: like NoResult [xx]:


Core In Slots Latencies
Decimal8 F0 F1 F2 F3 1
Decimal16 F0 F1 F2 F3 1


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