Return a copy of the source register with the selected elements being negated.
- Template Parameters
-
| t_neg | A parameter pack of the same size as the number of register elements. If a value is true, the corresponding element will be negated. Otherwise the element is just copied. |
| T_RegisterType | The register type |
- Parameters
-
| [in] | src | The source register |
- Returns
- Register with negated values