Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_cmp_eq()

auto mm_cmp_eq ( T_RegisterType  lhs,
T_RegisterType  rhs 
) -> T_RegisterType
inlinenoexcept

Compare the register elements in lhs and rhs for equality and return the result.

If a comparison is false, the corresponding value of the returned register is 0. For single precision registers, a true comparison yields 0xFFFFFFFF. For double precision registers it is 0xFFFFFFFFFFFFFFFF.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in]lhsThe register left of the operator
[in]rhsThe register right of the operator
Returns
Register with the comparison results. See detailed description.