gccxml_gem 0.9.3-x86-darwin-10

Sign up to get free protection for your applications and to get access to all the features.
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,669 @@
1
+ /* APPLE LOCAL file mainline 2005-06-30 Radar 4131077 */
2
+ /* Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3
+
4
+ This file is part of GCC.
5
+
6
+ GCC is free software; you can redistribute it and/or modify
7
+ it under the terms of the GNU General Public License as published by
8
+ the Free Software Foundation; either version 2, or (at your option)
9
+ any later version.
10
+
11
+ GCC is distributed in the hope that it will be useful,
12
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ GNU General Public License for more details.
15
+
16
+ You should have received a copy of the GNU General Public License
17
+ along with GCC; see the file COPYING. If not, write to
18
+ the Free Software Foundation, 51 Franklin Street, Fifth Floor,
19
+ Boston, MA 02110-1301, USA. */
20
+
21
+ /* As a special exception, if you include this header file into source
22
+ files compiled by GCC, this header file does not by itself cause
23
+ the resulting executable to be covered by the GNU General Public
24
+ License. This exception does not however invalidate any other
25
+ reasons why the executable file might be covered by the GNU General
26
+ Public License. */
27
+
28
+ /* Implemented from the specification included in the Intel C++ Compiler
29
+ User Guide and Reference, version 9.0. */
30
+
31
+ #ifndef _MMINTRIN_H_INCLUDED
32
+ #define _MMINTRIN_H_INCLUDED
33
+
34
+ #ifndef __MMX__
35
+ # error "MMX instruction set not enabled"
36
+ #else
37
+ /* The data type intended for user use. */
38
+ /* APPLE LOCAL 4505813 */
39
+ typedef long long __m64 __attribute__ ((__vector_size__ (8)));
40
+
41
+ /* Internal data types for implementing the intrinsics. */
42
+ typedef int __v2si __attribute__ ((__vector_size__ (8)));
43
+ typedef short __v4hi __attribute__ ((__vector_size__ (8)));
44
+ typedef char __v8qi __attribute__ ((__vector_size__ (8)));
45
+
46
+ /* APPLE LOCAL begin nodebug inline 4152603 */
47
+ #define __always_inline__ __always_inline__, __nodebug__
48
+ /* APPLE LOCAL end nodebug inline 4152603 */
49
+
50
+ /* Empty the multimedia state. */
51
+ /* APPLE LOCAL begin radar 4152603 */
52
+ static __inline void __attribute__((__always_inline__))
53
+ _mm_empty (void)
54
+ ;
55
+
56
+ static __inline void __attribute__((__always_inline__))
57
+ _m_empty (void)
58
+ ;
59
+
60
+ /* Convert I to a __m64 object. The integer is zero-extended to 64-bits. */
61
+ static __inline __m64 __attribute__((__always_inline__))
62
+ _mm_cvtsi32_si64 (int __i)
63
+ ;
64
+
65
+ static __inline __m64 __attribute__((__always_inline__))
66
+ _m_from_int (int __i)
67
+ ;
68
+
69
+ #ifdef __x86_64__
70
+ /* Convert I to a __m64 object. */
71
+
72
+ /* Intel intrinsic. */
73
+ static __inline __m64 __attribute__((__always_inline__))
74
+ _m_from_int64 (long long __i)
75
+ ;
76
+
77
+ static __inline __m64 __attribute__((__always_inline__))
78
+ _mm_cvtsi64_m64 (long long __i)
79
+ ;
80
+
81
+ /* Microsoft intrinsic. */
82
+ static __inline __m64 __attribute__((__always_inline__))
83
+ _mm_cvtsi64x_si64 (long long __i)
84
+ ;
85
+
86
+ static __inline __m64 __attribute__((__always_inline__))
87
+ _mm_set_pi64x (long long __i)
88
+ ;
89
+ #endif
90
+
91
+ /* Convert the lower 32 bits of the __m64 object into an integer. */
92
+ static __inline int __attribute__((__always_inline__))
93
+ _mm_cvtsi64_si32 (__m64 __i)
94
+ ;
95
+
96
+ static __inline int __attribute__((__always_inline__))
97
+ _m_to_int (__m64 __i)
98
+ ;
99
+
100
+ #ifdef __x86_64__
101
+ /* Convert the __m64 object to a 64bit integer. */
102
+
103
+ /* Intel intrinsic. */
104
+ static __inline long long __attribute__((__always_inline__))
105
+ _m_to_int64 (__m64 __i)
106
+ ;
107
+
108
+ static __inline long long __attribute__((__always_inline__))
109
+ _mm_cvtm64_si64 (__m64 __i)
110
+ ;
111
+
112
+ /* Microsoft intrinsic. */
113
+ static __inline long long __attribute__((__always_inline__))
114
+ _mm_cvtsi64_si64x (__m64 __i)
115
+ ;
116
+ #endif
117
+
118
+ /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
119
+ the result, and the four 16-bit values from M2 into the upper four 8-bit
120
+ values of the result, all with signed saturation. */
121
+ static __inline __m64 __attribute__((__always_inline__))
122
+ _mm_packs_pi16 (__m64 __m1, __m64 __m2)
123
+ ;
124
+
125
+ static __inline __m64 __attribute__((__always_inline__))
126
+ _m_packsswb (__m64 __m1, __m64 __m2)
127
+ ;
128
+
129
+ /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
130
+ the result, and the two 32-bit values from M2 into the upper two 16-bit
131
+ values of the result, all with signed saturation. */
132
+ static __inline __m64 __attribute__((__always_inline__))
133
+ _mm_packs_pi32 (__m64 __m1, __m64 __m2)
134
+ ;
135
+
136
+ static __inline __m64 __attribute__((__always_inline__))
137
+ _m_packssdw (__m64 __m1, __m64 __m2)
138
+ ;
139
+
140
+ /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
141
+ the result, and the four 16-bit values from M2 into the upper four 8-bit
142
+ values of the result, all with unsigned saturation. */
143
+ static __inline __m64 __attribute__((__always_inline__))
144
+ _mm_packs_pu16 (__m64 __m1, __m64 __m2)
145
+ ;
146
+
147
+ static __inline __m64 __attribute__((__always_inline__))
148
+ _m_packuswb (__m64 __m1, __m64 __m2)
149
+ ;
150
+
151
+ /* Interleave the four 8-bit values from the high half of M1 with the four
152
+ 8-bit values from the high half of M2. */
153
+ static __inline __m64 __attribute__((__always_inline__))
154
+ _mm_unpackhi_pi8 (__m64 __m1, __m64 __m2)
155
+ ;
156
+
157
+ static __inline __m64 __attribute__((__always_inline__))
158
+ _m_punpckhbw (__m64 __m1, __m64 __m2)
159
+ ;
160
+
161
+ /* Interleave the two 16-bit values from the high half of M1 with the two
162
+ 16-bit values from the high half of M2. */
163
+ static __inline __m64 __attribute__((__always_inline__))
164
+ _mm_unpackhi_pi16 (__m64 __m1, __m64 __m2)
165
+ ;
166
+
167
+ static __inline __m64 __attribute__((__always_inline__))
168
+ _m_punpckhwd (__m64 __m1, __m64 __m2)
169
+ ;
170
+
171
+ /* Interleave the 32-bit value from the high half of M1 with the 32-bit
172
+ value from the high half of M2. */
173
+ static __inline __m64 __attribute__((__always_inline__))
174
+ _mm_unpackhi_pi32 (__m64 __m1, __m64 __m2)
175
+ ;
176
+
177
+ static __inline __m64 __attribute__((__always_inline__))
178
+ _m_punpckhdq (__m64 __m1, __m64 __m2)
179
+ ;
180
+
181
+ /* Interleave the four 8-bit values from the low half of M1 with the four
182
+ 8-bit values from the low half of M2. */
183
+ static __inline __m64 __attribute__((__always_inline__))
184
+ _mm_unpacklo_pi8 (__m64 __m1, __m64 __m2)
185
+ ;
186
+
187
+ static __inline __m64 __attribute__((__always_inline__))
188
+ _m_punpcklbw (__m64 __m1, __m64 __m2)
189
+ ;
190
+
191
+ /* Interleave the two 16-bit values from the low half of M1 with the two
192
+ 16-bit values from the low half of M2. */
193
+ static __inline __m64 __attribute__((__always_inline__))
194
+ _mm_unpacklo_pi16 (__m64 __m1, __m64 __m2)
195
+ ;
196
+
197
+ static __inline __m64 __attribute__((__always_inline__))
198
+ _m_punpcklwd (__m64 __m1, __m64 __m2)
199
+ ;
200
+
201
+ /* Interleave the 32-bit value from the low half of M1 with the 32-bit
202
+ value from the low half of M2. */
203
+ static __inline __m64 __attribute__((__always_inline__))
204
+ _mm_unpacklo_pi32 (__m64 __m1, __m64 __m2)
205
+ ;
206
+
207
+ static __inline __m64 __attribute__((__always_inline__))
208
+ _m_punpckldq (__m64 __m1, __m64 __m2)
209
+ ;
210
+
211
+ /* Add the 8-bit values in M1 to the 8-bit values in M2. */
212
+ static __inline __m64 __attribute__((__always_inline__))
213
+ _mm_add_pi8 (__m64 __m1, __m64 __m2)
214
+ ;
215
+
216
+ static __inline __m64 __attribute__((__always_inline__))
217
+ _m_paddb (__m64 __m1, __m64 __m2)
218
+ ;
219
+
220
+ /* Add the 16-bit values in M1 to the 16-bit values in M2. */
221
+ static __inline __m64 __attribute__((__always_inline__))
222
+ _mm_add_pi16 (__m64 __m1, __m64 __m2)
223
+ ;
224
+
225
+ static __inline __m64 __attribute__((__always_inline__))
226
+ _m_paddw (__m64 __m1, __m64 __m2)
227
+ ;
228
+
229
+ /* Add the 32-bit values in M1 to the 32-bit values in M2. */
230
+ static __inline __m64 __attribute__((__always_inline__))
231
+ _mm_add_pi32 (__m64 __m1, __m64 __m2)
232
+ ;
233
+
234
+ static __inline __m64 __attribute__((__always_inline__))
235
+ _m_paddd (__m64 __m1, __m64 __m2)
236
+ ;
237
+
238
+ /* Add the 64-bit values in M1 to the 64-bit values in M2. */
239
+ static __inline __m64 __attribute__((__always_inline__))
240
+ _mm_add_si64 (__m64 __m1, __m64 __m2)
241
+ ;
242
+
243
+ /* Add the 8-bit values in M1 to the 8-bit values in M2 using signed
244
+ saturated arithmetic. */
245
+ static __inline __m64 __attribute__((__always_inline__))
246
+ _mm_adds_pi8 (__m64 __m1, __m64 __m2)
247
+ ;
248
+
249
+ static __inline __m64 __attribute__((__always_inline__))
250
+ _m_paddsb (__m64 __m1, __m64 __m2)
251
+ ;
252
+
253
+ /* Add the 16-bit values in M1 to the 16-bit values in M2 using signed
254
+ saturated arithmetic. */
255
+ static __inline __m64 __attribute__((__always_inline__))
256
+ _mm_adds_pi16 (__m64 __m1, __m64 __m2)
257
+ ;
258
+
259
+ static __inline __m64 __attribute__((__always_inline__))
260
+ _m_paddsw (__m64 __m1, __m64 __m2)
261
+ ;
262
+
263
+ /* Add the 8-bit values in M1 to the 8-bit values in M2 using unsigned
264
+ saturated arithmetic. */
265
+ static __inline __m64 __attribute__((__always_inline__))
266
+ _mm_adds_pu8 (__m64 __m1, __m64 __m2)
267
+ ;
268
+
269
+ static __inline __m64 __attribute__((__always_inline__))
270
+ _m_paddusb (__m64 __m1, __m64 __m2)
271
+ ;
272
+
273
+ /* Add the 16-bit values in M1 to the 16-bit values in M2 using unsigned
274
+ saturated arithmetic. */
275
+ static __inline __m64 __attribute__((__always_inline__))
276
+ _mm_adds_pu16 (__m64 __m1, __m64 __m2)
277
+ ;
278
+
279
+ static __inline __m64 __attribute__((__always_inline__))
280
+ _m_paddusw (__m64 __m1, __m64 __m2)
281
+ ;
282
+
283
+ /* Subtract the 8-bit values in M2 from the 8-bit values in M1. */
284
+ static __inline __m64 __attribute__((__always_inline__))
285
+ _mm_sub_pi8 (__m64 __m1, __m64 __m2)
286
+ ;
287
+
288
+ static __inline __m64 __attribute__((__always_inline__))
289
+ _m_psubb (__m64 __m1, __m64 __m2)
290
+ ;
291
+
292
+ /* Subtract the 16-bit values in M2 from the 16-bit values in M1. */
293
+ static __inline __m64 __attribute__((__always_inline__))
294
+ _mm_sub_pi16 (__m64 __m1, __m64 __m2)
295
+ ;
296
+
297
+ static __inline __m64 __attribute__((__always_inline__))
298
+ _m_psubw (__m64 __m1, __m64 __m2)
299
+ ;
300
+
301
+ /* Subtract the 32-bit values in M2 from the 32-bit values in M1. */
302
+ static __inline __m64 __attribute__((__always_inline__))
303
+ _mm_sub_pi32 (__m64 __m1, __m64 __m2)
304
+ ;
305
+
306
+ static __inline __m64 __attribute__((__always_inline__))
307
+ _m_psubd (__m64 __m1, __m64 __m2)
308
+ ;
309
+
310
+ /* Add the 64-bit values in M1 to the 64-bit values in M2. */
311
+ static __inline __m64 __attribute__((__always_inline__))
312
+ _mm_sub_si64 (__m64 __m1, __m64 __m2)
313
+ ;
314
+
315
+ /* Subtract the 8-bit values in M2 from the 8-bit values in M1 using signed
316
+ saturating arithmetic. */
317
+ static __inline __m64 __attribute__((__always_inline__))
318
+ _mm_subs_pi8 (__m64 __m1, __m64 __m2)
319
+ ;
320
+
321
+ static __inline __m64 __attribute__((__always_inline__))
322
+ _m_psubsb (__m64 __m1, __m64 __m2)
323
+ ;
324
+
325
+ /* Subtract the 16-bit values in M2 from the 16-bit values in M1 using
326
+ signed saturating arithmetic. */
327
+ static __inline __m64 __attribute__((__always_inline__))
328
+ _mm_subs_pi16 (__m64 __m1, __m64 __m2)
329
+ ;
330
+
331
+ static __inline __m64 __attribute__((__always_inline__))
332
+ _m_psubsw (__m64 __m1, __m64 __m2)
333
+ ;
334
+
335
+ /* Subtract the 8-bit values in M2 from the 8-bit values in M1 using
336
+ unsigned saturating arithmetic. */
337
+ static __inline __m64 __attribute__((__always_inline__))
338
+ _mm_subs_pu8 (__m64 __m1, __m64 __m2)
339
+ ;
340
+
341
+ static __inline __m64 __attribute__((__always_inline__))
342
+ _m_psubusb (__m64 __m1, __m64 __m2)
343
+ ;
344
+
345
+ /* Subtract the 16-bit values in M2 from the 16-bit values in M1 using
346
+ unsigned saturating arithmetic. */
347
+ static __inline __m64 __attribute__((__always_inline__))
348
+ _mm_subs_pu16 (__m64 __m1, __m64 __m2)
349
+ ;
350
+
351
+ static __inline __m64 __attribute__((__always_inline__))
352
+ _m_psubusw (__m64 __m1, __m64 __m2)
353
+ ;
354
+
355
+ /* Multiply four 16-bit values in M1 by four 16-bit values in M2 producing
356
+ four 32-bit intermediate results, which are then summed by pairs to
357
+ produce two 32-bit results. */
358
+ static __inline __m64 __attribute__((__always_inline__))
359
+ _mm_madd_pi16 (__m64 __m1, __m64 __m2)
360
+ ;
361
+
362
+ static __inline __m64 __attribute__((__always_inline__))
363
+ _m_pmaddwd (__m64 __m1, __m64 __m2)
364
+ ;
365
+
366
+ /* Multiply four signed 16-bit values in M1 by four signed 16-bit values in
367
+ M2 and produce the high 16 bits of the 32-bit results. */
368
+ static __inline __m64 __attribute__((__always_inline__))
369
+ _mm_mulhi_pi16 (__m64 __m1, __m64 __m2)
370
+ ;
371
+
372
+ static __inline __m64 __attribute__((__always_inline__))
373
+ _m_pmulhw (__m64 __m1, __m64 __m2)
374
+ ;
375
+
376
+ /* Multiply four 16-bit values in M1 by four 16-bit values in M2 and produce
377
+ the low 16 bits of the results. */
378
+ static __inline __m64 __attribute__((__always_inline__))
379
+ _mm_mullo_pi16 (__m64 __m1, __m64 __m2)
380
+ ;
381
+
382
+ static __inline __m64 __attribute__((__always_inline__))
383
+ _m_pmullw (__m64 __m1, __m64 __m2)
384
+ ;
385
+
386
+ /* Shift four 16-bit values in M left by COUNT. */
387
+ static __inline __m64 __attribute__((__always_inline__))
388
+ _mm_sll_pi16 (__m64 __m, __m64 __count)
389
+ ;
390
+
391
+ static __inline __m64 __attribute__((__always_inline__))
392
+ _m_psllw (__m64 __m, __m64 __count)
393
+ ;
394
+
395
+ static __inline __m64 __attribute__((__always_inline__))
396
+ _mm_slli_pi16 (__m64 __m, int __count)
397
+ ;
398
+
399
+ static __inline __m64 __attribute__((__always_inline__))
400
+ _m_psllwi (__m64 __m, int __count)
401
+ ;
402
+
403
+ /* Shift two 32-bit values in M left by COUNT. */
404
+ static __inline __m64 __attribute__((__always_inline__))
405
+ _mm_sll_pi32 (__m64 __m, __m64 __count)
406
+ ;
407
+
408
+ static __inline __m64 __attribute__((__always_inline__))
409
+ _m_pslld (__m64 __m, __m64 __count)
410
+ ;
411
+
412
+ static __inline __m64 __attribute__((__always_inline__))
413
+ _mm_slli_pi32 (__m64 __m, int __count)
414
+ ;
415
+
416
+ static __inline __m64 __attribute__((__always_inline__))
417
+ _m_pslldi (__m64 __m, int __count)
418
+ ;
419
+
420
+ /* Shift the 64-bit value in M left by COUNT. */
421
+ static __inline __m64 __attribute__((__always_inline__))
422
+ _mm_sll_si64 (__m64 __m, __m64 __count)
423
+ ;
424
+
425
+ static __inline __m64 __attribute__((__always_inline__))
426
+ _m_psllq (__m64 __m, __m64 __count)
427
+ ;
428
+
429
+ static __inline __m64 __attribute__((__always_inline__))
430
+ _mm_slli_si64 (__m64 __m, int __count)
431
+ ;
432
+
433
+ static __inline __m64 __attribute__((__always_inline__))
434
+ _m_psllqi (__m64 __m, int __count)
435
+ ;
436
+
437
+ /* Shift four 16-bit values in M right by COUNT; shift in the sign bit. */
438
+ static __inline __m64 __attribute__((__always_inline__))
439
+ _mm_sra_pi16 (__m64 __m, __m64 __count)
440
+ ;
441
+
442
+ static __inline __m64 __attribute__((__always_inline__))
443
+ _m_psraw (__m64 __m, __m64 __count)
444
+ ;
445
+
446
+ static __inline __m64 __attribute__((__always_inline__))
447
+ _mm_srai_pi16 (__m64 __m, int __count)
448
+ ;
449
+
450
+ static __inline __m64 __attribute__((__always_inline__))
451
+ _m_psrawi (__m64 __m, int __count)
452
+ ;
453
+
454
+ /* Shift two 32-bit values in M right by COUNT; shift in the sign bit. */
455
+ static __inline __m64 __attribute__((__always_inline__))
456
+ _mm_sra_pi32 (__m64 __m, __m64 __count)
457
+ ;
458
+
459
+ static __inline __m64 __attribute__((__always_inline__))
460
+ _m_psrad (__m64 __m, __m64 __count)
461
+ ;
462
+
463
+ static __inline __m64 __attribute__((__always_inline__))
464
+ _mm_srai_pi32 (__m64 __m, int __count)
465
+ ;
466
+
467
+ static __inline __m64 __attribute__((__always_inline__))
468
+ _m_psradi (__m64 __m, int __count)
469
+ ;
470
+
471
+ /* Shift four 16-bit values in M right by COUNT; shift in zeros. */
472
+ static __inline __m64 __attribute__((__always_inline__))
473
+ _mm_srl_pi16 (__m64 __m, __m64 __count)
474
+ ;
475
+
476
+ static __inline __m64 __attribute__((__always_inline__))
477
+ _m_psrlw (__m64 __m, __m64 __count)
478
+ ;
479
+
480
+ static __inline __m64 __attribute__((__always_inline__))
481
+ _mm_srli_pi16 (__m64 __m, int __count)
482
+ ;
483
+
484
+ static __inline __m64 __attribute__((__always_inline__))
485
+ _m_psrlwi (__m64 __m, int __count)
486
+ ;
487
+
488
+ /* Shift two 32-bit values in M right by COUNT; shift in zeros. */
489
+ static __inline __m64 __attribute__((__always_inline__))
490
+ _mm_srl_pi32 (__m64 __m, __m64 __count)
491
+ ;
492
+
493
+ static __inline __m64 __attribute__((__always_inline__))
494
+ _m_psrld (__m64 __m, __m64 __count)
495
+ ;
496
+
497
+ static __inline __m64 __attribute__((__always_inline__))
498
+ _mm_srli_pi32 (__m64 __m, int __count)
499
+ ;
500
+
501
+ static __inline __m64 __attribute__((__always_inline__))
502
+ _m_psrldi (__m64 __m, int __count)
503
+ ;
504
+
505
+ /* Shift the 64-bit value in M left by COUNT; shift in zeros. */
506
+ static __inline __m64 __attribute__((__always_inline__))
507
+ _mm_srl_si64 (__m64 __m, __m64 __count)
508
+ ;
509
+
510
+ static __inline __m64 __attribute__((__always_inline__))
511
+ _m_psrlq (__m64 __m, __m64 __count)
512
+ ;
513
+
514
+ static __inline __m64 __attribute__((__always_inline__))
515
+ _mm_srli_si64 (__m64 __m, int __count)
516
+ ;
517
+
518
+ static __inline __m64 __attribute__((__always_inline__))
519
+ _m_psrlqi (__m64 __m, int __count)
520
+ ;
521
+
522
+ /* Bit-wise AND the 64-bit values in M1 and M2. */
523
+ static __inline __m64 __attribute__((__always_inline__))
524
+ _mm_and_si64 (__m64 __m1, __m64 __m2)
525
+ ;
526
+
527
+ static __inline __m64 __attribute__((__always_inline__))
528
+ _m_pand (__m64 __m1, __m64 __m2)
529
+ ;
530
+
531
+ /* Bit-wise complement the 64-bit value in M1 and bit-wise AND it with the
532
+ 64-bit value in M2. */
533
+ static __inline __m64 __attribute__((__always_inline__))
534
+ _mm_andnot_si64 (__m64 __m1, __m64 __m2)
535
+ ;
536
+
537
+ static __inline __m64 __attribute__((__always_inline__))
538
+ _m_pandn (__m64 __m1, __m64 __m2)
539
+ ;
540
+
541
+ /* Bit-wise inclusive OR the 64-bit values in M1 and M2. */
542
+ static __inline __m64 __attribute__((__always_inline__))
543
+ _mm_or_si64 (__m64 __m1, __m64 __m2)
544
+ ;
545
+
546
+ static __inline __m64 __attribute__((__always_inline__))
547
+ _m_por (__m64 __m1, __m64 __m2)
548
+ ;
549
+
550
+ /* Bit-wise exclusive OR the 64-bit values in M1 and M2. */
551
+ static __inline __m64 __attribute__((__always_inline__))
552
+ _mm_xor_si64 (__m64 __m1, __m64 __m2)
553
+ ;
554
+
555
+ static __inline __m64 __attribute__((__always_inline__))
556
+ _m_pxor (__m64 __m1, __m64 __m2)
557
+ ;
558
+
559
+ /* Compare eight 8-bit values. The result of the comparison is 0xFF if the
560
+ test is true and zero if false. */
561
+ static __inline __m64 __attribute__((__always_inline__))
562
+ _mm_cmpeq_pi8 (__m64 __m1, __m64 __m2)
563
+ ;
564
+
565
+ static __inline __m64 __attribute__((__always_inline__))
566
+ _m_pcmpeqb (__m64 __m1, __m64 __m2)
567
+ ;
568
+
569
+ static __inline __m64 __attribute__((__always_inline__))
570
+ _mm_cmpgt_pi8 (__m64 __m1, __m64 __m2)
571
+ ;
572
+
573
+ static __inline __m64 __attribute__((__always_inline__))
574
+ _m_pcmpgtb (__m64 __m1, __m64 __m2)
575
+ ;
576
+
577
+ /* Compare four 16-bit values. The result of the comparison is 0xFFFF if
578
+ the test is true and zero if false. */
579
+ static __inline __m64 __attribute__((__always_inline__))
580
+ _mm_cmpeq_pi16 (__m64 __m1, __m64 __m2)
581
+ ;
582
+
583
+ static __inline __m64 __attribute__((__always_inline__))
584
+ _m_pcmpeqw (__m64 __m1, __m64 __m2)
585
+ ;
586
+
587
+ static __inline __m64 __attribute__((__always_inline__))
588
+ _mm_cmpgt_pi16 (__m64 __m1, __m64 __m2)
589
+ ;
590
+
591
+ static __inline __m64 __attribute__((__always_inline__))
592
+ _m_pcmpgtw (__m64 __m1, __m64 __m2)
593
+ ;
594
+
595
+ /* Compare two 32-bit values. The result of the comparison is 0xFFFFFFFF if
596
+ the test is true and zero if false. */
597
+ static __inline __m64 __attribute__((__always_inline__))
598
+ _mm_cmpeq_pi32 (__m64 __m1, __m64 __m2)
599
+ ;
600
+
601
+ static __inline __m64 __attribute__((__always_inline__))
602
+ _m_pcmpeqd (__m64 __m1, __m64 __m2)
603
+ ;
604
+
605
+ static __inline __m64 __attribute__((__always_inline__))
606
+ _mm_cmpgt_pi32 (__m64 __m1, __m64 __m2)
607
+ ;
608
+
609
+ static __inline __m64 __attribute__((__always_inline__))
610
+ _m_pcmpgtd (__m64 __m1, __m64 __m2)
611
+ ;
612
+
613
+ /* Creates a 64-bit zero. */
614
+ static __inline __m64 __attribute__((__always_inline__))
615
+ _mm_setzero_si64 (void)
616
+ ;
617
+
618
+ /* Creates a vector of two 32-bit values; I0 is least significant. */
619
+ static __inline __m64 __attribute__((__always_inline__))
620
+ _mm_set_pi32 (int __i1, int __i0)
621
+ ;
622
+
623
+ /* Creates a vector of four 16-bit values; W0 is least significant. */
624
+ static __inline __m64 __attribute__((__always_inline__))
625
+ _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0)
626
+ ;
627
+
628
+ /* Creates a vector of eight 8-bit values; B0 is least significant. */
629
+ static __inline __m64 __attribute__((__always_inline__))
630
+ _mm_set_pi8 (char __b7, char __b6, char __b5, char __b4,
631
+ char __b3, char __b2, char __b1, char __b0)
632
+ ;
633
+
634
+ /* Similar, but with the arguments in reverse order. */
635
+ static __inline __m64 __attribute__((__always_inline__))
636
+ _mm_setr_pi32 (int __i0, int __i1)
637
+ ;
638
+
639
+ static __inline __m64 __attribute__((__always_inline__))
640
+ _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3)
641
+ ;
642
+
643
+ static __inline __m64 __attribute__((__always_inline__))
644
+ _mm_setr_pi8 (char __b0, char __b1, char __b2, char __b3,
645
+ char __b4, char __b5, char __b6, char __b7)
646
+ ;
647
+
648
+ /* Creates a vector of two 32-bit values, both elements containing I. */
649
+ static __inline __m64 __attribute__((__always_inline__))
650
+ _mm_set1_pi32 (int __i)
651
+ ;
652
+
653
+ /* Creates a vector of four 16-bit values, all elements containing W. */
654
+ static __inline __m64 __attribute__((__always_inline__))
655
+ _mm_set1_pi16 (short __w)
656
+ ;
657
+
658
+ /* Creates a vector of eight 8-bit values, all elements containing B. */
659
+ static __inline __m64 __attribute__((__always_inline__))
660
+ _mm_set1_pi8 (char __b)
661
+ ;
662
+ /* APPLE LOCAL end radar 4152603 */
663
+
664
+ /* APPLE LOCAL begin nodebug inline 4152603 */
665
+ #undef __always_inline__
666
+ /* APPLE LOCAL end nodebug inline 4152603 */
667
+
668
+ #endif /* __MMX__ */
669
+ #endif /* _MMINTRIN_H_INCLUDED */