Return the sum of the first t_num_elements elements from src.
- Template Parameters
-
| t_num_elements | Number of elements that should be summed up. |
| T_RegisterType | The register type |
- Parameters
-
| [in] | src | The source register |
- Returns
- Sum of the first
t_num_elements elements from src