Import GCC-8 to a new vendor branch
[dragonfly.git] / contrib / gcc-8.0 / gcc / config / i386 / mm3dnow.h
blobefd667f75d3f000f4778eb0e1f045df3a0281db4
1 /* Copyright (C) 2004-2018 Free Software Foundation, Inc.
3 This file is part of GCC.
5 GCC is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3, or (at your option)
8 any later version.
10 GCC is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 Under Section 7 of GPL version 3, you are granted additional
16 permissions described in the GCC Runtime Library Exception, version
17 3.1, as published by the Free Software Foundation.
19 You should have received a copy of the GNU General Public License and
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
22 <http://www.gnu.org/licenses/>. */
24 /* Implemented from the mm3dnow.h (of supposedly AMD origin) included with
25 MSVC 7.1. */
27 #ifndef _MM3DNOW_H_INCLUDED
28 #define _MM3DNOW_H_INCLUDED
30 #include <mmintrin.h>
31 #include <prfchwintrin.h>
33 #if defined __x86_64__ && !defined __SSE__ || !defined __3dNOW__
34 #pragma GCC push_options
35 #ifdef __x86_64__
36 #pragma GCC target("sse,3dnow")
37 #else
38 #pragma GCC target("3dnow")
39 #endif
40 #define __DISABLE_3dNOW__
41 #endif /* __3dNOW__ */
43 extern __inline void __attribute__((__gnu_inline__, __always_inline__, __artificial__))
44 _m_femms (void)
46 __builtin_ia32_femms();
49 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
50 _m_pavgusb (__m64 __A, __m64 __B)
52 return (__m64)__builtin_ia32_pavgusb ((__v8qi)__A, (__v8qi)__B);
55 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
56 _m_pf2id (__m64 __A)
58 return (__m64)__builtin_ia32_pf2id ((__v2sf)__A);
61 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
62 _m_pfacc (__m64 __A, __m64 __B)
64 return (__m64)__builtin_ia32_pfacc ((__v2sf)__A, (__v2sf)__B);
67 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
68 _m_pfadd (__m64 __A, __m64 __B)
70 return (__m64)__builtin_ia32_pfadd ((__v2sf)__A, (__v2sf)__B);
73 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
74 _m_pfcmpeq (__m64 __A, __m64 __B)
76 return (__m64)__builtin_ia32_pfcmpeq ((__v2sf)__A, (__v2sf)__B);
79 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
80 _m_pfcmpge (__m64 __A, __m64 __B)
82 return (__m64)__builtin_ia32_pfcmpge ((__v2sf)__A, (__v2sf)__B);
85 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
86 _m_pfcmpgt (__m64 __A, __m64 __B)
88 return (__m64)__builtin_ia32_pfcmpgt ((__v2sf)__A, (__v2sf)__B);
91 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
92 _m_pfmax (__m64 __A, __m64 __B)
94 return (__m64)__builtin_ia32_pfmax ((__v2sf)__A, (__v2sf)__B);
97 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
98 _m_pfmin (__m64 __A, __m64 __B)
100 return (__m64)__builtin_ia32_pfmin ((__v2sf)__A, (__v2sf)__B);
103 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
104 _m_pfmul (__m64 __A, __m64 __B)
106 return (__m64)__builtin_ia32_pfmul ((__v2sf)__A, (__v2sf)__B);
109 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
110 _m_pfrcp (__m64 __A)
112 return (__m64)__builtin_ia32_pfrcp ((__v2sf)__A);
115 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
116 _m_pfrcpit1 (__m64 __A, __m64 __B)
118 return (__m64)__builtin_ia32_pfrcpit1 ((__v2sf)__A, (__v2sf)__B);
121 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
122 _m_pfrcpit2 (__m64 __A, __m64 __B)
124 return (__m64)__builtin_ia32_pfrcpit2 ((__v2sf)__A, (__v2sf)__B);
127 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
128 _m_pfrsqrt (__m64 __A)
130 return (__m64)__builtin_ia32_pfrsqrt ((__v2sf)__A);
133 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
134 _m_pfrsqit1 (__m64 __A, __m64 __B)
136 return (__m64)__builtin_ia32_pfrsqit1 ((__v2sf)__A, (__v2sf)__B);
139 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
140 _m_pfsub (__m64 __A, __m64 __B)
142 return (__m64)__builtin_ia32_pfsub ((__v2sf)__A, (__v2sf)__B);
145 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
146 _m_pfsubr (__m64 __A, __m64 __B)
148 return (__m64)__builtin_ia32_pfsubr ((__v2sf)__A, (__v2sf)__B);
151 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
152 _m_pi2fd (__m64 __A)
154 return (__m64)__builtin_ia32_pi2fd ((__v2si)__A);
157 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
158 _m_pmulhrw (__m64 __A, __m64 __B)
160 return (__m64)__builtin_ia32_pmulhrw ((__v4hi)__A, (__v4hi)__B);
163 extern __inline void __attribute__((__gnu_inline__, __always_inline__, __artificial__))
164 _m_prefetch (void *__P)
166 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */);
169 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
170 _m_from_float (float __A)
172 return __extension__ (__m64)(__v2sf){ __A, 0.0f };
175 extern __inline float __attribute__((__gnu_inline__, __always_inline__, __artificial__))
176 _m_to_float (__m64 __A)
178 union { __v2sf v; float a[2]; } __tmp;
179 __tmp.v = (__v2sf)__A;
180 return __tmp.a[0];
183 #ifdef __DISABLE_3dNOW__
184 #undef __DISABLE_3dNOW__
185 #pragma GCC pop_options
186 #endif /* __DISABLE_3dNOW__ */
188 #if defined __x86_64__ && !defined __SSE__ || !defined __3dNOW_A__
189 #pragma GCC push_options
190 #ifdef __x86_64__
191 #pragma GCC target("sse,3dnowa")
192 #else
193 #pragma GCC target("3dnowa")
194 #endif
195 #define __DISABLE_3dNOW_A__
196 #endif /* __3dNOW_A__ */
198 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
199 _m_pf2iw (__m64 __A)
201 return (__m64)__builtin_ia32_pf2iw ((__v2sf)__A);
204 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
205 _m_pfnacc (__m64 __A, __m64 __B)
207 return (__m64)__builtin_ia32_pfnacc ((__v2sf)__A, (__v2sf)__B);
210 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
211 _m_pfpnacc (__m64 __A, __m64 __B)
213 return (__m64)__builtin_ia32_pfpnacc ((__v2sf)__A, (__v2sf)__B);
216 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
217 _m_pi2fw (__m64 __A)
219 return (__m64)__builtin_ia32_pi2fw ((__v2si)__A);
222 extern __inline __m64 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
223 _m_pswapd (__m64 __A)
225 return (__m64)__builtin_ia32_pswapdsf ((__v2sf)__A);
228 #ifdef __DISABLE_3dNOW_A__
229 #undef __DISABLE_3dNOW_A__
230 #pragma GCC pop_options
231 #endif /* __DISABLE_3dNOW_A__ */
233 #endif /* _MM3DNOW_H_INCLUDED */