Get a register where elements inside the specified index range are taken from src_1 and the rest from src_0.
- Template Parameters
-
| t_index_first | Index of the first element that is taken from src_1 |
| t_index_last | Index of the last element that is 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