/development/ndk/platforms/android-21/include/sys/ |
user.h | 74 long eax; member in struct:user_regs_struct
|
/development/ndk/platforms/android-3/include/sys/ |
user.h | 72 long eax; member in struct:user_regs_struct
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
sigcontext.h | 77 unsigned long eax; member in struct:sigcontext
|
user32.h | 54 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
|
user_32.h | 55 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
|
/external/boringssl/src/crypto/sha/ |
sha512.c | 413 _asm mov eax, [ecx + 4] local 415 _asm bswap eax
|
/external/google-breakpad/src/google_breakpad/common/ |
minidump_cpu_x86.h | 124 uint32_t eax; member in struct:__anon12861
|
/external/kernel-headers/original/uapi/video/ |
uvesafb.h | 13 __u32 eax; member in struct:v86_regs
|
/external/libdrm/tests/ttmtest/src/ |
ttmtest.c | 88 unsigned eax; local 91 "cpuid\n\t" ".byte 0x0f, 0x31\n\t" "popl %%ebx\n":"=a" (eax) 95 return eax; 101 unsigned eax; local 102 __asm__ volatile ("\t" "cpuid\n\t" ".byte 0x0f, 0x31\n\t":"=a" (eax) 106 return eax;
|
/external/libvpx/libvpx/vpx_ports/ |
x86.h | 98 __asm mov eax, func\ 101 __asm mov a, eax\ 112 uint32_t eax, edx; local 116 : "=a"(eax), "=d"(edx) : "c" (ecx)); 117 return ((uint64_t)edx << 32) | eax; 130 mov eax_, eax
|
/external/v8/src/regexp/ia32/ |
regexp-macro-assembler-ia32.cc | 33 * The registers eax and ebx are free to use for computations. 161 __ lea(eax, Operand(edi, -char_size())); 162 __ cmp(eax, Operand(ebp, kStringStartMinusOne)); 169 __ lea(eax, Operand(edi, -char_size() + cp_offset * char_size())); 170 __ cmp(eax, Operand(ebp, kStringStartMinusOne)); 205 __ mov(eax, Operand(ebp, kStringStartMinusOne)); 206 __ add(eax, ebx); 207 __ cmp(edi, eax); 210 __ mov(eax, edi); 211 __ add(eax, ebx) 749 __ mov(Operand(ebp, ecx, times_1, 0), eax); local 755 __ mov(register_location(i), eax); local 791 __ mov(Operand(ebx, i * kPointerSize), eax); variable 899 __ mov(Operand(esp, 1 * kPointerSize), eax); variable 909 __ mov(backtrack_stackpointer(), eax); variable [all...] |
/external/v8/src/regexp/x87/ |
regexp-macro-assembler-x87.cc | 33 * The registers eax and ebx are free to use for computations. 161 __ lea(eax, Operand(edi, -char_size())); 162 __ cmp(eax, Operand(ebp, kStringStartMinusOne)); 169 __ lea(eax, Operand(edi, -char_size() + cp_offset * char_size())); 170 __ cmp(eax, Operand(ebp, kStringStartMinusOne)); 205 __ mov(eax, Operand(ebp, kStringStartMinusOne)); 206 __ add(eax, ebx); 207 __ cmp(edi, eax); 210 __ mov(eax, edi); 211 __ add(eax, ebx) 749 __ mov(Operand(ebp, ecx, times_1, 0), eax); local 755 __ mov(register_location(i), eax); local 791 __ mov(Operand(ebx, i * kPointerSize), eax); variable 899 __ mov(Operand(esp, 1 * kPointerSize), eax); variable 909 __ mov(backtrack_stackpointer(), eax); variable [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-x86-linux.c | 90 " movl $0, %eax\n" // zero all GP regs 120 int $__NR_clone in %eax 152 " movl 0+"FSZ"(%esp), %eax\n" /* fn */ 155 " movl %eax, 0(%ecx)\n" /* fn */ 162 " movl $"__NR_CLONE", %eax\n" 164 " testl %eax, %eax\n" /* child if retval == 0 */ 168 " popl %eax\n" 169 " call *%eax\n" /* call fn */ 172 " movl %eax, %ebx\n" /* arg1: return value from fn * 219 Int eax; local [all...] |
/external/valgrind/memcheck/tests/amd64/ |
xsave-avx.c | 147 static void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, 154 *eax = a; *ebx = b; *ecx = c; *edx = d; 159 static void xgetbv ( UInt* eax, UInt* edx, UInt ecx_in ) 165 *eax = a; *edx = d; 170 UInt eax, ebx, ecx, edx; local 173 eax = ebx = ecx = edx = 0; 174 cpuid(&eax, &ebx, &ecx, &edx, 1,0); 178 eax = ebx = ecx = edx = 0; 179 cpuid(&eax, &ebx, &ecx, &edx, 1,0); 183 eax = ebx = ecx = edx = 0 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/video/ |
uvesafb.h | 13 __u32 eax; member in struct:v86_regs
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
user.h | 63 long int eax; member in struct:user_regs_struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/video/ |
uvesafb.h | 13 __u32 eax; member in struct:v86_regs
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/ |
user.h | 72 long eax; member in struct:user_regs_struct
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/ |
user.h | 72 long eax; member in struct:user_regs_struct
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/ |
sigcontext.h | 77 unsigned long eax; member in struct:sigcontext
|
user32.h | 54 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
|
user_32.h | 55 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/ |
user.h | 72 long eax; member in struct:user_regs_struct
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/ |
user.h | 72 long eax; member in struct:user_regs_struct
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/ |
user.h | 72 long eax; member in struct:user_regs_struct
|