Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_or()

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

Compute the bitwise OR of a and b.

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