HomeSort by relevance Sort by last modified time
    Searched defs:__eax (Results 1 - 21 of 21) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/
cpuid.h 124 unsigned int __eax, __ebx, __ecx, __edx; local
139 : "=&r" (__eax), "=&r" (__ebx)
154 : "=&r" (__eax), "=&r" (__ebx)
158 if (!((__eax ^ __ebx) & 0x00200000))
163 __cpuid (__ext, __eax, __ebx, __ecx, __edx);
168 return __eax;
178 unsigned int *__eax, unsigned int *__ebx,
186 __cpuid (__level, *__eax, *__ebx, *__ecx, *__edx);
  /external/clang/lib/Headers/
cpuid.h 97 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
102 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
105 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
110 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
113 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
114 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
117 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
118 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
122 static __inline int __get_cpuid (unsigned int __level, unsigned int *__eax,
125 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx)
131 unsigned int __eax, __ebx, __ecx, __edx; local
    [all...]
Intrin.h 968 unsigned int __eax, __edx; local
991 unsigned long __eax; local
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
cpuid.h 96 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
101 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
104 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
109 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
112 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
113 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
116 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
117 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
121 static __inline int __get_cpuid (unsigned int __level, unsigned int *__eax,
124 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx)
130 unsigned int __eax, __ebx, __ecx, __edx; local
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
cpuid.h 97 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
102 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
105 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
110 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
113 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
114 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
117 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
118 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
122 static __inline int __get_cpuid (unsigned int __level, unsigned int *__eax,
125 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx)
131 unsigned int __eax, __ebx, __ecx, __edx; local
    [all...]
Intrin.h 968 unsigned int __eax, __edx; local
991 unsigned long __eax; local
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
cpuid.h 96 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
101 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
104 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
109 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
112 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
113 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
116 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
117 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
121 static __inline int __get_cpuid (unsigned int __level, unsigned int *__eax,
124 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx)
130 unsigned int __eax, __ebx, __ecx, __edx; local
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
cpuid.h 97 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
102 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
105 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
110 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
113 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
114 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
117 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
118 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
122 static __inline int __get_cpuid (unsigned int __level, unsigned int *__eax,
125 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx)
131 unsigned int __eax, __ebx, __ecx, __edx; local
    [all...]
Intrin.h 968 unsigned int __eax, __edx; local
991 unsigned long __eax; local
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
cpuid.h 97 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
102 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
105 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
110 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
113 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
114 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
117 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
118 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
122 static __inline int __get_cpuid (unsigned int __level, unsigned int *__eax,
125 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx)
131 unsigned int __eax, __ebx, __ecx, __edx; local
    [all...]
Intrin.h 968 unsigned int __eax, __edx; local
991 unsigned long __eax; local
    [all...]
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
cpuid.h 97 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
102 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
105 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
110 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
113 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
114 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
117 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
118 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
122 static __inline int __get_cpuid (unsigned int __level, unsigned int *__eax,
125 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx)
131 unsigned int __eax, __ebx, __ecx, __edx; local
    [all...]
Intrin.h 968 unsigned int __eax, __edx; local
991 unsigned long __eax; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/i386/
MachRegisterStatesI386.h 26 uint32_t __eax; member in struct:__anon29179
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
cpuid.h 204 unsigned int __eax, __ebx, __ecx, __edx; local
219 : "=&r" (__eax), "=&r" (__ebx)
234 : "=&r" (__eax), "=&r" (__ebx)
238 if (!((__eax ^ __ebx) & 0x00200000))
243 __cpuid (__ext, __eax, __ebx, __ecx, __edx);
248 return __eax;
258 unsigned int *__eax, unsigned int *__ebx,
266 __cpuid (__level, *__eax, *__ebx, *__ecx, *__edx);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
cpuid.h 204 unsigned int __eax, __ebx, __ecx, __edx; local
219 : "=&r" (__eax), "=&r" (__ebx)
234 : "=&r" (__eax), "=&r" (__ebx)
238 if (!((__eax ^ __ebx) & 0x00200000))
243 __cpuid (__ext, __eax, __ebx, __ecx, __edx);
248 return __eax;
258 unsigned int *__eax, unsigned int *__ebx,
266 __cpuid (__level, *__eax, *__ebx, *__ecx, *__edx);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
cpuid.h 204 unsigned int __eax, __ebx, __ecx, __edx; local
219 : "=&r" (__eax), "=&r" (__ebx)
234 : "=&r" (__eax), "=&r" (__ebx)
238 if (!((__eax ^ __ebx) & 0x00200000))
243 __cpuid (__ext, __eax, __ebx, __ecx, __edx);
248 return __eax;
258 unsigned int *__eax, unsigned int *__ebx,
266 __cpuid (__level, *__eax, *__ebx, *__ecx, *__edx);
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
cpuid.h 204 unsigned int __eax, __ebx, __ecx, __edx; local
219 : "=&r" (__eax), "=&r" (__ebx)
234 : "=&r" (__eax), "=&r" (__ebx)
238 if (!((__eax ^ __ebx) & 0x00200000))
243 __cpuid (__ext, __eax, __ebx, __ecx, __edx);
248 return __eax;
258 unsigned int *__eax, unsigned int *__ebx,
266 __cpuid (__level, *__eax, *__ebx, *__ecx, *__edx);
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cpuid.h 213 unsigned int __eax, __ebx, __ecx, __edx; local
228 : "=&r" (__eax), "=&r" (__ebx)
243 : "=&r" (__eax), "=&r" (__ebx)
247 if (!((__eax ^ __ebx) & 0x00200000))
252 __cpuid (__ext, __eax, __ebx, __ecx, __edx);
257 return __eax;
267 unsigned int *__eax, unsigned int *__ebx,
275 __cpuid (__level, *__eax, *__ebx, *__ecx, *__edx);
  /external/libcxxabi/src/Unwind/
Registers.hpp 68 unsigned int __eax; member in struct:libunwind::Registers_x86::GPRs
118 return _registers.__eax;
146 _registers.__eax = value;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 68 unsigned int __eax; member in struct:libunwind::Registers_x86::GPRs
118 return _registers.__eax;
146 _registers.__eax = value;
    [all...]

Completed in 645 milliseconds