smearx

From Mill Computing Wiki
Revision as of 13:24, 23 February 2021 by Generator (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
speculable  exu stream  exu block  compute phase   operation   in the logical value domain  

native on: all

Find the first one in a bool vector, shift it one to the right and set all remaining elments to one too.

The main purpose of this operation is to facilitate vectorization of loops, do-while loops in particular. It allows you to treat conditions created in a SIMD as exit conditions in a loop, since the first occurrence of a true value applies to all the remaining values and would be iterations.

00001000

becomes

00000111

which then can be used in pick operations or other vector operations, yet the exit condition is preserved for all elements that would not be in the iteration anymore if it wasn't vectorized. Since the rightmost value would be shifted out, a second result value is returned to the belt which holds that value. It always must be checked too for the exit condition.

related operations: smeari, left, mask


smearx(op vs) → op r0, op r1

operands: like Smearx XX:Xx


Core In Slots Latencies
Tin E0 1
Copper E0 1
Silver E0 E1 E2 E3 1
Gold E0 1


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