Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_andnot()

auto mm_andnot ( T_RegisterType  a,
T_RegisterType  b 
) -> T_RegisterType
inlinenoexcept

Compute the bitwise NOT of all elements in a and then AND with b.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in]aRegister from which the bitwise NOT is computed
[in]bSecond register
Returns
Result of the bitwise operation NOT a AND b per register element