Compute the bitwise NOT of all elements in a and then AND with b.
- Template Parameters
-
| T_RegisterType | The register type |
- Parameters
-
| [in] | a | Register from which the bitwise NOT is computed |
| [in] | b | Second register |
- Returns
- Result of the bitwise operation
NOT a AND b per register element