HomeSort by relevance Sort by last modified time
    Searched refs:__eax (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
cpuid.h 28 static __inline int __get_cpuid (unsigned int __level, unsigned int *__eax,
31 __asm("cpuid" : "=a"(*__eax), "=b" (*__ebx), "=c"(*__ecx), "=d"(*__edx)
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
cpuid.h 28 static __inline int __get_cpuid (unsigned int __level, unsigned int *__eax,
31 __asm("cpuid" : "=a"(*__eax), "=b" (*__ebx), "=c"(*__ecx), "=d"(*__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...]
  /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);
  /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);
  /art/runtime/arch/x86/
fault_handler_x86.cc 43 #define CTX_EAX uc_mcontext->__ss.__eax
44 #define CTX_METHOD uc_mcontext->__ss.__eax
45 #define CTX_JMP_BUF uc_mcontext->__ss.__eax
  /external/lldb/tools/debugserver/source/MacOSX/i386/
MachRegisterStatesI386.h 26 uint32_t __eax; member in struct:__anon29179
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 68 mach->__eax = vex->guest_EAX;
124 vex->guest_EAX = mach->__eax;
  /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 1291 milliseconds

1 2