15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_STD_ISEQUALREGIMPL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_STD_ISEQUALREGIMPL_H__ 31 typename RegMaskType<eInstructionSet::eIS_Standard, T>::Type
32 IsEqualReg<eInstructionSet::eIS_Standard, T>::act(
36 return in1 == in2 ? detail::AllBitsToOneReg<eInstructionSet::eIS_Standard, T>::act() : 0;
41 IsEqualReg<eInstructionSet::eIS_Standard, T>::act(
44 typename RegMaskType<eInstructionSet::eIS_Standard, T>::Type& out)
46 out = (in1 == in2 ? detail::AllBitsToOneReg<eInstructionSet::eIS_Standard, T>::act() : 0);
56 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_STD_ISEQUALREGIMPL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IsEqualReg<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...
Definition of import/export macro for library.