gccxml_gem 0.9.3-x86-darwin-10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. data/Rakefile +84 -0
  2. data/bin/gccxml +0 -0
  3. data/bin/gccxml_cc1plus +0 -0
  4. data/gccxml.rb +57 -0
  5. data/share/doc/gccxml-0.9/Copyright.txt +55 -0
  6. data/share/doc/gccxml-0.9/gccxml.html +168 -0
  7. data/share/doc/gccxml-0.9/gccxml.txt +293 -0
  8. data/share/gccxml-0.9/GCC/2.95/algorithm +76 -0
  9. data/share/gccxml-0.9/GCC/2.95/bitset +17 -0
  10. data/share/gccxml-0.9/GCC/2.95/cctype +24 -0
  11. data/share/gccxml-0.9/GCC/2.95/clocale +14 -0
  12. data/share/gccxml-0.9/GCC/2.95/cmath +33 -0
  13. data/share/gccxml-0.9/GCC/2.95/complex +38 -0
  14. data/share/gccxml-0.9/GCC/2.95/csetjmp +13 -0
  15. data/share/gccxml-0.9/GCC/2.95/csignal +14 -0
  16. data/share/gccxml-0.9/GCC/2.95/cstdarg +12 -0
  17. data/share/gccxml-0.9/GCC/2.95/cstddef +13 -0
  18. data/share/gccxml-0.9/GCC/2.95/cstdio +55 -0
  19. data/share/gccxml-0.9/GCC/2.95/cstdlib +66 -0
  20. data/share/gccxml-0.9/GCC/2.95/cstring +34 -0
  21. data/share/gccxml-0.9/GCC/2.95/ctime +24 -0
  22. data/share/gccxml-0.9/GCC/2.95/cwchar +65 -0
  23. data/share/gccxml-0.9/GCC/2.95/cwctype +31 -0
  24. data/share/gccxml-0.9/GCC/2.95/deque +19 -0
  25. data/share/gccxml-0.9/GCC/2.95/exception +20 -0
  26. data/share/gccxml-0.9/GCC/2.95/fstream +23 -0
  27. data/share/gccxml-0.9/GCC/2.95/functional +64 -0
  28. data/share/gccxml-0.9/GCC/2.95/gccxml_bitset +1066 -0
  29. data/share/gccxml-0.9/GCC/2.95/iomanip +20 -0
  30. data/share/gccxml-0.9/GCC/2.95/iosfwd +20 -0
  31. data/share/gccxml-0.9/GCC/2.95/iostream +27 -0
  32. data/share/gccxml-0.9/GCC/2.95/iterator +39 -0
  33. data/share/gccxml-0.9/GCC/2.95/list +19 -0
  34. data/share/gccxml-0.9/GCC/2.95/map +20 -0
  35. data/share/gccxml-0.9/GCC/2.95/memory +21 -0
  36. data/share/gccxml-0.9/GCC/2.95/new +13 -0
  37. data/share/gccxml-0.9/GCC/2.95/numeric +15 -0
  38. data/share/gccxml-0.9/GCC/2.95/pthread.h +16 -0
  39. data/share/gccxml-0.9/GCC/2.95/queue +20 -0
  40. data/share/gccxml-0.9/GCC/2.95/set +20 -0
  41. data/share/gccxml-0.9/GCC/2.95/sstream +24 -0
  42. data/share/gccxml-0.9/GCC/2.95/stack +19 -0
  43. data/share/gccxml-0.9/GCC/2.95/std/bastring.cc +524 -0
  44. data/share/gccxml-0.9/GCC/2.95/std/complext.h +397 -0
  45. data/share/gccxml-0.9/GCC/2.95/std/dcomplex.h +92 -0
  46. data/share/gccxml-0.9/GCC/2.95/std/fcomplex.h +88 -0
  47. data/share/gccxml-0.9/GCC/2.95/std/gslice_array.h +170 -0
  48. data/share/gccxml-0.9/GCC/2.95/std/indirect_array.h +157 -0
  49. data/share/gccxml-0.9/GCC/2.95/std/ldcomplex.h +96 -0
  50. data/share/gccxml-0.9/GCC/2.95/std/mask_array.h +154 -0
  51. data/share/gccxml-0.9/GCC/2.95/std/slice_array.h +156 -0
  52. data/share/gccxml-0.9/GCC/2.95/std/std_valarray.h +728 -0
  53. data/share/gccxml-0.9/GCC/2.95/std/straits.h +162 -0
  54. data/share/gccxml-0.9/GCC/2.95/std/valarray_meta.h +1035 -0
  55. data/share/gccxml-0.9/GCC/2.95/stdexcept +17 -0
  56. data/share/gccxml-0.9/GCC/2.95/stl_alloc.h +1057 -0
  57. data/share/gccxml-0.9/GCC/2.95/stl_bvector.h +836 -0
  58. data/share/gccxml-0.9/GCC/2.95/stl_deque.h +1699 -0
  59. data/share/gccxml-0.9/GCC/2.95/stl_list.h +843 -0
  60. data/share/gccxml-0.9/GCC/2.95/stl_tree.h +1331 -0
  61. data/share/gccxml-0.9/GCC/2.95/stl_vector.h +828 -0
  62. data/share/gccxml-0.9/GCC/2.95/string +26 -0
  63. data/share/gccxml-0.9/GCC/2.95/strstream +23 -0
  64. data/share/gccxml-0.9/GCC/2.95/typeinfo +11 -0
  65. data/share/gccxml-0.9/GCC/2.95/utility +25 -0
  66. data/share/gccxml-0.9/GCC/2.95/valarray +52 -0
  67. data/share/gccxml-0.9/GCC/2.95/vector +19 -0
  68. data/share/gccxml-0.9/GCC/2.96/sstream +305 -0
  69. data/share/gccxml-0.9/GCC/3.0/pthread.h +16 -0
  70. data/share/gccxml-0.9/GCC/3.1/pthread.h +16 -0
  71. data/share/gccxml-0.9/GCC/3.2/bits/fstream.tcc +500 -0
  72. data/share/gccxml-0.9/GCC/3.2/bits/gthr-default.h +585 -0
  73. data/share/gccxml-0.9/GCC/3.2/bits/istream.tcc +1207 -0
  74. data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.h +1810 -0
  75. data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.tcc +2397 -0
  76. data/share/gccxml-0.9/GCC/3.2/bits/messages_members.h +108 -0
  77. data/share/gccxml-0.9/GCC/3.2/bits/ostream.tcc +713 -0
  78. data/share/gccxml-0.9/GCC/3.2/bits/sstream.tcc +241 -0
  79. data/share/gccxml-0.9/GCC/3.2/bits/stl_deque.h +1682 -0
  80. data/share/gccxml-0.9/GCC/3.2/bits/stl_list.h +989 -0
  81. data/share/gccxml-0.9/GCC/3.2/bits/stl_tree.h +1462 -0
  82. data/share/gccxml-0.9/GCC/3.2/bits/stl_vector.h +1085 -0
  83. data/share/gccxml-0.9/GCC/3.2/bits/valarray_meta.h +1063 -0
  84. data/share/gccxml-0.9/GCC/3.2/fstream +579 -0
  85. data/share/gccxml-0.9/GCC/3.2/pthread.h +16 -0
  86. data/share/gccxml-0.9/GCC/3.2/sstream +384 -0
  87. data/share/gccxml-0.9/GCC/3.3/bits/fstream.tcc +530 -0
  88. data/share/gccxml-0.9/GCC/3.3/bits/list.tcc +378 -0
  89. data/share/gccxml-0.9/GCC/3.3/bits/locale_facets.h +2050 -0
  90. data/share/gccxml-0.9/GCC/3.3/bits/messages_members.h +108 -0
  91. data/share/gccxml-0.9/GCC/3.3/bits/sstream.tcc +243 -0
  92. data/share/gccxml-0.9/GCC/3.3/bits/stl_deque.h +1603 -0
  93. data/share/gccxml-0.9/GCC/3.3/bits/stl_list.h +1167 -0
  94. data/share/gccxml-0.9/GCC/3.3/bits/stl_tree.h +1462 -0
  95. data/share/gccxml-0.9/GCC/3.3/bits/stl_vector.h +992 -0
  96. data/share/gccxml-0.9/GCC/3.3/bits/valarray_meta.h +1135 -0
  97. data/share/gccxml-0.9/GCC/3.3/fstream +842 -0
  98. data/share/gccxml-0.9/GCC/3.3/gccxml_builtins.h +22 -0
  99. data/share/gccxml-0.9/GCC/3.3/sstream +638 -0
  100. data/share/gccxml-0.9/GCC/3.4/bits/gthr-default.h +669 -0
  101. data/share/gccxml-0.9/GCC/3.4/gccxml_builtins.h +91 -0
  102. data/share/gccxml-0.9/GCC/4.0/emmintrin.h +5 -0
  103. data/share/gccxml-0.9/GCC/4.0/gccxml_apple_emmintrin.h +1037 -0
  104. data/share/gccxml-0.9/GCC/4.0/gccxml_apple_mmintrin.h +669 -0
  105. data/share/gccxml-0.9/GCC/4.0/gccxml_apple_xmmintrin.h +870 -0
  106. data/share/gccxml-0.9/GCC/4.0/gccxml_builtins.h +128 -0
  107. data/share/gccxml-0.9/GCC/4.0/gccxml_gnu_emmintrin.h +977 -0
  108. data/share/gccxml-0.9/GCC/4.0/gccxml_gnu_mmintrin.h +636 -0
  109. data/share/gccxml-0.9/GCC/4.0/gccxml_gnu_xmmintrin.h +833 -0
  110. data/share/gccxml-0.9/GCC/4.0/mmintrin.h +5 -0
  111. data/share/gccxml-0.9/GCC/4.0/xmmintrin.h +5 -0
  112. data/share/gccxml-0.9/GCC/4.1/bits/gthr-default.h +622 -0
  113. data/share/gccxml-0.9/GCC/4.1/emmintrin.h +5 -0
  114. data/share/gccxml-0.9/GCC/4.1/gccxml_apple_emmintrin.h +1509 -0
  115. data/share/gccxml-0.9/GCC/4.1/gccxml_apple_mmintrin.h +942 -0
  116. data/share/gccxml-0.9/GCC/4.1/gccxml_apple_xmmintrin.h +1192 -0
  117. data/share/gccxml-0.9/GCC/4.1/gccxml_builtins.h +131 -0
  118. data/share/gccxml-0.9/GCC/4.1/gccxml_gnu_emmintrin.h +1004 -0
  119. data/share/gccxml-0.9/GCC/4.1/gccxml_gnu_mmintrin.h +637 -0
  120. data/share/gccxml-0.9/GCC/4.1/gccxml_gnu_xmmintrin.h +834 -0
  121. data/share/gccxml-0.9/GCC/4.1/mmintrin.h +5 -0
  122. data/share/gccxml-0.9/GCC/4.1/xmmintrin.h +5 -0
  123. data/share/gccxml-0.9/GCC/4.2/emmintrin.h +5 -0
  124. data/share/gccxml-0.9/GCC/4.2/gccxml_apple_emmintrin.h +1509 -0
  125. data/share/gccxml-0.9/GCC/4.2/gccxml_apple_mmintrin.h +942 -0
  126. data/share/gccxml-0.9/GCC/4.2/gccxml_apple_xmmintrin.h +1192 -0
  127. data/share/gccxml-0.9/GCC/4.2/gccxml_builtins.h +131 -0
  128. data/share/gccxml-0.9/GCC/4.2/gccxml_gnu_emmintrin.h +1013 -0
  129. data/share/gccxml-0.9/GCC/4.2/gccxml_gnu_mmintrin.h +663 -0
  130. data/share/gccxml-0.9/GCC/4.2/gccxml_gnu_xmmintrin.h +860 -0
  131. data/share/gccxml-0.9/GCC/4.2/mmintrin.h +5 -0
  132. data/share/gccxml-0.9/GCC/4.2/xmmintrin.h +5 -0
  133. data/share/gccxml-0.9/GCC/4.3/emmintrin.h +1043 -0
  134. data/share/gccxml-0.9/GCC/4.3/gccxml_builtins.h +183 -0
  135. data/share/gccxml-0.9/GCC/4.3/mmintrin.h +663 -0
  136. data/share/gccxml-0.9/GCC/4.3/xmmintrin.h +867 -0
  137. data/share/gccxml-0.9/GCC/4.4/bits/c++config.h +1431 -0
  138. data/share/gccxml-0.9/GCC/4.4/emmintrin.h +1041 -0
  139. data/share/gccxml-0.9/GCC/4.4/gccxml_builtins.h +153 -0
  140. data/share/gccxml-0.9/GCC/4.4/mmintrin.h +662 -0
  141. data/share/gccxml-0.9/GCC/4.4/xmmintrin.h +864 -0
  142. data/share/gccxml-0.9/GCC/4.5/gccxml_builtins.h +154 -0
  143. data/share/gccxml-0.9/GCC/4.5/iomanip +349 -0
  144. data/share/gccxml-0.9/GCC/COPYING.RUNTIME +73 -0
  145. data/share/gccxml-0.9/GCC/COPYING3 +674 -0
  146. data/share/gccxml-0.9/IBM/8.0/adapt_headers.sh +34 -0
  147. data/share/gccxml-0.9/IBM/8.0/stdlib.h.patch +27 -0
  148. data/share/gccxml-0.9/IBM/8.0/xstring.patch +19 -0
  149. data/share/gccxml-0.9/IBM/README +8 -0
  150. data/share/gccxml-0.9/IBM/find_flags +51 -0
  151. data/share/gccxml-0.9/IBM/find_flags_common +48 -0
  152. data/share/gccxml-0.9/Intel/find_flags +56 -0
  153. data/share/gccxml-0.9/Intel/pthread.h +16 -0
  154. data/share/gccxml-0.9/MIPSpro/7.3/exception +9 -0
  155. data/share/gccxml-0.9/MIPSpro/7.3/gccxml_mpro_internals.h +21 -0
  156. data/share/gccxml-0.9/MIPSpro/7.3/iomanip +161 -0
  157. data/share/gccxml-0.9/MIPSpro/7.3/ostream +9 -0
  158. data/share/gccxml-0.9/MIPSpro/7.3/stddef.h +9 -0
  159. data/share/gccxml-0.9/MIPSpro/7.3/stl_config.h +9 -0
  160. data/share/gccxml-0.9/MIPSpro/7.3/stl_locale.h +17 -0
  161. data/share/gccxml-0.9/MIPSpro/7.3/stl_monetary.h +14 -0
  162. data/share/gccxml-0.9/MIPSpro/7.3/stl_numeric_facets.h +13 -0
  163. data/share/gccxml-0.9/MIPSpro/7.3/stl_threads.h +11 -0
  164. data/share/gccxml-0.9/MIPSpro/7.3/string +18 -0
  165. data/share/gccxml-0.9/MIPSpro/find_flags +70 -0
  166. data/share/gccxml-0.9/MIPSpro/mipspro_defs.cxx +63 -0
  167. data/share/gccxml-0.9/Sun/5.8/Cstd.patch +156 -0
  168. data/share/gccxml-0.9/Sun/5.8/adapt_headers.sh +32 -0
  169. data/share/gccxml-0.9/Sun/5.8/std-5.10.patch +22 -0
  170. data/share/gccxml-0.9/Sun/README +8 -0
  171. data/share/gccxml-0.9/Sun/find_flags +51 -0
  172. data/share/gccxml-0.9/Sun/find_flags_common +42 -0
  173. data/share/gccxml-0.9/gccxml_config +2 -0
  174. data/share/gccxml-0.9/gccxml_identify_compiler.cc +13 -0
  175. data/share/man/man1/gccxml.1 +246 -0
  176. metadata +245 -0
