Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_and()

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

Compute the bitwise AND of a and b.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in]aFirst register
[in]bSecond register
Returns
Result of the bitwise AND operation