Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 1 | /* ===-------- Intrin.h ---------------------------------------------------=== |
| 2 | * |
| 3 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4 | * of this software and associated documentation files (the "Software"), to deal |
| 5 | * in the Software without restriction, including without limitation the rights |
| 6 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 7 | * copies of the Software, and to permit persons to whom the Software is |
| 8 | * furnished to do so, subject to the following conditions: |
| 9 | * |
| 10 | * The above copyright notice and this permission notice shall be included in |
| 11 | * all copies or substantial portions of the Software. |
| 12 | * |
| 13 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 14 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 15 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 16 | * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 17 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 18 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 19 | * THE SOFTWARE. |
| 20 | * |
| 21 | *===-----------------------------------------------------------------------=== |
| 22 | */ |
| 23 | |
| 24 | /* Only include this if we're compiling for the windows platform. */ |
| 25 | #ifndef _MSC_VER |
| 26 | #include_next <Intrin.h> |
| 27 | #else |
| 28 | |
| 29 | #ifndef __INTRIN_H |
| 30 | #define __INTRIN_H |
| 31 | |
| 32 | /* First include the standard intrinsics. */ |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 33 | #if defined(__i386__) || defined(__x86_64__) |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 34 | #include <x86intrin.h> |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 35 | #endif |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 36 | |
Hans Wennborg | 1fd6dd3 | 2014-01-28 23:01:59 +0000 | [diff] [blame] | 37 | /* For the definition of jmp_buf. */ |
Nico Weber | a62cffa | 2014-07-08 18:34:46 +0000 | [diff] [blame] | 38 | #if __STDC_HOSTED__ |
Hans Wennborg | 1fd6dd3 | 2014-01-28 23:01:59 +0000 | [diff] [blame] | 39 | #include <setjmp.h> |
Nico Weber | a62cffa | 2014-07-08 18:34:46 +0000 | [diff] [blame] | 40 | #endif |
Hans Wennborg | 1fd6dd3 | 2014-01-28 23:01:59 +0000 | [diff] [blame] | 41 | |
Eric Christopher | 5a9bec1 | 2015-06-15 23:20:35 +0000 | [diff] [blame] | 42 | /* Define the default attributes for the functions in this file. */ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 43 | #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__)) |
Eric Christopher | 5a9bec1 | 2015-06-15 23:20:35 +0000 | [diff] [blame] | 44 | |
Eric Christopher | 0db88a7 | 2013-09-18 22:24:01 +0000 | [diff] [blame] | 45 | #ifdef __cplusplus |
| 46 | extern "C" { |
| 47 | #endif |
| 48 | |
Saleem Abdulrasool | c4ebb12 | 2014-07-08 05:46:04 +0000 | [diff] [blame] | 49 | #if defined(__MMX__) |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 50 | /* And the random ones that aren't in those files. */ |
| 51 | __m64 _m_from_float(float); |
| 52 | __m64 _m_from_int(int _l); |
| 53 | void _m_prefetch(void *); |
| 54 | float _m_to_float(__m64); |
| 55 | int _m_to_int(__m64 _M); |
Saleem Abdulrasool | c4ebb12 | 2014-07-08 05:46:04 +0000 | [diff] [blame] | 56 | #endif |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 57 | |
| 58 | /* Other assorted instruction intrinsics. */ |
| 59 | void __addfsbyte(unsigned long, unsigned char); |
| 60 | void __addfsdword(unsigned long, unsigned long); |
| 61 | void __addfsword(unsigned long, unsigned short); |
| 62 | void __code_seg(const char *); |
Hans Wennborg | 854f7d3 | 2014-01-16 23:39:35 +0000 | [diff] [blame] | 63 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 64 | void __cpuid(int[4], int); |
Hans Wennborg | 12fb89e | 2014-01-31 19:44:55 +0000 | [diff] [blame] | 65 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 66 | void __cpuidex(int[4], int, int); |
Eric Christopher | 0db88a7 | 2013-09-18 22:24:01 +0000 | [diff] [blame] | 67 | void __debugbreak(void); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 68 | __int64 __emul(int, int); |
| 69 | unsigned __int64 __emulu(unsigned int, unsigned int); |
Eric Christopher | 0db88a7 | 2013-09-18 22:24:01 +0000 | [diff] [blame] | 70 | void __cdecl __fastfail(unsigned int); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 71 | unsigned int __getcallerseflags(void); |
Hans Wennborg | 740a4d6 | 2014-01-28 22:55:01 +0000 | [diff] [blame] | 72 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 73 | void __halt(void); |
| 74 | unsigned char __inbyte(unsigned short); |
| 75 | void __inbytestring(unsigned short, unsigned char *, unsigned long); |
| 76 | void __incfsbyte(unsigned long); |
| 77 | void __incfsdword(unsigned long); |
| 78 | void __incfsword(unsigned long); |
| 79 | unsigned long __indword(unsigned short); |
| 80 | void __indwordstring(unsigned short, unsigned long *, unsigned long); |
| 81 | void __int2c(void); |
| 82 | void __invlpg(void *); |
| 83 | unsigned short __inword(unsigned short); |
| 84 | void __inwordstring(unsigned short, unsigned short *, unsigned long); |
| 85 | void __lidt(void *); |
| 86 | unsigned __int64 __ll_lshift(unsigned __int64, int); |
| 87 | __int64 __ll_rshift(__int64, int); |
| 88 | void __llwpcb(void *); |
| 89 | unsigned char __lwpins32(unsigned int, unsigned int, unsigned int); |
| 90 | void __lwpval32(unsigned int, unsigned int, unsigned int); |
| 91 | unsigned int __lzcnt(unsigned int); |
| 92 | unsigned short __lzcnt16(unsigned short); |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 93 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 94 | void __movsb(unsigned char *, unsigned char const *, size_t); |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 95 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 96 | void __movsd(unsigned long *, unsigned long const *, size_t); |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 97 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 98 | void __movsw(unsigned short *, unsigned short const *, size_t); |
| 99 | void __nop(void); |
| 100 | void __nvreg_restore_fence(void); |
| 101 | void __nvreg_save_fence(void); |
| 102 | void __outbyte(unsigned short, unsigned char); |
| 103 | void __outbytestring(unsigned short, unsigned char *, unsigned long); |
| 104 | void __outdword(unsigned short, unsigned long); |
| 105 | void __outdwordstring(unsigned short, unsigned long *, unsigned long); |
| 106 | void __outword(unsigned short, unsigned short); |
| 107 | void __outwordstring(unsigned short, unsigned short *, unsigned long); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 108 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 109 | unsigned int __popcnt(unsigned int); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 110 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 111 | unsigned short __popcnt16(unsigned short); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 112 | unsigned long __readcr0(void); |
| 113 | unsigned long __readcr2(void); |
Reid Kleckner | 592dc61 | 2014-04-08 00:28:22 +0000 | [diff] [blame] | 114 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 115 | unsigned long __readcr3(void); |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 116 | unsigned long __readcr4(void); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 117 | unsigned long __readcr8(void); |
| 118 | unsigned int __readdr(unsigned int); |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 119 | #ifdef __i386__ |
| 120 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 121 | unsigned char __readfsbyte(unsigned long); |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 122 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 123 | unsigned long __readfsdword(unsigned long); |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 124 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 125 | unsigned __int64 __readfsqword(unsigned long); |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 126 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 127 | unsigned short __readfsword(unsigned long); |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 128 | #endif |
Reid Kleckner | 592dc61 | 2014-04-08 00:28:22 +0000 | [diff] [blame] | 129 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 130 | unsigned __int64 __readmsr(unsigned long); |
| 131 | unsigned __int64 __readpmc(unsigned long); |
| 132 | unsigned long __segmentlimit(unsigned long); |
| 133 | void __sidt(void *); |
| 134 | void *__slwpcb(void); |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 135 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 136 | void __stosb(unsigned char *, unsigned char, size_t); |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 137 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 138 | void __stosd(unsigned long *, unsigned long, size_t); |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 139 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 140 | void __stosw(unsigned short *, unsigned short, size_t); |
| 141 | void __svm_clgi(void); |
| 142 | void __svm_invlpga(void *, int); |
| 143 | void __svm_skinit(int); |
| 144 | void __svm_stgi(void); |
| 145 | void __svm_vmload(size_t); |
| 146 | void __svm_vmrun(size_t); |
| 147 | void __svm_vmsave(size_t); |
| 148 | void __ud2(void); |
| 149 | unsigned __int64 __ull_rshift(unsigned __int64, int); |
| 150 | void __vmx_off(void); |
| 151 | void __vmx_vmptrst(unsigned __int64 *); |
| 152 | void __wbinvd(void); |
| 153 | void __writecr0(unsigned int); |
Reid Kleckner | 592dc61 | 2014-04-08 00:28:22 +0000 | [diff] [blame] | 154 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 155 | void __writecr3(unsigned int); |
| 156 | void __writecr4(unsigned int); |
| 157 | void __writecr8(unsigned int); |
| 158 | void __writedr(unsigned int, unsigned int); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 159 | void __writefsbyte(unsigned long, unsigned char); |
| 160 | void __writefsdword(unsigned long, unsigned long); |
| 161 | void __writefsqword(unsigned long, unsigned __int64); |
| 162 | void __writefsword(unsigned long, unsigned short); |
| 163 | void __writemsr(unsigned long, unsigned __int64); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 164 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 165 | void *_AddressOfReturnAddress(void); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 166 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 167 | unsigned char _BitScanForward(unsigned long *_Index, unsigned long _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 168 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 169 | unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 170 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 171 | unsigned char _bittest(long const *, long); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 172 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 173 | unsigned char _bittestandcomplement(long *, long); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 174 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 175 | unsigned char _bittestandreset(long *, long); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 176 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 177 | unsigned char _bittestandset(long *, long); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 178 | unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64); |
| 179 | unsigned long __cdecl _byteswap_ulong(unsigned long); |
| 180 | unsigned short __cdecl _byteswap_ushort(unsigned short); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 181 | void __cdecl _disable(void); |
| 182 | void __cdecl _enable(void); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 183 | long _InterlockedAddLargeStatistic(__int64 volatile *_Addend, long _Value); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 184 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 185 | long _InterlockedAnd(long volatile *_Value, long _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 186 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 187 | short _InterlockedAnd16(short volatile *_Value, short _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 188 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 189 | char _InterlockedAnd8(char volatile *_Value, char _Mask); |
| 190 | unsigned char _interlockedbittestandreset(long volatile *, long); |
Hans Wennborg | a316933 | 2014-03-13 17:05:09 +0000 | [diff] [blame] | 191 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 192 | unsigned char _interlockedbittestandset(long volatile *, long); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 193 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 194 | long __cdecl _InterlockedCompareExchange(long volatile *_Destination, |
| 195 | long _Exchange, long _Comparand); |
| 196 | long _InterlockedCompareExchange_HLEAcquire(long volatile *, long, long); |
| 197 | long _InterlockedCompareExchange_HLERelease(long volatile *, long, long); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 198 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 199 | short _InterlockedCompareExchange16(short volatile *_Destination, |
| 200 | short _Exchange, short _Comparand); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 201 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 202 | __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination, |
| 203 | __int64 _Exchange, __int64 _Comparand); |
| 204 | __int64 _InterlockedcompareExchange64_HLEAcquire(__int64 volatile *, __int64, |
| 205 | __int64); |
| 206 | __int64 _InterlockedCompareExchange64_HLERelease(__int64 volatile *, __int64, |
| 207 | __int64); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 208 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 209 | char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange, |
| 210 | char _Comparand); |
| 211 | void *_InterlockedCompareExchangePointer_HLEAcquire(void *volatile *, void *, |
| 212 | void *); |
| 213 | void *_InterlockedCompareExchangePointer_HLERelease(void *volatile *, void *, |
| 214 | void *); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 215 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 216 | long __cdecl _InterlockedDecrement(long volatile *_Addend); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 217 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 218 | short _InterlockedDecrement16(short volatile *_Addend); |
Saleem Abdulrasool | 114efe0 | 2014-06-18 20:51:10 +0000 | [diff] [blame] | 219 | long _InterlockedExchange(long volatile *_Target, long _Value); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 220 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 221 | short _InterlockedExchange16(short volatile *_Target, short _Value); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 222 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 223 | char _InterlockedExchange8(char volatile *_Target, char _Value); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 224 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 225 | long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value); |
| 226 | long _InterlockedExchangeAdd_HLEAcquire(long volatile *, long); |
| 227 | long _InterlockedExchangeAdd_HLERelease(long volatile *, long); |
Reid Kleckner | 924eb2a | 2014-01-27 18:48:02 +0000 | [diff] [blame] | 228 | static __inline__ |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 229 | short _InterlockedExchangeAdd16(short volatile *_Addend, short _Value); |
| 230 | __int64 _InterlockedExchangeAdd64_HLEAcquire(__int64 volatile *, __int64); |
| 231 | __int64 _InterlockedExchangeAdd64_HLERelease(__int64 volatile *, __int64); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 232 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 233 | char _InterlockedExchangeAdd8(char volatile *_Addend, char _Value); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 234 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 235 | long __cdecl _InterlockedIncrement(long volatile *_Addend); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 236 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 237 | short _InterlockedIncrement16(short volatile *_Addend); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 238 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 239 | long _InterlockedOr(long volatile *_Value, long _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 240 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 241 | short _InterlockedOr16(short volatile *_Value, short _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 242 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 243 | char _InterlockedOr8(char volatile *_Value, char _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 244 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 245 | long _InterlockedXor(long volatile *_Value, long _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 246 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 247 | short _InterlockedXor16(short volatile *_Value, short _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 248 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 249 | char _InterlockedXor8(char volatile *_Value, char _Mask); |
| 250 | void __cdecl _invpcid(unsigned int, void *); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 251 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 252 | unsigned long __cdecl _lrotl(unsigned long, int); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 253 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 254 | unsigned long __cdecl _lrotr(unsigned long, int); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 255 | static __inline__ |
Reid Kleckner | 00d33a5 | 2013-10-17 01:29:48 +0000 | [diff] [blame] | 256 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 257 | void _ReadBarrier(void); |
Reid Kleckner | 00d33a5 | 2013-10-17 01:29:48 +0000 | [diff] [blame] | 258 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 259 | void _ReadWriteBarrier(void); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 260 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 261 | void *_ReturnAddress(void); |
| 262 | unsigned int _rorx_u32(unsigned int, const unsigned int); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 263 | static __inline__ |
Eric Christopher | fb4b433 | 2013-08-31 00:27:38 +0000 | [diff] [blame] | 264 | unsigned int __cdecl _rotl(unsigned int _Value, int _Shift); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 265 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 266 | unsigned short _rotl16(unsigned short _Value, unsigned char _Shift); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 267 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 268 | unsigned __int64 __cdecl _rotl64(unsigned __int64 _Value, int _Shift); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 269 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 270 | unsigned char _rotl8(unsigned char _Value, unsigned char _Shift); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 271 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 272 | unsigned int __cdecl _rotr(unsigned int _Value, int _Shift); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 273 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 274 | unsigned short _rotr16(unsigned short _Value, unsigned char _Shift); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 275 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 276 | unsigned __int64 __cdecl _rotr64(unsigned __int64 _Value, int _Shift); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 277 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 278 | unsigned char _rotr8(unsigned char _Value, unsigned char _Shift); |
| 279 | int _sarx_i32(int, unsigned int); |
Nico Weber | a62cffa | 2014-07-08 18:34:46 +0000 | [diff] [blame] | 280 | #if __STDC_HOSTED__ |
Hans Wennborg | 1fd6dd3 | 2014-01-28 23:01:59 +0000 | [diff] [blame] | 281 | int __cdecl _setjmp(jmp_buf); |
Nico Weber | a62cffa | 2014-07-08 18:34:46 +0000 | [diff] [blame] | 282 | #endif |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 283 | unsigned int _shlx_u32(unsigned int, unsigned int); |
| 284 | unsigned int _shrx_u32(unsigned int, unsigned int); |
| 285 | void _Store_HLERelease(long volatile *, long); |
| 286 | void _Store64_HLERelease(__int64 volatile *, __int64); |
| 287 | void _StorePointer_HLERelease(void *volatile *, void *); |
Reid Kleckner | 00d33a5 | 2013-10-17 01:29:48 +0000 | [diff] [blame] | 288 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 289 | void _WriteBarrier(void); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 290 | unsigned __int32 xbegin(void); |
| 291 | void _xend(void); |
Hans Wennborg | 854f7d3 | 2014-01-16 23:39:35 +0000 | [diff] [blame] | 292 | static __inline__ |
Hans Wennborg | 2e56d95 | 2015-01-27 23:34:35 +0000 | [diff] [blame] | 293 | #define _XCR_XFEATURE_ENABLED_MASK 0 |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 294 | unsigned __int64 __cdecl _xgetbv(unsigned int); |
| 295 | void __cdecl _xrstor(void const *, unsigned __int64); |
| 296 | void __cdecl _xsave(void *, unsigned __int64); |
| 297 | void __cdecl _xsaveopt(void *, unsigned __int64); |
| 298 | void __cdecl _xsetbv(unsigned int, unsigned __int64); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 299 | |
| 300 | /* These additional intrinsics are turned on in x64/amd64/x86_64 mode. */ |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 301 | #ifdef __x86_64__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 302 | void __addgsbyte(unsigned long, unsigned char); |
| 303 | void __addgsdword(unsigned long, unsigned long); |
| 304 | void __addgsqword(unsigned long, unsigned __int64); |
| 305 | void __addgsword(unsigned long, unsigned short); |
Reid Kleckner | f08d658 | 2014-01-27 19:16:35 +0000 | [diff] [blame] | 306 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 307 | void __faststorefence(void); |
| 308 | void __incgsbyte(unsigned long); |
| 309 | void __incgsdword(unsigned long); |
| 310 | void __incgsqword(unsigned long); |
| 311 | void __incgsword(unsigned long); |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 312 | unsigned char __lwpins64(unsigned __int64, unsigned int, unsigned int); |
| 313 | void __lwpval64(unsigned __int64, unsigned int, unsigned int); |
| 314 | unsigned __int64 __lzcnt64(unsigned __int64); |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 315 | static __inline__ |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 316 | void __movsq(unsigned long long *, unsigned long long const *, size_t); |
| 317 | __int64 __mulh(__int64, __int64); |
Reid Kleckner | 924eb2a | 2014-01-27 18:48:02 +0000 | [diff] [blame] | 318 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 319 | unsigned __int64 __popcnt64(unsigned __int64); |
Hans Wennborg | a4421e0 | 2014-03-12 21:09:05 +0000 | [diff] [blame] | 320 | static __inline__ |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 321 | unsigned char __readgsbyte(unsigned long); |
Hans Wennborg | a4421e0 | 2014-03-12 21:09:05 +0000 | [diff] [blame] | 322 | static __inline__ |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 323 | unsigned long __readgsdword(unsigned long); |
Hans Wennborg | a4421e0 | 2014-03-12 21:09:05 +0000 | [diff] [blame] | 324 | static __inline__ |
| 325 | unsigned __int64 __readgsqword(unsigned long); |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 326 | unsigned short __readgsword(unsigned long); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 327 | unsigned __int64 __shiftleft128(unsigned __int64 _LowPart, |
| 328 | unsigned __int64 _HighPart, |
| 329 | unsigned char _Shift); |
| 330 | unsigned __int64 __shiftright128(unsigned __int64 _LowPart, |
| 331 | unsigned __int64 _HighPart, |
| 332 | unsigned char _Shift); |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 333 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 334 | void __stosq(unsigned __int64 *, unsigned __int64, size_t); |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 335 | unsigned char __vmx_on(unsigned __int64 *); |
| 336 | unsigned char __vmx_vmclear(unsigned __int64 *); |
| 337 | unsigned char __vmx_vmlaunch(void); |
| 338 | unsigned char __vmx_vmptrld(unsigned __int64 *); |
| 339 | unsigned char __vmx_vmread(size_t, size_t *); |
| 340 | unsigned char __vmx_vmresume(void); |
| 341 | unsigned char __vmx_vmwrite(size_t, size_t); |
| 342 | void __writegsbyte(unsigned long, unsigned char); |
| 343 | void __writegsdword(unsigned long, unsigned long); |
| 344 | void __writegsqword(unsigned long, unsigned __int64); |
| 345 | void __writegsword(unsigned long, unsigned short); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 346 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 347 | unsigned char _BitScanForward64(unsigned long *_Index, unsigned __int64 _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 348 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 349 | unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 350 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 351 | unsigned char _bittest64(__int64 const *, __int64); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 352 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 353 | unsigned char _bittestandcomplement64(__int64 *, __int64); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 354 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 355 | unsigned char _bittestandreset64(__int64 *, __int64); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 356 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 357 | unsigned char _bittestandset64(__int64 *, __int64); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 358 | unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 359 | long _InterlockedAnd_np(long volatile *_Value, long _Mask); |
| 360 | short _InterlockedAnd16_np(short volatile *_Value, short _Mask); |
| 361 | __int64 _InterlockedAnd64_np(__int64 volatile *_Value, __int64 _Mask); |
| 362 | char _InterlockedAnd8_np(char volatile *_Value, char _Mask); |
| 363 | unsigned char _interlockedbittestandreset64(__int64 volatile *, __int64); |
Hans Wennborg | a316933 | 2014-03-13 17:05:09 +0000 | [diff] [blame] | 364 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 365 | unsigned char _interlockedbittestandset64(__int64 volatile *, __int64); |
| 366 | long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange, |
| 367 | long _Comparand); |
| 368 | unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination, |
| 369 | __int64 _ExchangeHigh, |
| 370 | __int64 _ExchangeLow, |
| 371 | __int64 *_CompareandResult); |
| 372 | unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination, |
| 373 | __int64 _ExchangeHigh, |
| 374 | __int64 _ExchangeLow, |
| 375 | __int64 *_ComparandResult); |
| 376 | short _InterlockedCompareExchange16_np(short volatile *_Destination, |
| 377 | short _Exchange, short _Comparand); |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 378 | __int64 _InterlockedCompareExchange64_HLEAcquire(__int64 volatile *, __int64, |
| 379 | __int64); |
| 380 | __int64 _InterlockedCompareExchange64_HLERelease(__int64 volatile *, __int64, |
| 381 | __int64); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 382 | __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination, |
| 383 | __int64 _Exchange, __int64 _Comparand); |
Eric Christopher | 58b4043 | 2014-01-25 01:38:30 +0000 | [diff] [blame] | 384 | void *_InterlockedCompareExchangePointer(void *volatile *_Destination, |
| 385 | void *_Exchange, void *_Comparand); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 386 | void *_InterlockedCompareExchangePointer_np(void *volatile *_Destination, |
| 387 | void *_Exchange, void *_Comparand); |
Reid Kleckner | 924eb2a | 2014-01-27 18:48:02 +0000 | [diff] [blame] | 388 | static __inline__ |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 389 | __int64 _InterlockedDecrement64(__int64 volatile *_Addend); |
Reid Kleckner | 924eb2a | 2014-01-27 18:48:02 +0000 | [diff] [blame] | 390 | static __inline__ |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 391 | __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value); |
Reid Kleckner | 924eb2a | 2014-01-27 18:48:02 +0000 | [diff] [blame] | 392 | static __inline__ |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 393 | __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value); |
| 394 | void *_InterlockedExchangePointer(void *volatile *_Target, void *_Value); |
Reid Kleckner | 924eb2a | 2014-01-27 18:48:02 +0000 | [diff] [blame] | 395 | static __inline__ |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 396 | __int64 _InterlockedIncrement64(__int64 volatile *_Addend); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 397 | long _InterlockedOr_np(long volatile *_Value, long _Mask); |
| 398 | short _InterlockedOr16_np(short volatile *_Value, short _Mask); |
Reid Kleckner | 924eb2a | 2014-01-27 18:48:02 +0000 | [diff] [blame] | 399 | static __inline__ |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 400 | __int64 _InterlockedOr64(__int64 volatile *_Value, __int64 _Mask); |
Warren Hunt | 41a993f | 2013-09-28 00:15:41 +0000 | [diff] [blame] | 401 | __int64 _InterlockedOr64_np(__int64 volatile *_Value, __int64 _Mask); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 402 | char _InterlockedOr8_np(char volatile *_Value, char _Mask); |
| 403 | long _InterlockedXor_np(long volatile *_Value, long _Mask); |
| 404 | short _InterlockedXor16_np(short volatile *_Value, short _Mask); |
Reid Kleckner | 924eb2a | 2014-01-27 18:48:02 +0000 | [diff] [blame] | 405 | static __inline__ |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 406 | __int64 _InterlockedXor64(__int64 volatile *_Value, __int64 _Mask); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 407 | __int64 _InterlockedXor64_np(__int64 volatile *_Value, __int64 _Mask); |
| 408 | char _InterlockedXor8_np(char volatile *_Value, char _Mask); |
Reid Kleckner | 924eb2a | 2014-01-27 18:48:02 +0000 | [diff] [blame] | 409 | static __inline__ |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 410 | __int64 _mul128(__int64 _Multiplier, __int64 _Multiplicand, |
| 411 | __int64 *_HighProduct); |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 412 | unsigned __int64 _rorx_u64(unsigned __int64, const unsigned int); |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 413 | __int64 _sarx_i64(__int64, unsigned int); |
Nico Weber | a62cffa | 2014-07-08 18:34:46 +0000 | [diff] [blame] | 414 | #if __STDC_HOSTED__ |
| 415 | int __cdecl _setjmpex(jmp_buf); |
| 416 | #endif |
Eric Christopher | 439137e | 2014-01-24 12:13:47 +0000 | [diff] [blame] | 417 | unsigned __int64 _shlx_u64(unsigned __int64, unsigned int); |
David Majnemer | 5450763 | 2014-12-02 23:30:26 +0000 | [diff] [blame] | 418 | unsigned __int64 _shrx_u64(unsigned __int64, unsigned int); |
David Majnemer | 5f9afc5 | 2014-12-02 23:30:24 +0000 | [diff] [blame] | 419 | /* |
| 420 | * Multiply two 64-bit integers and obtain a 64-bit result. |
| 421 | * The low-half is returned directly and the high half is in an out parameter. |
| 422 | */ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 423 | static __inline__ unsigned __int64 __DEFAULT_FN_ATTRS |
David Majnemer | 5f9afc5 | 2014-12-02 23:30:24 +0000 | [diff] [blame] | 424 | _umul128(unsigned __int64 _Multiplier, unsigned __int64 _Multiplicand, |
| 425 | unsigned __int64 *_HighProduct) { |
| 426 | unsigned __int128 _FullProduct = |
| 427 | (unsigned __int128)_Multiplier * (unsigned __int128)_Multiplicand; |
David Majnemer | 00973ce | 2014-12-02 23:44:40 +0000 | [diff] [blame] | 428 | *_HighProduct = _FullProduct >> 64; |
| 429 | return _FullProduct; |
David Majnemer | 5f9afc5 | 2014-12-02 23:30:24 +0000 | [diff] [blame] | 430 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 431 | static __inline__ unsigned __int64 __DEFAULT_FN_ATTRS |
Reid Kleckner | baf7709 | 2014-12-03 23:36:14 +0000 | [diff] [blame] | 432 | __umulh(unsigned __int64 _Multiplier, unsigned __int64 _Multiplicand) { |
| 433 | unsigned __int128 _FullProduct = |
| 434 | (unsigned __int128)_Multiplier * (unsigned __int128)_Multiplicand; |
| 435 | return _FullProduct >> 64; |
| 436 | } |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 437 | void __cdecl _xrstor64(void const *, unsigned __int64); |
| 438 | void __cdecl _xsave64(void *, unsigned __int64); |
| 439 | void __cdecl _xsaveopt64(void *, unsigned __int64); |
Eric Christopher | 0db88a7 | 2013-09-18 22:24:01 +0000 | [diff] [blame] | 440 | |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 441 | #endif /* __x86_64__ */ |
Reid Kleckner | f0e2322 | 2013-09-19 00:19:53 +0000 | [diff] [blame] | 442 | |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 443 | /*----------------------------------------------------------------------------*\ |
| 444 | |* Bit Twiddling |
| 445 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 446 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 447 | _rotl8(unsigned char _Value, unsigned char _Shift) { |
| 448 | _Shift &= 0x7; |
| 449 | return _Shift ? (_Value << _Shift) | (_Value >> (8 - _Shift)) : _Value; |
| 450 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 451 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 452 | _rotr8(unsigned char _Value, unsigned char _Shift) { |
| 453 | _Shift &= 0x7; |
| 454 | return _Shift ? (_Value >> _Shift) | (_Value << (8 - _Shift)) : _Value; |
| 455 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 456 | static __inline__ unsigned short __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 457 | _rotl16(unsigned short _Value, unsigned char _Shift) { |
| 458 | _Shift &= 0xf; |
| 459 | return _Shift ? (_Value << _Shift) | (_Value >> (16 - _Shift)) : _Value; |
| 460 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 461 | static __inline__ unsigned short __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 462 | _rotr16(unsigned short _Value, unsigned char _Shift) { |
| 463 | _Shift &= 0xf; |
| 464 | return _Shift ? (_Value >> _Shift) | (_Value << (16 - _Shift)) : _Value; |
| 465 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 466 | static __inline__ unsigned int __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 467 | _rotl(unsigned int _Value, int _Shift) { |
| 468 | _Shift &= 0x1f; |
| 469 | return _Shift ? (_Value << _Shift) | (_Value >> (32 - _Shift)) : _Value; |
| 470 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 471 | static __inline__ unsigned int __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 472 | _rotr(unsigned int _Value, int _Shift) { |
| 473 | _Shift &= 0x1f; |
| 474 | return _Shift ? (_Value >> _Shift) | (_Value << (32 - _Shift)) : _Value; |
| 475 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 476 | static __inline__ unsigned long __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 477 | _lrotl(unsigned long _Value, int _Shift) { |
| 478 | _Shift &= 0x1f; |
| 479 | return _Shift ? (_Value << _Shift) | (_Value >> (32 - _Shift)) : _Value; |
| 480 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 481 | static __inline__ unsigned long __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 482 | _lrotr(unsigned long _Value, int _Shift) { |
| 483 | _Shift &= 0x1f; |
| 484 | return _Shift ? (_Value >> _Shift) | (_Value << (32 - _Shift)) : _Value; |
| 485 | } |
| 486 | static |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 487 | __inline__ unsigned __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 488 | _rotl64(unsigned __int64 _Value, int _Shift) { |
| 489 | _Shift &= 0x3f; |
| 490 | return _Shift ? (_Value << _Shift) | (_Value >> (64 - _Shift)) : _Value; |
| 491 | } |
| 492 | static |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 493 | __inline__ unsigned __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 494 | _rotr64(unsigned __int64 _Value, int _Shift) { |
| 495 | _Shift &= 0x3f; |
| 496 | return _Shift ? (_Value >> _Shift) | (_Value << (64 - _Shift)) : _Value; |
| 497 | } |
| 498 | /*----------------------------------------------------------------------------*\ |
| 499 | |* Bit Counting and Testing |
| 500 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 501 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 502 | _BitScanForward(unsigned long *_Index, unsigned long _Mask) { |
| 503 | if (!_Mask) |
| 504 | return 0; |
| 505 | *_Index = __builtin_ctzl(_Mask); |
| 506 | return 1; |
| 507 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 508 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 509 | _BitScanReverse(unsigned long *_Index, unsigned long _Mask) { |
| 510 | if (!_Mask) |
| 511 | return 0; |
| 512 | *_Index = 31 - __builtin_clzl(_Mask); |
| 513 | return 1; |
| 514 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 515 | static __inline__ unsigned short __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 516 | __popcnt16(unsigned short value) { |
| 517 | return __builtin_popcount((int)value); |
| 518 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 519 | static __inline__ unsigned int __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 520 | __popcnt(unsigned int value) { |
| 521 | return __builtin_popcount(value); |
| 522 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 523 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 524 | _bittest(long const *a, long b) { |
| 525 | return (*a >> b) & 1; |
| 526 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 527 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 528 | _bittestandcomplement(long *a, long b) { |
| 529 | unsigned char x = (*a >> b) & 1; |
| 530 | *a = *a ^ (1 << b); |
| 531 | return x; |
| 532 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 533 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 534 | _bittestandreset(long *a, long b) { |
| 535 | unsigned char x = (*a >> b) & 1; |
| 536 | *a = *a & ~(1 << b); |
| 537 | return x; |
| 538 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 539 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 540 | _bittestandset(long *a, long b) { |
| 541 | unsigned char x = (*a >> b) & 1; |
Warren Hunt | 2731e3e | 2013-10-01 17:12:40 +0000 | [diff] [blame] | 542 | *a = *a | (1 << b); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 543 | return x; |
| 544 | } |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 545 | #if defined(__i386__) || defined(__x86_64__) |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 546 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Hans Wennborg | a316933 | 2014-03-13 17:05:09 +0000 | [diff] [blame] | 547 | _interlockedbittestandset(long volatile *__BitBase, long __BitPos) { |
David Majnemer | 81ecbf4 | 2015-06-05 18:24:55 +0000 | [diff] [blame] | 548 | unsigned char __Res; |
| 549 | __asm__ ("xor %0, %0\n" |
| 550 | "lock bts %2, %1\n" |
| 551 | "setc %0\n" |
| 552 | : "=r" (__Res), "+m"(*__BitBase) |
| 553 | : "Ir"(__BitPos)); |
| 554 | return __Res; |
Hans Wennborg | a316933 | 2014-03-13 17:05:09 +0000 | [diff] [blame] | 555 | } |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 556 | #endif |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 557 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 558 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 559 | _BitScanForward64(unsigned long *_Index, unsigned __int64 _Mask) { |
| 560 | if (!_Mask) |
| 561 | return 0; |
| 562 | *_Index = __builtin_ctzll(_Mask); |
| 563 | return 1; |
| 564 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 565 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 566 | _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask) { |
| 567 | if (!_Mask) |
| 568 | return 0; |
| 569 | *_Index = 63 - __builtin_clzll(_Mask); |
| 570 | return 1; |
| 571 | } |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 572 | static __inline__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 573 | unsigned __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 574 | __popcnt64(unsigned __int64 value) { |
| 575 | return __builtin_popcountll(value); |
| 576 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 577 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 578 | _bittest64(__int64 const *a, __int64 b) { |
| 579 | return (*a >> b) & 1; |
| 580 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 581 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 582 | _bittestandcomplement64(__int64 *a, __int64 b) { |
| 583 | unsigned char x = (*a >> b) & 1; |
| 584 | *a = *a ^ (1ll << b); |
| 585 | return x; |
| 586 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 587 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 588 | _bittestandreset64(__int64 *a, __int64 b) { |
| 589 | unsigned char x = (*a >> b) & 1; |
| 590 | *a = *a & ~(1ll << b); |
| 591 | return x; |
| 592 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 593 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 594 | _bittestandset64(__int64 *a, __int64 b) { |
| 595 | unsigned char x = (*a >> b) & 1; |
Warren Hunt | 2731e3e | 2013-10-01 17:12:40 +0000 | [diff] [blame] | 596 | *a = *a | (1ll << b); |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 597 | return x; |
| 598 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 599 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Hans Wennborg | a316933 | 2014-03-13 17:05:09 +0000 | [diff] [blame] | 600 | _interlockedbittestandset64(__int64 volatile *__BitBase, __int64 __BitPos) { |
| 601 | unsigned char __Res; |
| 602 | __asm__ ("xor %0, %0\n" |
| 603 | "lock bts %2, %1\n" |
| 604 | "setc %0\n" |
| 605 | : "=r" (__Res), "+m"(*__BitBase) |
| 606 | : "Ir"(__BitPos)); |
| 607 | return __Res; |
| 608 | } |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 609 | #endif |
| 610 | /*----------------------------------------------------------------------------*\ |
| 611 | |* Interlocked Exchange Add |
| 612 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 613 | static __inline__ char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 614 | _InterlockedExchangeAdd8(char volatile *_Addend, char _Value) { |
| 615 | return __atomic_add_fetch(_Addend, _Value, 0) - _Value; |
| 616 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 617 | static __inline__ short __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 618 | _InterlockedExchangeAdd16(short volatile *_Addend, short _Value) { |
| 619 | return __atomic_add_fetch(_Addend, _Value, 0) - _Value; |
| 620 | } |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 621 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 622 | static __inline__ __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 623 | _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) { |
| 624 | return __atomic_add_fetch(_Addend, _Value, 0) - _Value; |
| 625 | } |
| 626 | #endif |
| 627 | /*----------------------------------------------------------------------------*\ |
| 628 | |* Interlocked Exchange Sub |
| 629 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 630 | static __inline__ char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 631 | _InterlockedExchangeSub8(char volatile *_Subend, char _Value) { |
| 632 | return __atomic_sub_fetch(_Subend, _Value, 0) + _Value; |
| 633 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 634 | static __inline__ short __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 635 | _InterlockedExchangeSub16(short volatile *_Subend, short _Value) { |
| 636 | return __atomic_sub_fetch(_Subend, _Value, 0) + _Value; |
| 637 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 638 | static __inline__ long __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 639 | _InterlockedExchangeSub(long volatile *_Subend, long _Value) { |
| 640 | return __atomic_sub_fetch(_Subend, _Value, 0) + _Value; |
| 641 | } |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 642 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 643 | static __inline__ __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 644 | _InterlockedExchangeSub64(__int64 volatile *_Subend, __int64 _Value) { |
| 645 | return __atomic_sub_fetch(_Subend, _Value, 0) + _Value; |
| 646 | } |
| 647 | #endif |
| 648 | /*----------------------------------------------------------------------------*\ |
| 649 | |* Interlocked Increment |
| 650 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 651 | static __inline__ short __DEFAULT_FN_ATTRS |
Hans Wennborg | 2ed8880 | 2014-01-23 19:15:39 +0000 | [diff] [blame] | 652 | _InterlockedIncrement16(short volatile *_Value) { |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 653 | return __atomic_add_fetch(_Value, 1, 0); |
| 654 | } |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 655 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 656 | static __inline__ __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 657 | _InterlockedIncrement64(__int64 volatile *_Value) { |
| 658 | return __atomic_add_fetch(_Value, 1, 0); |
| 659 | } |
| 660 | #endif |
| 661 | /*----------------------------------------------------------------------------*\ |
| 662 | |* Interlocked Decrement |
| 663 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 664 | static __inline__ short __DEFAULT_FN_ATTRS |
Hans Wennborg | 2ed8880 | 2014-01-23 19:15:39 +0000 | [diff] [blame] | 665 | _InterlockedDecrement16(short volatile *_Value) { |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 666 | return __atomic_sub_fetch(_Value, 1, 0); |
| 667 | } |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 668 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 669 | static __inline__ __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 670 | _InterlockedDecrement64(__int64 volatile *_Value) { |
| 671 | return __atomic_sub_fetch(_Value, 1, 0); |
| 672 | } |
| 673 | #endif |
| 674 | /*----------------------------------------------------------------------------*\ |
| 675 | |* Interlocked And |
| 676 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 677 | static __inline__ char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 678 | _InterlockedAnd8(char volatile *_Value, char _Mask) { |
| 679 | return __atomic_and_fetch(_Value, _Mask, 0); |
| 680 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 681 | static __inline__ short __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 682 | _InterlockedAnd16(short volatile *_Value, short _Mask) { |
| 683 | return __atomic_and_fetch(_Value, _Mask, 0); |
| 684 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 685 | static __inline__ long __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 686 | _InterlockedAnd(long volatile *_Value, long _Mask) { |
| 687 | return __atomic_and_fetch(_Value, _Mask, 0); |
| 688 | } |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 689 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 690 | static __inline__ __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 691 | _InterlockedAnd64(__int64 volatile *_Value, __int64 _Mask) { |
| 692 | return __atomic_and_fetch(_Value, _Mask, 0); |
| 693 | } |
| 694 | #endif |
| 695 | /*----------------------------------------------------------------------------*\ |
| 696 | |* Interlocked Or |
| 697 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 698 | static __inline__ char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 699 | _InterlockedOr8(char volatile *_Value, char _Mask) { |
| 700 | return __atomic_or_fetch(_Value, _Mask, 0); |
| 701 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 702 | static __inline__ short __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 703 | _InterlockedOr16(short volatile *_Value, short _Mask) { |
| 704 | return __atomic_or_fetch(_Value, _Mask, 0); |
| 705 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 706 | static __inline__ long __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 707 | _InterlockedOr(long volatile *_Value, long _Mask) { |
| 708 | return __atomic_or_fetch(_Value, _Mask, 0); |
| 709 | } |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 710 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 711 | static __inline__ __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 712 | _InterlockedOr64(__int64 volatile *_Value, __int64 _Mask) { |
| 713 | return __atomic_or_fetch(_Value, _Mask, 0); |
| 714 | } |
| 715 | #endif |
| 716 | /*----------------------------------------------------------------------------*\ |
| 717 | |* Interlocked Xor |
| 718 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 719 | static __inline__ char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 720 | _InterlockedXor8(char volatile *_Value, char _Mask) { |
| 721 | return __atomic_xor_fetch(_Value, _Mask, 0); |
| 722 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 723 | static __inline__ short __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 724 | _InterlockedXor16(short volatile *_Value, short _Mask) { |
| 725 | return __atomic_xor_fetch(_Value, _Mask, 0); |
| 726 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 727 | static __inline__ long __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 728 | _InterlockedXor(long volatile *_Value, long _Mask) { |
| 729 | return __atomic_xor_fetch(_Value, _Mask, 0); |
| 730 | } |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 731 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 732 | static __inline__ __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 733 | _InterlockedXor64(__int64 volatile *_Value, __int64 _Mask) { |
| 734 | return __atomic_xor_fetch(_Value, _Mask, 0); |
| 735 | } |
| 736 | #endif |
| 737 | /*----------------------------------------------------------------------------*\ |
| 738 | |* Interlocked Exchange |
| 739 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 740 | static __inline__ char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 741 | _InterlockedExchange8(char volatile *_Target, char _Value) { |
| 742 | __atomic_exchange(_Target, &_Value, &_Value, 0); |
| 743 | return _Value; |
| 744 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 745 | static __inline__ short __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 746 | _InterlockedExchange16(short volatile *_Target, short _Value) { |
| 747 | __atomic_exchange(_Target, &_Value, &_Value, 0); |
| 748 | return _Value; |
| 749 | } |
Warren Hunt | 3f98794 | 2013-09-30 21:08:05 +0000 | [diff] [blame] | 750 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 751 | static __inline__ __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 752 | _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) { |
| 753 | __atomic_exchange(_Target, &_Value, &_Value, 0); |
| 754 | return _Value; |
| 755 | } |
| 756 | #endif |
| 757 | /*----------------------------------------------------------------------------*\ |
| 758 | |* Interlocked Compare Exchange |
| 759 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 760 | static __inline__ char __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 761 | _InterlockedCompareExchange8(char volatile *_Destination, |
| 762 | char _Exchange, char _Comparand) { |
| 763 | __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0); |
| 764 | return _Comparand; |
| 765 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 766 | static __inline__ short __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 767 | _InterlockedCompareExchange16(short volatile *_Destination, |
| 768 | short _Exchange, short _Comparand) { |
| 769 | __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0); |
| 770 | return _Comparand; |
| 771 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 772 | static __inline__ __int64 __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 773 | _InterlockedCompareExchange64(__int64 volatile *_Destination, |
| 774 | __int64 _Exchange, __int64 _Comparand) { |
| 775 | __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0); |
| 776 | return _Comparand; |
| 777 | } |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 778 | /*----------------------------------------------------------------------------*\ |
Reid Kleckner | 00d33a5 | 2013-10-17 01:29:48 +0000 | [diff] [blame] | 779 | |* Barriers |
| 780 | \*----------------------------------------------------------------------------*/ |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 781 | #if defined(__i386__) || defined(__x86_64__) |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 782 | static __inline__ void __DEFAULT_FN_ATTRS |
David Majnemer | 1cf22e6 | 2015-02-04 00:26:10 +0000 | [diff] [blame] | 783 | __attribute__((__deprecated__("use other intrinsics or C++11 atomics instead"))) |
Reid Kleckner | 00d33a5 | 2013-10-17 01:29:48 +0000 | [diff] [blame] | 784 | _ReadWriteBarrier(void) { |
| 785 | __asm__ volatile ("" : : : "memory"); |
| 786 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 787 | static __inline__ void __DEFAULT_FN_ATTRS |
David Majnemer | 1cf22e6 | 2015-02-04 00:26:10 +0000 | [diff] [blame] | 788 | __attribute__((__deprecated__("use other intrinsics or C++11 atomics instead"))) |
Reid Kleckner | 00d33a5 | 2013-10-17 01:29:48 +0000 | [diff] [blame] | 789 | _ReadBarrier(void) { |
| 790 | __asm__ volatile ("" : : : "memory"); |
| 791 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 792 | static __inline__ void __DEFAULT_FN_ATTRS |
David Majnemer | 1cf22e6 | 2015-02-04 00:26:10 +0000 | [diff] [blame] | 793 | __attribute__((__deprecated__("use other intrinsics or C++11 atomics instead"))) |
Reid Kleckner | 00d33a5 | 2013-10-17 01:29:48 +0000 | [diff] [blame] | 794 | _WriteBarrier(void) { |
| 795 | __asm__ volatile ("" : : : "memory"); |
| 796 | } |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 797 | #endif |
Reid Kleckner | f08d658 | 2014-01-27 19:16:35 +0000 | [diff] [blame] | 798 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 799 | static __inline__ void __DEFAULT_FN_ATTRS |
Reid Kleckner | f08d658 | 2014-01-27 19:16:35 +0000 | [diff] [blame] | 800 | __faststorefence(void) { |
| 801 | __asm__ volatile("lock orq $0, (%%rsp)" : : : "memory"); |
| 802 | } |
| 803 | #endif |
Reid Kleckner | 00d33a5 | 2013-10-17 01:29:48 +0000 | [diff] [blame] | 804 | /*----------------------------------------------------------------------------*\ |
Hans Wennborg | a4421e0 | 2014-03-12 21:09:05 +0000 | [diff] [blame] | 805 | |* readfs, readgs |
| 806 | |* (Pointers in address space #256 and #257 are relative to the GS and FS |
| 807 | |* segment registers, respectively.) |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 808 | \*----------------------------------------------------------------------------*/ |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 809 | #define __ptr_to_addr_space(__addr_space_nbr, __type, __offset) \ |
| 810 | ((volatile __type __attribute__((__address_space__(__addr_space_nbr)))*) \ |
| 811 | (__offset)) |
| 812 | |
Hans Wennborg | a4421e0 | 2014-03-12 21:09:05 +0000 | [diff] [blame] | 813 | #ifdef __i386__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 814 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 815 | __readfsbyte(unsigned long __offset) { |
| 816 | return *__ptr_to_addr_space(257, unsigned char, __offset); |
| 817 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 818 | static __inline__ unsigned __int64 __DEFAULT_FN_ATTRS |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 819 | __readfsqword(unsigned long __offset) { |
| 820 | return *__ptr_to_addr_space(257, unsigned __int64, __offset); |
| 821 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 822 | static __inline__ unsigned short __DEFAULT_FN_ATTRS |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 823 | __readfsword(unsigned long __offset) { |
| 824 | return *__ptr_to_addr_space(257, unsigned short, __offset); |
| 825 | } |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 826 | #endif |
Hans Wennborg | a4421e0 | 2014-03-12 21:09:05 +0000 | [diff] [blame] | 827 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 828 | static __inline__ unsigned char __DEFAULT_FN_ATTRS |
Hans Wennborg | a4421e0 | 2014-03-12 21:09:05 +0000 | [diff] [blame] | 829 | __readgsbyte(unsigned long __offset) { |
| 830 | return *__ptr_to_addr_space(256, unsigned char, __offset); |
| 831 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 832 | static __inline__ unsigned long __DEFAULT_FN_ATTRS |
Hans Wennborg | a4421e0 | 2014-03-12 21:09:05 +0000 | [diff] [blame] | 833 | __readgsdword(unsigned long __offset) { |
| 834 | return *__ptr_to_addr_space(256, unsigned long, __offset); |
| 835 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 836 | static __inline__ unsigned __int64 __DEFAULT_FN_ATTRS |
Hans Wennborg | a4421e0 | 2014-03-12 21:09:05 +0000 | [diff] [blame] | 837 | __readgsqword(unsigned long __offset) { |
| 838 | return *__ptr_to_addr_space(256, unsigned __int64, __offset); |
| 839 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 840 | static __inline__ unsigned short __DEFAULT_FN_ATTRS |
Hans Wennborg | a4421e0 | 2014-03-12 21:09:05 +0000 | [diff] [blame] | 841 | __readgsword(unsigned long __offset) { |
| 842 | return *__ptr_to_addr_space(256, unsigned short, __offset); |
| 843 | } |
| 844 | #endif |
| 845 | #undef __ptr_to_addr_space |
Hans Wennborg | 74ca0c4 | 2014-01-24 00:52:39 +0000 | [diff] [blame] | 846 | /*----------------------------------------------------------------------------*\ |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 847 | |* movs, stos |
| 848 | \*----------------------------------------------------------------------------*/ |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 849 | #if defined(__i386__) || defined(__x86_64__) |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 850 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 851 | __movsb(unsigned char *__dst, unsigned char const *__src, size_t __n) { |
| 852 | __asm__("rep movsb" : : "D"(__dst), "S"(__src), "c"(__n) |
| 853 | : "%edi", "%esi", "%ecx"); |
| 854 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 855 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 856 | __movsd(unsigned long *__dst, unsigned long const *__src, size_t __n) { |
| 857 | __asm__("rep movsl" : : "D"(__dst), "S"(__src), "c"(__n) |
| 858 | : "%edi", "%esi", "%ecx"); |
| 859 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 860 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 861 | __movsw(unsigned short *__dst, unsigned short const *__src, size_t __n) { |
| 862 | __asm__("rep movsh" : : "D"(__dst), "S"(__src), "c"(__n) |
| 863 | : "%edi", "%esi", "%ecx"); |
| 864 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 865 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 866 | __stosb(unsigned char *__dst, unsigned char __x, size_t __n) { |
| 867 | __asm__("rep stosb" : : "D"(__dst), "a"(__x), "c"(__n) |
| 868 | : "%edi", "%ecx"); |
| 869 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 870 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 871 | __stosd(unsigned long *__dst, unsigned long __x, size_t __n) { |
| 872 | __asm__("rep stosl" : : "D"(__dst), "a"(__x), "c"(__n) |
| 873 | : "%edi", "%ecx"); |
| 874 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 875 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 876 | __stosw(unsigned short *__dst, unsigned short __x, size_t __n) { |
| 877 | __asm__("rep stosh" : : "D"(__dst), "a"(__x), "c"(__n) |
| 878 | : "%edi", "%ecx"); |
| 879 | } |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 880 | #endif |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 881 | #ifdef __x86_64__ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 882 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 883 | __movsq(unsigned long long *__dst, unsigned long long const *__src, size_t __n) { |
| 884 | __asm__("rep movsq" : : "D"(__dst), "S"(__src), "c"(__n) |
| 885 | : "%edi", "%esi", "%ecx"); |
| 886 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 887 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | d9be72e | 2014-03-12 22:00:32 +0000 | [diff] [blame] | 888 | __stosq(unsigned __int64 *__dst, unsigned __int64 __x, size_t __n) { |
| 889 | __asm__("rep stosq" : : "D"(__dst), "a"(__x), "c"(__n) |
| 890 | : "%edi", "%ecx"); |
| 891 | } |
| 892 | #endif |
| 893 | |
| 894 | /*----------------------------------------------------------------------------*\ |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 895 | |* Misc |
| 896 | \*----------------------------------------------------------------------------*/ |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 897 | static __inline__ void * __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 898 | _AddressOfReturnAddress(void) { |
| 899 | return (void*)((char*)__builtin_frame_address(0) + sizeof(void*)); |
| 900 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 901 | static __inline__ void * __DEFAULT_FN_ATTRS |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 902 | _ReturnAddress(void) { |
| 903 | return __builtin_return_address(0); |
| 904 | } |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 905 | #if defined(__i386__) || defined(__x86_64__) |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 906 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | 854f7d3 | 2014-01-16 23:39:35 +0000 | [diff] [blame] | 907 | __cpuid(int __info[4], int __level) { |
Hans Wennborg | 854f7d3 | 2014-01-16 23:39:35 +0000 | [diff] [blame] | 908 | __asm__ ("cpuid" : "=a"(__info[0]), "=b" (__info[1]), "=c"(__info[2]), "=d"(__info[3]) |
Hans Wennborg | 12fb89e | 2014-01-31 19:44:55 +0000 | [diff] [blame] | 909 | : "a"(__level)); |
| 910 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 911 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | 12fb89e | 2014-01-31 19:44:55 +0000 | [diff] [blame] | 912 | __cpuidex(int __info[4], int __level, int __ecx) { |
| 913 | __asm__ ("cpuid" : "=a"(__info[0]), "=b" (__info[1]), "=c"(__info[2]), "=d"(__info[3]) |
| 914 | : "a"(__level), "c"(__ecx)); |
Hans Wennborg | 854f7d3 | 2014-01-16 23:39:35 +0000 | [diff] [blame] | 915 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 916 | static __inline__ unsigned __int64 __cdecl __DEFAULT_FN_ATTRS |
Hans Wennborg | 854f7d3 | 2014-01-16 23:39:35 +0000 | [diff] [blame] | 917 | _xgetbv(unsigned int __xcr_no) { |
| 918 | unsigned int __eax, __edx; |
| 919 | __asm__ ("xgetbv" : "=a" (__eax), "=d" (__edx) : "c" (__xcr_no)); |
| 920 | return ((unsigned __int64)__edx << 32) | __eax; |
| 921 | } |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 922 | static __inline__ void __DEFAULT_FN_ATTRS |
Hans Wennborg | 740a4d6 | 2014-01-28 22:55:01 +0000 | [diff] [blame] | 923 | __halt(void) { |
| 924 | __asm__ volatile ("hlt"); |
| 925 | } |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 926 | #endif |
Warren Hunt | d6ffae9 | 2013-09-27 23:57:26 +0000 | [diff] [blame] | 927 | |
Reid Kleckner | 592dc61 | 2014-04-08 00:28:22 +0000 | [diff] [blame] | 928 | /*----------------------------------------------------------------------------*\ |
| 929 | |* Privileged intrinsics |
| 930 | \*----------------------------------------------------------------------------*/ |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 931 | #if defined(__i386__) || defined(__x86_64__) |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 932 | static __inline__ unsigned __int64 __DEFAULT_FN_ATTRS |
Reid Kleckner | 592dc61 | 2014-04-08 00:28:22 +0000 | [diff] [blame] | 933 | __readmsr(unsigned long __register) { |
| 934 | // Loads the contents of a 64-bit model specific register (MSR) specified in |
| 935 | // the ECX register into registers EDX:EAX. The EDX register is loaded with |
| 936 | // the high-order 32 bits of the MSR and the EAX register is loaded with the |
| 937 | // low-order 32 bits. If less than 64 bits are implemented in the MSR being |
| 938 | // read, the values returned to EDX:EAX in unimplemented bit locations are |
| 939 | // undefined. |
| 940 | unsigned long __edx; |
| 941 | unsigned long __eax; |
Reid Kleckner | 6df5254 | 2014-04-08 17:49:16 +0000 | [diff] [blame] | 942 | __asm__ ("rdmsr" : "=d"(__edx), "=a"(__eax) : "c"(__register)); |
Reid Kleckner | 592dc61 | 2014-04-08 00:28:22 +0000 | [diff] [blame] | 943 | return (((unsigned __int64)__edx) << 32) | (unsigned __int64)__eax; |
| 944 | } |
| 945 | |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 946 | static __inline__ unsigned long __DEFAULT_FN_ATTRS |
Reid Kleckner | 592dc61 | 2014-04-08 00:28:22 +0000 | [diff] [blame] | 947 | __readcr3(void) { |
Reid Kleckner | 6df5254 | 2014-04-08 17:49:16 +0000 | [diff] [blame] | 948 | unsigned long __cr3_val; |
| 949 | __asm__ __volatile__ ("mov %%cr3, %0" : "=q"(__cr3_val) : : "memory"); |
| 950 | return __cr3_val; |
Reid Kleckner | 592dc61 | 2014-04-08 00:28:22 +0000 | [diff] [blame] | 951 | } |
| 952 | |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 953 | static __inline__ void __DEFAULT_FN_ATTRS |
Reid Kleckner | 6df5254 | 2014-04-08 17:49:16 +0000 | [diff] [blame] | 954 | __writecr3(unsigned int __cr3_val) { |
| 955 | __asm__ ("mov %0, %%cr3" : : "q"(__cr3_val) : "memory"); |
Reid Kleckner | 592dc61 | 2014-04-08 00:28:22 +0000 | [diff] [blame] | 956 | } |
Saleem Abdulrasool | 702eefe | 2014-06-25 16:48:40 +0000 | [diff] [blame] | 957 | #endif |
Reid Kleckner | 592dc61 | 2014-04-08 00:28:22 +0000 | [diff] [blame] | 958 | |
Eric Christopher | cc87253 | 2013-09-18 22:40:18 +0000 | [diff] [blame] | 959 | #ifdef __cplusplus |
Eric Christopher | 0db88a7 | 2013-09-18 22:24:01 +0000 | [diff] [blame] | 960 | } |
Eric Christopher | d1428bf | 2013-08-31 00:22:48 +0000 | [diff] [blame] | 961 | #endif |
Reid Kleckner | f0e2322 | 2013-09-19 00:19:53 +0000 | [diff] [blame] | 962 | |
Michael Kuperstein | e45af54 | 2015-06-30 13:36:19 +0000 | [diff] [blame^] | 963 | #undef __DEFAULT_FN_ATTRS |
Eric Christopher | 5a9bec1 | 2015-06-15 23:20:35 +0000 | [diff] [blame] | 964 | |
Reid Kleckner | f0e2322 | 2013-09-19 00:19:53 +0000 | [diff] [blame] | 965 | #endif /* __INTRIN_H */ |
| 966 | #endif /* _MSC_VER */ |