#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/detail/AssignRegDecl.h>
#include <IPSDKUtil/InstructionSet/InstructionSetTypes.h>
#include <IPSDKUtil/InstructionSet/SSE2/Sse2Types.h>
#include <IPSDKUtil/Tools/ForceInline.h>
#include <boost/mpl/and.hpp>
#include <boost/mpl/equal_to.hpp>
#include <boost/mpl/int.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/type_traits/is_signed.hpp>
Go to the source code of this file.
|
| struct | ipsdk::simd::detail::AssignReg< eInstructionSet::eIS_Sse2, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::int_< sizeof(T)>, boost::mpl::int_< 1 > >::type >::type >::type > |
| |
| struct | ipsdk::simd::detail::AssignReg< eInstructionSet::eIS_Sse2, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::int_< sizeof(T)>, boost::mpl::int_< 2 > >::type >::type >::type > |
| |
| struct | ipsdk::simd::detail::AssignReg< eInstructionSet::eIS_Sse2, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::int_< sizeof(T)>, boost::mpl::int_< 4 > >::type >::type >::type > |
| |
| struct | ipsdk::simd::detail::AssignReg< eInstructionSet::eIS_Sse2, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::int_< sizeof(T)>, boost::mpl::int_< 8 > >::type >::type >::type > |
| |
| struct | ipsdk::simd::detail::AssignReg< eInstructionSet::eIS_Sse2, ipReal32 > |
| |
| struct | ipsdk::simd::detail::AssignReg< eInstructionSet::eIS_Sse2, ipReal64 > |
| |
|
| | ipsdk |
| | Main namespace for IPSDK library.
|
| |
| | ipsdk::simd |
| | Namespace agregating IPSDK SIMD routines and classes.
|
| |
- Author
- H. Delestre
- Date
- 2014/02/25
- Copyright
- 2014 Reactiv'IP, all right reserved.