Get a register where elements with a higher index than t_index are copied from src_1and the rest from src_0.
- Template Parameters
-
| t_index | Up to the specified value, all elements of the result register are identical to src_0. All other values are taken from src_1 |
| T_RegisterType | The register type |
- Parameters
-
| [in] | src_0 | First source register |
| [in] | src_1 | Second source register |
- Returns
- New register with blended values