storef

From Mill Computing Wiki
Jump to: navigation, search
realizing  flow stream  flow block  writer phase   operation   in the binary floating point value domain  

native on: Silver Gold

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

There is an internal and a storage format for binary 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, stored, load


storef(base b, off o, s i, scale s, f v)

operands: like NoResult [xx]:


Core In Slots Latencies
Silver F0 F1 F2 F3 1
Gold F0 F1 F2 F3 F4 F5 F6 F7 1

storef(base b, off o, f v)

operands: like NoResult [xx]:


Core In Slots Latencies
Silver F0 F1 F2 F3 1
Gold F0 F1 F2 F3 F4 F5 F6 F7 1

storef(p b, off o, s i, scale s, f v)

operands: like NoResult [xx]:


Core In Slots Latencies
Silver F0 F1 F2 F3 1
Gold F0 F1 F2 F3 F4 F5 F6 F7 1

storef(p b, off o, f v)

operands: like NoResult [xx]:


Core In Slots Latencies
Silver F0 F1 F2 F3 1
Gold F0 F1 F2 F3 F4 F5 F6 F7 1

storef(p b, f v, memAttr m)

operands: like NoResult [xx]:


Core In Slots Latencies
Silver F0 F1 F2 F3 1
Gold F0 F1 F2 F3 F4 F5 F6 F7 1


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