@@ -0,0 +1,636 @@
1
+ /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
2
+
3
+ This file is part of GCC.
4
+
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 2, or (at your option)
8
+ any later version.
9
+
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.
14
+
15
+ You should have received a copy of the GNU General Public License
16
+ along with GCC; see the file COPYING. If not, write to
17
+ the Free Software Foundation, 59 Temple Place - Suite 330,
18
+ Boston, MA 02111-1307, USA. */
19
+
20
+ /* As a special exception, if you include this header file into source
21
+ files compiled by GCC, this header file does not by itself cause
22
+ the resulting executable to be covered by the GNU General Public
23
+ License. This exception does not however invalidate any other
24
+ reasons why the executable file might be covered by the GNU General
25
+ Public License. */
26
+
27
+ /* Implemented from the specification included in the Intel C++ Compiler
28
+ User Guide and Reference, version 8.0. */
29
+
30
+ #ifndef _MMINTRIN_H_INCLUDED
31
+ #define _MMINTRIN_H_INCLUDED
32
+
33
+ #ifndef __MMX__
34
+ # error "MMX instruction set not enabled"
35
+ #else
36
+ /* The data type intended for user use. */
37
+ typedef int __m64 __attribute__ ((__vector_size__ (8)));
38
+
39
+ /* Internal data types for implementing the intrinsics. */
40
+ typedef int __v2si __attribute__ ((__vector_size__ (8)));
41
+ typedef short __v4hi __attribute__ ((__vector_size__ (8)));
42
+ typedef char __v8qi __attribute__ ((__vector_size__ (8)));
43
+
44
+ /* Empty the multimedia state. */
45
+ static __inline void
46
+ _mm_empty (void)
47
+ ;
48
+
49
+ static __inline void
50
+ _m_empty (void)
51
+ ;
52
+
53
+ /* Convert I to a __m64 object. The integer is zero-extended to 64-bits. */
54
+ static __inline __m64
55
+ _mm_cvtsi32_si64 (int __i)
56
+ ;
57
+
58
+ static __inline __m64
59
+ _m_from_int (int __i)
60
+ ;
61
+
62
+ #ifdef __x86_64__
63
+ /* Convert I to a __m64 object. */
64
+ static __inline __m64
65
+ _mm_cvtsi64x_si64 (long long __i)
66
+ ;
67
+
68
+ /* Convert I to a __m64 object. */
69
+ static __inline __m64
70
+ _mm_set_pi64x (long long __i)
71
+ ;
72
+ #endif
73
+
74
+ /* Convert the lower 32 bits of the __m64 object into an integer. */
75
+ static __inline int
76
+ _mm_cvtsi64_si32 (__m64 __i)
77
+ ;
78
+
79
+ static __inline int
80
+ _m_to_int (__m64 __i)
81
+ ;
82
+
83
+ #ifdef __x86_64__
84
+ /* Convert the lower 32 bits of the __m64 object into an integer. */
85
+ static __inline long long
86
+ _mm_cvtsi64_si64x (__m64 __i)
87
+ ;
88
+ #endif
89
+
90
+ /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
91
+ the result, and the four 16-bit values from M2 into the upper four 8-bit
92
+ values of the result, all with signed saturation. */
93
+ static __inline __m64
94
+ _mm_packs_pi16 (__m64 __m1, __m64 __m2)
95
+ ;
96
+
97
+ static __inline __m64
98
+ _m_packsswb (__m64 __m1, __m64 __m2)
99
+ ;
100
+
101
+ /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
102
+ the result, and the two 32-bit values from M2 into the upper two 16-bit
103
+ values of the result, all with signed saturation. */
104
+ static __inline __m64
105
+ _mm_packs_pi32 (__m64 __m1, __m64 __m2)
106
+ ;
107
+
108
+ static __inline __m64
109
+ _m_packssdw (__m64 __m1, __m64 __m2)
110
+ ;
111
+
112
+ /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
113
+ the result, and the four 16-bit values from M2 into the upper four 8-bit
114
+ values of the result, all with unsigned saturation. */
115
+ static __inline __m64
116
+ _mm_packs_pu16 (__m64 __m1, __m64 __m2)
117
+ ;
118
+
119
+ static __inline __m64
120
+ _m_packuswb (__m64 __m1, __m64 __m2)
121
+ ;
122
+
123
+ /* Interleave the four 8-bit values from the high half of M1 with the four
124
+ 8-bit values from the high half of M2. */
125
+ static __inline __m64
126
+ _mm_unpackhi_pi8 (__m64 __m1, __m64 __m2)
127
+ ;
128
+
129
+ static __inline __m64
130
+ _m_punpckhbw (__m64 __m1, __m64 __m2)
131
+ ;
132
+
133
+ /* Interleave the two 16-bit values from the high half of M1 with the two
134
+ 16-bit values from the high half of M2. */
135
+ static __inline __m64
136
+ _mm_unpackhi_pi16 (__m64 __m1, __m64 __m2)
137
+ ;
138
+
139
+ static __inline __m64
140
+ _m_punpckhwd (__m64 __m1, __m64 __m2)
141
+ ;
142
+
143
+ /* Interleave the 32-bit value from the high half of M1 with the 32-bit
144
+ value from the high half of M2. */
145
+ static __inline __m64
146
+ _mm_unpackhi_pi32 (__m64 __m1, __m64 __m2)
147
+ ;
148
+
149
+ static __inline __m64
150
+ _m_punpckhdq (__m64 __m1, __m64 __m2)
151
+ ;
152
+
153
+ /* Interleave the four 8-bit values from the low half of M1 with the four
154
+ 8-bit values from the low half of M2. */
155
+ static __inline __m64
156
+ _mm_unpacklo_pi8 (__m64 __m1, __m64 __m2)
157
+ ;
158
+
159
+ static __inline __m64
160
+ _m_punpcklbw (__m64 __m1, __m64 __m2)
161
+ ;
162
+
163
+ /* Interleave the two 16-bit values from the low half of M1 with the two
164
+ 16-bit values from the low half of M2. */
165
+ static __inline __m64
166
+ _mm_unpacklo_pi16 (__m64 __m1, __m64 __m2)
167
+ ;
168
+
169
+ static __inline __m64
170
+ _m_punpcklwd (__m64 __m1, __m64 __m2)
171
+ ;
172
+
173
+ /* Interleave the 32-bit value from the low half of M1 with the 32-bit
174
+ value from the low half of M2. */
175
+ static __inline __m64
176
+ _mm_unpacklo_pi32 (__m64 __m1, __m64 __m2)
177
+ ;
178
+
179
+ static __inline __m64
180
+ _m_punpckldq (__m64 __m1, __m64 __m2)
181
+ ;
182
+
183
+ /* Add the 8-bit values in M1 to the 8-bit values in M2. */
184
+ static __inline __m64
185
+ _mm_add_pi8 (__m64 __m1, __m64 __m2)
186
+ ;
187
+
188
+ static __inline __m64
189
+ _m_paddb (__m64 __m1, __m64 __m2)
190
+ ;
191
+
192
+ /* Add the 16-bit values in M1 to the 16-bit values in M2. */
193
+ static __inline __m64
194
+ _mm_add_pi16 (__m64 __m1, __m64 __m2)
195
+ ;
196
+
197
+ static __inline __m64
198
+ _m_paddw (__m64 __m1, __m64 __m2)
199
+ ;
200
+
201
+ /* Add the 32-bit values in M1 to the 32-bit values in M2. */
202
+ static __inline __m64
203
+ _mm_add_pi32 (__m64 __m1, __m64 __m2)
204
+ ;
205
+
206
+ static __inline __m64
207
+ _m_paddd (__m64 __m1, __m64 __m2)
208
+ ;
209
+
210
+ /* Add the 64-bit values in M1 to the 64-bit values in M2. */
211
+ static __inline __m64
212
+ _mm_add_si64 (__m64 __m1, __m64 __m2)
213
+ ;
214
+
215
+ /* Add the 8-bit values in M1 to the 8-bit values in M2 using signed
216
+ saturated arithmetic. */
217
+ static __inline __m64
218
+ _mm_adds_pi8 (__m64 __m1, __m64 __m2)
219
+ ;
220
+
221
+ static __inline __m64
222
+ _m_paddsb (__m64 __m1, __m64 __m2)
223
+ ;
224
+
225
+ /* Add the 16-bit values in M1 to the 16-bit values in M2 using signed
226
+ saturated arithmetic. */
227
+ static __inline __m64
228
+ _mm_adds_pi16 (__m64 __m1, __m64 __m2)
229
+ ;
230
+
231
+ static __inline __m64
232
+ _m_paddsw (__m64 __m1, __m64 __m2)
233
+ ;
234
+
235
+ /* Add the 8-bit values in M1 to the 8-bit values in M2 using unsigned
236
+ saturated arithmetic. */
237
+ static __inline __m64
238
+ _mm_adds_pu8 (__m64 __m1, __m64 __m2)
239
+ ;
240
+
241
+ static __inline __m64
242
+ _m_paddusb (__m64 __m1, __m64 __m2)
243
+ ;
244
+
245
+ /* Add the 16-bit values in M1 to the 16-bit values in M2 using unsigned
246
+ saturated arithmetic. */
247
+ static __inline __m64
248
+ _mm_adds_pu16 (__m64 __m1, __m64 __m2)
249
+ ;
250
+
251
+ static __inline __m64
252
+ _m_paddusw (__m64 __m1, __m64 __m2)
253
+ ;
254
+
255
+ /* Subtract the 8-bit values in M2 from the 8-bit values in M1. */
256
+ static __inline __m64
257
+ _mm_sub_pi8 (__m64 __m1, __m64 __m2)
258
+ ;
259
+
260
+ static __inline __m64
261
+ _m_psubb (__m64 __m1, __m64 __m2)
262
+ ;
263
+
264
+ /* Subtract the 16-bit values in M2 from the 16-bit values in M1. */
265
+ static __inline __m64
266
+ _mm_sub_pi16 (__m64 __m1, __m64 __m2)
267
+ ;
268
+
269
+ static __inline __m64
270
+ _m_psubw (__m64 __m1, __m64 __m2)
271
+ ;
272
+
273
+ /* Subtract the 32-bit values in M2 from the 32-bit values in M1. */
274
+ static __inline __m64
275
+ _mm_sub_pi32 (__m64 __m1, __m64 __m2)
276
+ ;
277
+
278
+ static __inline __m64
279
+ _m_psubd (__m64 __m1, __m64 __m2)
280
+ ;
281
+
282
+ /* Add the 64-bit values in M1 to the 64-bit values in M2. */
283
+ static __inline __m64
284
+ _mm_sub_si64 (__m64 __m1, __m64 __m2)
285
+ ;
286
+
287
+ /* Subtract the 8-bit values in M2 from the 8-bit values in M1 using signed
288
+ saturating arithmetic. */
289
+ static __inline __m64
290
+ _mm_subs_pi8 (__m64 __m1, __m64 __m2)
291
+ ;
292
+
293
+ static __inline __m64
294
+ _m_psubsb (__m64 __m1, __m64 __m2)
295
+ ;
296
+
297
+ /* Subtract the 16-bit values in M2 from the 16-bit values in M1 using
298
+ signed saturating arithmetic. */
299
+ static __inline __m64
300
+ _mm_subs_pi16 (__m64 __m1, __m64 __m2)
301
+ ;
302
+
303
+ static __inline __m64
304
+ _m_psubsw (__m64 __m1, __m64 __m2)
305
+ ;
306
+
307
+ /* Subtract the 8-bit values in M2 from the 8-bit values in M1 using
308
+ unsigned saturating arithmetic. */
309
+ static __inline __m64
310
+ _mm_subs_pu8 (__m64 __m1, __m64 __m2)
311
+ ;
312
+
313
+ static __inline __m64
314
+ _m_psubusb (__m64 __m1, __m64 __m2)
315
+ ;
316
+
317
+ /* Subtract the 16-bit values in M2 from the 16-bit values in M1 using
318
+ unsigned saturating arithmetic. */
319
+ static __inline __m64
320
+ _mm_subs_pu16 (__m64 __m1, __m64 __m2)
321
+ ;
322
+
323
+ static __inline __m64
324
+ _m_psubusw (__m64 __m1, __m64 __m2)
325
+ ;
326
+
327
+ /* Multiply four 16-bit values in M1 by four 16-bit values in M2 producing
328
+ four 32-bit intermediate results, which are then summed by pairs to
329
+ produce two 32-bit results. */
330
+ static __inline __m64
331
+ _mm_madd_pi16 (__m64 __m1, __m64 __m2)
332
+ ;
333
+
334
+ static __inline __m64
335
+ _m_pmaddwd (__m64 __m1, __m64 __m2)
336
+ ;
337
+
338
+ /* Multiply four signed 16-bit values in M1 by four signed 16-bit values in
339
+ M2 and produce the high 16 bits of the 32-bit results. */
340
+ static __inline __m64
341
+ _mm_mulhi_pi16 (__m64 __m1, __m64 __m2)
342
+ ;
343
+
344
+ static __inline __m64
345
+ _m_pmulhw (__m64 __m1, __m64 __m2)
346
+ ;
347
+
348
+ /* Multiply four 16-bit values in M1 by four 16-bit values in M2 and produce
349
+ the low 16 bits of the results. */
350
+ static __inline __m64
351
+ _mm_mullo_pi16 (__m64 __m1, __m64 __m2)
352
+ ;
353
+
354
+ static __inline __m64
355
+ _m_pmullw (__m64 __m1, __m64 __m2)
356
+ ;
357
+
358
+ /* Shift four 16-bit values in M left by COUNT. */
359
+ static __inline __m64
360
+ _mm_sll_pi16 (__m64 __m, __m64 __count)
361
+ ;
362
+
363
+ static __inline __m64
364
+ _m_psllw (__m64 __m, __m64 __count)
365
+ ;
366
+
367
+ static __inline __m64
368
+ _mm_slli_pi16 (__m64 __m, int __count)
369
+ ;
370
+
371
+ static __inline __m64
372
+ _m_psllwi (__m64 __m, int __count)
373
+ ;
374
+
375
+ /* Shift two 32-bit values in M left by COUNT. */
376
+ static __inline __m64
377
+ _mm_sll_pi32 (__m64 __m, __m64 __count)
378
+ ;
379
+
380
+ static __inline __m64
381
+ _m_pslld (__m64 __m, __m64 __count)
382
+ ;
383
+
384
+ static __inline __m64
385
+ _mm_slli_pi32 (__m64 __m, int __count)
386
+ ;
387
+
388
+ static __inline __m64
389
+ _m_pslldi (__m64 __m, int __count)
390
+ ;
391
+
392
+ /* Shift the 64-bit value in M left by COUNT. */
393
+ static __inline __m64
394
+ _mm_sll_si64 (__m64 __m, __m64 __count)
395
+ ;
396
+
397
+ static __inline __m64
398
+ _m_psllq (__m64 __m, __m64 __count)
399
+ ;
400
+
401
+ static __inline __m64
402
+ _mm_slli_si64 (__m64 __m, int __count)
403
+ ;
404
+
405
+ static __inline __m64
406
+ _m_psllqi (__m64 __m, int __count)
407
+ ;
408
+
409
+ /* Shift four 16-bit values in M right by COUNT; shift in the sign bit. */
410
+ static __inline __m64
411
+ _mm_sra_pi16 (__m64 __m, __m64 __count)
412
+ ;
413
+
414
+ static __inline __m64
415
+ _m_psraw (__m64 __m, __m64 __count)
416
+ ;
417
+
418
+ static __inline __m64
419
+ _mm_srai_pi16 (__m64 __m, int __count)
420
+ ;
421
+
422
+ static __inline __m64
423
+ _m_psrawi (__m64 __m, int __count)
424
+ ;
425
+
426
+ /* Shift two 32-bit values in M right by COUNT; shift in the sign bit. */
427
+ static __inline __m64
428
+ _mm_sra_pi32 (__m64 __m, __m64 __count)
429
+ ;
430
+
431
+ static __inline __m64
432
+ _m_psrad (__m64 __m, __m64 __count)
433
+ ;
434
+
435
+ static __inline __m64
436
+ _mm_srai_pi32 (__m64 __m, int __count)
437
+ ;
438
+
439
+ static __inline __m64
440
+ _m_psradi (__m64 __m, int __count)
441
+ ;
442
+
443
+ /* Shift four 16-bit values in M right by COUNT; shift in zeros. */
444
+ static __inline __m64
445
+ _mm_srl_pi16 (__m64 __m, __m64 __count)
446
+ ;
447
+
448
+ static __inline __m64
449
+ _m_psrlw (__m64 __m, __m64 __count)
450
+ ;
451
+
452
+ static __inline __m64
453
+ _mm_srli_pi16 (__m64 __m, int __count)
454
+ ;
455
+
456
+ static __inline __m64
457
+ _m_psrlwi (__m64 __m, int __count)
458
+ ;
459
+
460
+ /* Shift two 32-bit values in M right by COUNT; shift in zeros. */
461
+ static __inline __m64
462
+ _mm_srl_pi32 (__m64 __m, __m64 __count)
463
+ ;
464
+
465
+ static __inline __m64
466
+ _m_psrld (__m64 __m, __m64 __count)
467
+ ;
468
+
469
+ static __inline __m64
470
+ _mm_srli_pi32 (__m64 __m, int __count)
471
+ ;
472
+
473
+ static __inline __m64
474
+ _m_psrldi (__m64 __m, int __count)
475
+ ;
476
+
477
+ /* Shift the 64-bit value in M left by COUNT; shift in zeros. */
478
+ static __inline __m64
479
+ _mm_srl_si64 (__m64 __m, __m64 __count)
480
+ ;
481
+
482
+ static __inline __m64
483
+ _m_psrlq (__m64 __m, __m64 __count)
484
+ ;
485
+
486
+ static __inline __m64
487
+ _mm_srli_si64 (__m64 __m, int __count)
488
+ ;
489
+
490
+ static __inline __m64
491
+ _m_psrlqi (__m64 __m, int __count)
492
+ ;
493
+
494
+ /* Bit-wise AND the 64-bit values in M1 and M2. */
495
+ static __inline __m64
496
+ _mm_and_si64 (__m64 __m1, __m64 __m2)
497
+ ;
498
+
499
+ static __inline __m64
500
+ _m_pand (__m64 __m1, __m64 __m2)
501
+ ;
502
+
503
+ /* Bit-wise complement the 64-bit value in M1 and bit-wise AND it with the
504
+ 64-bit value in M2. */
505
+ static __inline __m64
506
+ _mm_andnot_si64 (__m64 __m1, __m64 __m2)
507
+ ;
508
+
509
+ static __inline __m64
510
+ _m_pandn (__m64 __m1, __m64 __m2)
511
+ ;
512
+
513
+ /* Bit-wise inclusive OR the 64-bit values in M1 and M2. */
514
+ static __inline __m64
515
+ _mm_or_si64 (__m64 __m1, __m64 __m2)
516
+ ;
517
+
518
+ static __inline __m64
519
+ _m_por (__m64 __m1, __m64 __m2)
520
+ ;
521
+
522
+ /* Bit-wise exclusive OR the 64-bit values in M1 and M2. */
523
+ static __inline __m64
524
+ _mm_xor_si64 (__m64 __m1, __m64 __m2)
525
+ ;
526
+
527
+ static __inline __m64
528
+ _m_pxor (__m64 __m1, __m64 __m2)
529
+ ;
530
+
531
+ /* Compare eight 8-bit values. The result of the comparison is 0xFF if the
532
+ test is true and zero if false. */
533
+ static __inline __m64
534
+ _mm_cmpeq_pi8 (__m64 __m1, __m64 __m2)
535
+ ;
536
+
537
+ static __inline __m64
538
+ _m_pcmpeqb (__m64 __m1, __m64 __m2)
539
+ ;
540
+
541
+ static __inline __m64
542
+ _mm_cmpgt_pi8 (__m64 __m1, __m64 __m2)
543
+ ;
544
+
545
+ static __inline __m64
546
+ _m_pcmpgtb (__m64 __m1, __m64 __m2)
547
+ ;
548
+
549
+ /* Compare four 16-bit values. The result of the comparison is 0xFFFF if
550
+ the test is true and zero if false. */
551
+ static __inline __m64
552
+ _mm_cmpeq_pi16 (__m64 __m1, __m64 __m2)
553
+ ;
554
+
555
+ static __inline __m64
556
+ _m_pcmpeqw (__m64 __m1, __m64 __m2)
557
+ ;
558
+
559
+ static __inline __m64
560
+ _mm_cmpgt_pi16 (__m64 __m1, __m64 __m2)
561
+ ;
562
+
563
+ static __inline __m64
564
+ _m_pcmpgtw (__m64 __m1, __m64 __m2)
565
+ ;
566
+
567
+ /* Compare two 32-bit values. The result of the comparison is 0xFFFFFFFF if
568
+ the test is true and zero if false. */
569
+ static __inline __m64
570
+ _mm_cmpeq_pi32 (__m64 __m1, __m64 __m2)
571
+ ;
572
+
573
+ static __inline __m64
574
+ _m_pcmpeqd (__m64 __m1, __m64 __m2)
575
+ ;
576
+
577
+ static __inline __m64
578
+ _mm_cmpgt_pi32 (__m64 __m1, __m64 __m2)
579
+ ;
580
+
581
+ static __inline __m64
582
+ _m_pcmpgtd (__m64 __m1, __m64 __m2)
583
+ ;
584
+
585
+ /* Creates a 64-bit zero. */
586
+ static __inline __m64
587
+ _mm_setzero_si64 (void)
588
+ ;
589
+
590
+ /* Creates a vector of two 32-bit values; I0 is least significant. */
591
+ static __inline __m64
592
+ _mm_set_pi32 (int __i1, int __i0)
593
+ ;
594
+
595
+ /* Creates a vector of four 16-bit values; W0 is least significant. */
596
+ static __inline __m64
597
+ _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0)
598
+ ;
599
+
600
+ /* Creates a vector of eight 8-bit values; B0 is least significant. */
601
+ static __inline __m64
602
+ _mm_set_pi8 (char __b7, char __b6, char __b5, char __b4,
603
+ char __b3, char __b2, char __b1, char __b0)
604
+ ;
605
+
606
+ /* Similar, but with the arguments in reverse order. */
607
+ static __inline __m64
608
+ _mm_setr_pi32 (int __i0, int __i1)
609
+ ;
610
+
611
+ static __inline __m64
612
+ _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3)
613
+ ;
614
+
615
+ static __inline __m64
616
+ _mm_setr_pi8 (char __b0, char __b1, char __b2, char __b3,
617
+ char __b4, char __b5, char __b6, char __b7)
618
+ ;
619
+
620
+ /* Creates a vector of two 32-bit values, both elements containing I. */
621
+ static __inline __m64
622
+ _mm_set1_pi32 (int __i)
623
+ ;
624
+
625
+ /* Creates a vector of four 16-bit values, all elements containing W. */
626
+ static __inline __m64
627
+ _mm_set1_pi16 (short __w)
628
+ ;
629
+
630
+ /* Creates a vector of eight 8-bit values, all elements containing B. */
631
+ static __inline __m64
632
+ _mm_set1_pi8 (char __b)
633
+ ;
634
+
635
+ #endif /* __MMX__ */
636
+ #endif /* _MMINTRIN_H_INCLUDED */