Shuffle the elements of a vector register across lanes using indices and return the result in a new register.
- Template Parameters
-
| t_indices | A set of indices equal to the number of register elements. The N-th index selects the value for the N-th element/lane element. Index values may not exceed the number of register elements. Otherwise a compile-time error is triggered. |
| T_RegisterType | The register type |
- Parameters
-
| [in] | src | The source register |
- Returns
- New register with shuffled values