STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
mm3dnow.h
Go to the documentation of this file.
1 /***
2 *** Copyright (C) 1999 Advanced Micro Devices Inc. All rights reserved.
3 ***
4 *** The information and source code contained herein is the exclusive
5 *** property of Advanced Micro Devices and may not be disclosed, examined
6 *** or reproduced in whole or in part without explicit written authorization
7 *** from the company.
8 ***
9 ****/
10 
11 /*
12  * mm3dnow.h
13  *
14  */
15 
16 #pragma once
17 
18 #if !defined(_M_IX86)
19 #error This header is specific to X86 targets
20 #endif
21 
22 #ifndef _MM3DNOW_H_INCLUDED
23 #define _MM3DNOW_H_INCLUDED
24 #ifndef __midl
25 
26 #if !defined _M_IX86
27  #error This header is specific to the X86 target
28 #endif
29 
30 #include <vcruntime.h>
31 #include <mmintrin.h>
32 #include <xmmintrin.h>
33 
34 #if defined __cplusplus
35 extern "C" { /* Intrinsics use C name-mangling. */
36 #endif /* defined __cplusplus */
37 
38 /* 3DNOW intrinsics */
39 
40 void _m_femms(void);
60 void _m_prefetch(void*);
61 void _m_prefetchw(volatile const void*_Source);
62 
63 __m64 _m_from_float(float);
64 float _m_to_float(__m64);
65 
66 /* Athlon DSP intrinsics */
67 
73 
74 #if defined __cplusplus
75 }; /* End "C" */
76 #endif /* defined __cplusplus */
77 #endif /* __midl */
78 #endif /* _MM3DNOW_H_INCLUDED */
__m64 _m_pfrcp(__m64)
__m64 _m_pfrsqrt(__m64)
__m64 _m_pfpnacc(__m64, __m64)
void _m_prefetchw(volatile const void *_Source)
__m64 _m_pfmin(__m64, __m64)
__m64 _m_pfnacc(__m64, __m64)
__m64 _m_pfadd(__m64, __m64)
__m64 _m_pavgusb(__m64, __m64)
void _m_femms(void)
__m64 _m_pfrsqit1(__m64, __m64)
__m64 _m_pfrcpit1(__m64, __m64)
__m64 _m_pfsub(__m64, __m64)
__m64 _m_pfrcpit2(__m64, __m64)
__m64 _m_pmulhrw(__m64, __m64)
float _m_to_float(__m64)
__m64 _m_pi2fd(__m64)
__m64
Definition: mmintrin.h:45
__m64 _m_pfacc(__m64, __m64)
__m64 _m_pf2id(__m64)
__m64 _m_pfcmpeq(__m64, __m64)
__m64 _m_from_float(float)
__m64 _m_pi2fw(__m64)
void _m_prefetch(void *)
__m64 _m_pswapd(__m64)
__m64 _m_pfmul(__m64, __m64)
__m64 _m_pfcmpgt(__m64, __m64)
__m64 _m_pfcmpge(__m64, __m64)
__m64 _m_pfmax(__m64, __m64)
__m64 _m_pfsubr(__m64, __m64)
__m64 _m_pf2iw(__m64)