Perform an element-wise multiplication of a and b, subtract c and return the result.
- Template Parameters
-
| T_RegisterType | The register type |
- Parameters
-
| [in] | a | The register left of the multiplication operator |
| [in] | b | The register right of the multiplication operator |
| [in] | c | The register that will be subtracted after the multiplication |
- Returns
- Results of the element-wise multiplication with subsequent subtraction