HomeSort by relevance Sort by last modified time
    Searched defs:eax (Results 1 - 25 of 303) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
MicrosoftExtensionsInlineAsm.c 8 mov eax, Bit local
10 lock bts [ecx], eax
ms-inline-asm.c 12 void t4(void) { __asm mov eax, fs:[0x10] } local
41 mov eax, 0
43 mov eax, 1
45 mov eax, 2
51 do { __asm mov eax, 0 __asm { __asm mov edx, 1 } } while(0);
  /external/clang/test/SemaCXX/
warn-unused-local-typedef-x86asm.cpp 9 __asm mov eax, [eax].A.b local
15 __asm mov eax, [eax].Alias.b variable
ms-inline-asm.cpp 26 __asm mov eax, asdf::a_global.a3.b2 local
32 __asm mov eax, asdf::a_global.not_a_field.b2 local
36 __asm mov eax, asdf::a_global.a3.not_a_field local
39 __asm mov eax, A::B::kValue local
43 __asm mov eax, asdf::a_global.a3.kValue local
46 __asm mov eax, asdf :: a_global.a3.b2 local
49 __asm mov eax, asdf::a_global . a3 . b2 local
52 __asm mov eax, asdf::a_global.indirect_field local
  /external/clang/test/CodeGen/
mozilla-ms-inline-asm.c 25 // CHECK: mov eax,edx
26 // CHECK: shl eax,$$3
27 // CHECK: sub esp,eax
35 // CHECK: mov eax,dword ptr $4
36 // CHECK: call dword ptr[edx+eax*$$4]
40 // CHECK: "=*m,*m,*m,*m,*m,~{eax},~{ebp},~{ecx},~{edx},~{flags},~{esp},~{dirflag},~{fpsr},~{flags}"
47 mov eax,edx local
48 shl eax,3 local
49 sub esp,eax
57 mov eax,methodInde local
    [all...]
ms-inline-asm-64.c 13 __asm mov [eax], offset var
15 // CHECK: call void asm sideeffect inteldialect "mov [eax], $0", "r,~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}})
26 mov eax, [ebx].0 local
31 // CHECK: call void asm sideeffect inteldialect "lea ebx, qword ptr $0\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "*m,~{eax},~{ebx},~{dirflag},~{fpsr},~{flags}"(%struct.t3_type* %{{.*}})
41 mov eax, [ebx].foo.a local
47 // CHECK: call void asm sideeffect inteldialect "lea ebx, qword ptr $0\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "*m,~{eax},~{ebx},~{dirflag},~{fpsr},~{flags}"(%struct.t3_type* %{{.*}})
ms-inline-asm-functions.c 41 __asm mov eax, k; local
42 // CHECK: movl _k, %eax
43 __asm mov eax, kptr; local
44 // CHECK: movl _kptr, %eax
  /external/libchrome/base/
cpu_unittest.cc 57 __asm__ __volatile__("crc32 %%eax, %%eax\n" : : : "eax");
100 __asm crc32 eax, eax; local
  /external/valgrind/none/tests/x86/
cmpxchg8b.c 9 UInt eax; variable
18 "\tpushl %eax\n"
23 "\txorl %eax, %eax\n" // get eflags in a known state
25 "\tmovl " VG_SYM(eax) ",%eax\n"
30 "\tmovl %eax," VG_SYM(eax) "\n"
35 "\tpopl %eax\n"
36 "\tmovl %eax," VG_SYM(zout) "\n
    [all...]
  /bionic/libc/kernel/uapi/linux/
toshiba.h 27 unsigned int eax; member in struct:__anon998
  /development/ndk/platforms/android-21/include/linux/
toshiba.h 26 unsigned int eax; member in struct:__anon2079
  /external/aac/libFDK/include/x86/
fixmul_x86.h 113 mov eax, a local
126 mov eax, a local
  /external/clang/test/CodeGenCXX/
ms-inline-asm-fields.cpp 20 // CHECK: call i32 asm sideeffect inteldialect "mov eax, dword ptr $1"
22 __asm mov eax, p.a1 local
27 // CHECK: call i32 asm sideeffect inteldialect "mov eax, dword ptr $1", "{{.*}}"(i32* getelementptr inbounds (%struct.A, %struct.A* @_ZN4asdf8a_globalE, i32 0, i32 2, i32 1))
29 __asm mov eax, asdf::a_global.a3.b2 local
  /external/fio/arch/
arch-x86-common.h 7 unsigned int *eax, unsigned int *ebx,
10 *eax = op;
12 do_cpuid(eax, ebx, ecx, edx);
21 unsigned int eax, ebx, ecx = 0, edx; local
26 eax = 1;
27 do_cpuid(&eax, &ebx, &ecx, &edx);
34 eax = 0x80000007;
35 do_cpuid(&eax, &ebx, &ecx, &edx);
41 unsigned int eax, ebx, ecx, edx; local
43 cpuid(0x80000000, &eax, &ebx, &ecx, &edx)
    [all...]
  /external/fio/crc/
crc32c-intel.c 84 unsigned int eax, ebx, ecx = 0, edx; local
86 eax = 1;
88 do_cpuid(&eax, &ebx, &ecx, &edx);
  /external/kernel-headers/original/uapi/linux/
toshiba.h 38 unsigned int eax; member in struct:__anon15078
57 * The toshiba_acpi module checks whether the eax register is set with
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_validate.cc 31 mov eax, [esp + 8] // val local
35 mov eax, edi local
36 sub eax, 1 local
41 mov eax, 0 local
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.cc 79 uint32_t eax; local
84 // Get vendor string (issue CPUID with eax = 0)
85 cpuid(eax, ebx, ecx, edx, 0);
92 // get feature flags in ecx/edx, and family/model in eax
93 cpuid(eax, ebx, ecx, edx, 1);
95 int family = (eax >> 8) & 0xf; // family and model fields
96 int model = (eax >> 4) & 0xf;
98 family += (eax >> 20) & 0xff;
99 model += ((eax >> 16) & 0xf) << 4;
  /external/valgrind/memcheck/tests/x86-solaris/
context_gpr.c 28 int eax, ebx, ecx, edx, esi, edi; local
64 "movl %[scall], %%eax\n"
69 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx), "=S" (esi),
76 printf(" eax=%#x, edx=%#x, esi=%#x, edi=%#x\n",
77 uc.uc_mcontext.gregs[EAX], uc.uc_mcontext.gregs[EDX],
84 printf(" eax=%#x, edx=%#x, esi=%#x, edi=%#x\n", eax, edx, esi, edi);
  /external/webp/src/dsp/
cpu.c 65 uint32_t eax, edx; local
69 : "=a"(eax), "=d"(edx) : "c" (ecx));
70 return ((uint64_t)edx << 32) | eax;
83 mov eax_, eax
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
toshiba.h 28 unsigned int eax; member in struct:__anon39382
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
toshiba.h 28 unsigned int eax; member in struct:__anon41351
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
toshiba.h 26 unsigned int eax; member in struct:__anon56566
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
toshiba.h 26 unsigned int eax; member in struct:__anon57333
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
toshiba.h 26 unsigned int eax; member in struct:__anon58112

Completed in 193 milliseconds

1 2 3 4 5 6 7 8 91011>>