Lines Matching refs:lane
22 This trivial C function takes a vector of four ints and sets the zero'th lane to the value "42"::
61 …use of the byte swapping the lane indices end up being swapped! The zero'th item as laid out in me…
95 Use of ``LDR`` would break this lane ordering property. This doesn't preclude the use of ``LDR``, b…
97 1. Insert a ``REV`` instruction to reverse the lane order after every ``LDR``.
98 …hat rely on lane layout, and for every access to an individual lane (``insertelement``/``extractel…
109 …re not - the lane size is encoded within them. This is important across an ABI boundary, because i…
126 … should be undefined. But there may be functions that are agnostic to the lane layout of the vecto…
128 So to preserve ABI compatibility, we need to use the ``LDR`` lane layout across function calls.
133 …128-bit aligned, whereas ``LD1`` only requires it to be as aligned as the lane size. If we canonic…
152 …issue with lane ordering, it was decided, would have to change target-agnostic compiler passes and…
159 …e vector loads and stores. The exception is one-lane vectors [1]_ - these by definition cannot hav…
204 .. [1] One lane vectors may seem useless as a concept but they serve to distinguish between values …