IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces | Functions
MulReg.h File Reference

specialization of ipsdk::simd::detail::MulReg structure for SSE2 instruction set More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/SSE2/Sse2Types.h>
#include <IPSDKUtil/Tools/ForceInline.h>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::MulReg< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< boost::is_integral< T >::value &&sizeof(T)==1 >::type >
 MulReg template specialization for instruction set SSE2 and for types ipUInt8 and ipInt8. More...
 
struct  ipsdk::simd::detail::MulReg< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< boost::is_integral< T >::value &&sizeof(T)==2 >::type >
 MulReg template specialization for instruction set SSE2 and for types ipUInt16 and ipInt16. More...
 
struct  ipsdk::simd::detail::MulReg< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< boost::is_integral< T >::value &&sizeof(T)==4 >::type >
 MulReg template specialization for instruction set SSE2 and for types ipUInt32 and ipInt32. More...
 
struct  ipsdk::simd::detail::MulReg< eInstructionSet::eIS_Sse2, ipReal32 >
 MulReg template specialization for instruction set SSE2 and for type ipReal32. More...
 
struct  ipsdk::simd::detail::MulReg< eInstructionSet::eIS_Sse2, ipReal64 >
 MulReg template specialization for instruction set SSE2 and for type ipReal64. More...
 

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::simd
 Namespace agregating IPSDK SIMD routines and classes.
 

Functions

IPSDK_FORCEINLINE __m128i ipsdk::simd::detail::_custom_mm_mullo_epi32 (__m128i a, __m128i b)
 
IPSDK_FORCEINLINE void ipsdk::simd::detail::_custom_mm_mullo_epi32 (__m128i a, __m128i b, __m128i &out)
 

Detailed Description

specialization of ipsdk::simd::detail::MulReg structure for SSE2 instruction set

Author
H. Delestre
Date
2014/02/25