HomeSort by relevance Sort by last modified time
    Searched defs:eax (Results 26 - 50 of 255) sorted by null

12 3 4 5 6 7 8 91011

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 34 long eax; member in struct:pt_regs
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 34 long eax; member in struct:pt_regs
  /external/clang/test/CodeGen/
ms-inline-asm.cpp 19 __asm mov eax, Foo ::ptr local
20 __asm mov eax, Foo :: Bar :: ptr local
21 __asm mov eax, [Foo:: ptr] local
22 __asm mov eax, dword ptr [Foo :: ptr] local
23 __asm mov eax, dword ptr [Foo :: ptr] local
25 // CHECK: call void asm sideeffect inteldialect "mov eax, dword ptr $0\0A\09mov eax, dword ptr $1\0A\09mov eax, dword ptr $2\0A\09mov eax, dword ptr $3\0A\09mov eax, dword ptr $4", "*m,*m,*m,*m,*m,~{eax},~{dirflag},~{fpsr},~{flags}"(i32** @_ZN3Foo3ptrE, i32** @_Z (…)
31 __asm mov eax, offset Foo::ptr local
32 __asm mov eax, offset Foo::Bar::ptr local
39 __asm mov eax, LENGTH Foo::ptr local
40 __asm mov eax, LENGTH Foo::Bar::ptr local
41 __asm mov eax, LENGTH Foo::arr local
42 __asm mov eax, LENGTH Foo::Bar::arr local
44 __asm mov eax, TYPE Foo::ptr local
45 __asm mov eax, TYPE Foo::Bar::ptr local
46 __asm mov eax, TYPE Foo::arr local
47 __asm mov eax, TYPE Foo::Bar::arr local
49 __asm mov eax, SIZE Foo::ptr local
50 __asm mov eax, SIZE Foo::Bar::ptr local
51 __asm mov eax, SIZE Foo::arr local
52 __asm mov eax, SIZE Foo::Bar::arr local
68 __asm mov eax, x; local
69 __asm mov y, eax; local
101 __asm mov eax, [eax].A.b local
111 __asm mov eax, [eax].A.b local
121 __asm mov eax, [eax].A.b variable
    [all...]
  /external/clang/test/Sema/
ms-inline-asm.c 11 mov eax, eax local
16 mov eax, 1+=2 // expected-error {{unknown token in expression}} local
20 mov eax, 1+++ // expected-error {{unknown token in expression}} local
24 mov eax, LENGTH bar // expected-error {{unable to lookup expression}} local
28 mov eax, SIZE bar // expected-error {{unable to lookup expression}} local
32 mov eax, TYPE bar // expected-error {{unable to lookup expression}} expected-error {{use of undeclared label 'bar'}} local
56 mov eax, arr; local
57 mov eax, arr[0]; local
58 mov eax, arr[1 + 2] local
59 mov eax, arr[1 + (2 * 5) - 3 + 1<<1]; local
63 __asm { mov eax, arr[ebp + 1 + (2 * 5) - 3 + 1<<1] } local
65 __asm { mov eax, arr[esi * 4] } local
67 __asm { mov eax, arr[i] } local
69 __asm { mov eax, global[i] } local
83 __asm { mov eax, [eax] UndeclaredId } \/\/ expected-error {{unknown token in expression}} expected-error {{use of undeclared label 'UndeclaredId'}} local
89 __asm { mov eax, [eax] A } local
95 __asm { mov eax, [0] A.a } local
96 __asm { mov eax, [0].A.a } local
97 __asm { mov eax, [0].a } \/\/ expected-error {{Unable to lookup field reference!}} local
98 __asm { mov eax, fs:[0] A.a } local
99 __asm { mov eax, fs:[0].A.a } local
100 __asm { mov eax, fs:[0].a } \/\/ expected-error {{Unable to lookup field reference!}} local
101 __asm { mov eax, fs:[0]. A.a } \/\/ expected-error {{Unexpected token type!}} local
109 asm { movl eax, x } \/\/ expected-error {{parameter references not allowed in naked functions}} expected-error {{use of undeclared label 'x'}} local
115 asm { mov eax, y } \/\/ No error. local
122 mov eax, 0 local
129 __asm mov eax, 0 local
137 mov eax, 0 local
144 __asm mov eax, 0 local
149 __asm mov eax, foo \/\/ expected-error {{use of undeclared label 'foo'}} expected-warning {{unused label 'foo'}} local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 149 mov eax, a local
151 xchg [eax], cl // NOLINT
162 mov eax, a local
164 xchg [eax], cx // NOLINT
  /external/freetype/include/internal/
ftcalc.h 127 "addl %%ecx, %%eax\n"
129 "shrl $16, %%eax\n"
131 "addl %%edx, %%eax\n"
159 mov eax, a local
165 add eax, ecx local
167 shr eax, 16 local
169 add eax, edx local
170 mov result, eax
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestAmbient.java 51 float[] eax = new float[]{15, 38.0f, 0.300f, -1000, -3300, 0, local
55 Environment env = new Environment(eax);
TestReverb.java 52 float[] eax = new float[]{15, 38.0f, 0.300f, -1000, -3300, 0, local
56 audioRenderer.setEnvironment(new Environment(eax));
  /external/libvpx/libvpx/third_party/libyuv/source/
compare_win.cc 24 mov eax, [esp + 4] // src_a local
32 movdqa xmm1, [eax]
33 lea eax, [eax + 16] local
54 movd eax, xmm0 local
66 mov eax, [esp + 4] // src_a local
71 sub edx, eax
75 vmovdqu ymm1, [eax]
76 vmovdqu ymm2, [eax + edx]
77 lea eax, [eax + 32 local
96 vmovd eax, xmm0 local
141 mov eax, [esp + 4] \/\/ src local
151 lea eax, [eax + 16] local
183 movd eax, xmm0 \/\/ return hash local
193 mov eax, [esp + 4] \/\/ src local
208 lea eax, [eax + 16] local
221 movd eax, xmm0 \/\/ return hash local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_atomic.h 213 mov eax, [v] local
214 lock dec dword ptr [eax]
225 mov eax, [v] local
226 lock inc dword ptr [eax]
234 mov eax, [v] local
235 lock dec dword ptr [eax]
246 mov eax, [old] local
249 mov [orig], eax
  /external/pdfium/third_party/freetype/include/internal/
ftcalc.h 127 "addl %%ecx, %%eax\n"
129 "shrl $16, %%eax\n"
131 "addl %%edx, %%eax\n"
159 mov eax, a local
165 add eax, ecx local
167 shr eax, 16 local
169 add eax, edx local
170 mov result, eax
  /external/strace/linux/x86_64/
arch_regs.c 14 uint32_t eax; member in struct:i386_user_regs_struct
  /external/valgrind/none/tests/x86/
bug152818-x86.c 49 "movl %3, %%eax \t\n" \
51 "movl %4, %%eax \t\n" \
59 "movl %%eax, %0 \t\n" \
61 "movl %%eax, %1 \t\n" \
73 : "%eax", "%esi", "%ecx", "cc" /* we mess up EFLAGS */);
94 unsigned int eax = 0x12348765; local
125 printf ("REP %s (EAX = %08X, EFLAGS = %s) => ", i_name, eax, sz_eflags);
140 eax, esi, eflags, resulting_eax, resulting_esi, resulting_eflags,
147 eax, esi, eflags, resulting_eax, resulting_esi, resulting_eflags
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 66 int __tmp1; // These dummy variables are used to tell GCC that the eax, ecx,
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
75 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
93 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
98 " jne L1_%=\n\t" // We failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
118 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
123 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top
215 mov eax, [esi] \/\/ _M._M_data._M_top local
238 mov eax, [esi] \/\/ _M._M_data._M_top local
240 L1: test eax, eax \/\/ _M_top == NULL? local
265 mov eax, [esi] \/\/ _M._M_data._M_top local
267 L1: test eax, eax \/\/ _M_top == NULL? local
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 36 long eax; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ptrace.h 36 long eax; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ptrace.h 36 long eax; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 36 long eax; member in struct:pt_regs
  /external/boringssl/src/crypto/modes/
internal.h 132 _asm mov eax, val local
133 _asm bswap eax
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 219 int eax, ebx, ecx, edx; local
220 __cpuid(1, eax, ebx, ecx, edx);
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace.h 24 long eax; member in struct:pt_regs
  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 160 lea eax, [esi+ecx*2] // local
169 movd mm4, [eax+ecx]
178 movd mm6, [eax+ecx*2]
202 lea eax, [edi+edx*2] local
209 movd DWORD PTR [eax+edx], mm5
307 movd eax, mm1 local
309 mov edx, eax
346 lea eax, [esi+ecx*2] // local
354 movd mm3, DWORD ptr [eax+ecx]
355 movd mm4, DWORD ptr [eax+ecx*2
469 mov eax, src_pitch local
    [all...]
  /external/libyuv/files/source/
format_conversion.cc 33 mov eax, [esp + 4] // src_argb local
41 movdqa xmm0, [eax]
42 lea eax, [eax + 16] local
  /external/zlib/src/contrib/inflate86/
inffas86.c 164 " lodsl\n" /* eax = *(uint *)in++ */
183 " lodsl\n" /* eax = *(uint *)in++ */
191 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
201 " shrl $16, %%eax\n" /* output this.val char */
206 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
216 " shrl $16, %%eax\n" /* output this.val char */
222 " movl %%eax, %%r14d\n" /* len = this */
233 " xorl %%eax, %%eax\n
799 lea eax, ar local
823 xor eax, eax local
827 shl eax, cl local
831 mov eax, [esp+56] \/* eax = lmask *\/ local
832 and eax, edx \/* eax &= hold *\/ local
833 mov eax, [ebp+eax*4] \/* eax = lcode[hold & lmask] *\/ local
843 shr eax, 16 \/* output this.val char *\/ local
862 xor eax, eax local
866 shl eax, cl local
872 xor eax, eax local
874 shl eax, cl local
876 and eax, edx \/* eax &= hold *\/ local
884 xor eax, eax local
888 shl eax, cl local
892 mov eax, [esp+60] \/* eax = dmask *\/ local
894 and eax, edx \/* eax &= hold *\/ local
895 mov eax, [ecx+eax*4]\/* eax = dcode[hold & dmask] *\/ local
913 xor eax, eax local
917 shl eax, cl local
923 xor eax, eax local
925 shl eax, cl local
927 and eax, edx \/* eax &= hold *\/ local
933 mov eax, edi local
934 sub eax, [esp+20] \/* nbytes = out - beg *\/ local
936 cmp eax, ebp local
987 xor eax, eax local
989 shl eax, cl local
991 and eax, edx \/* eax &= hold *\/ local
992 add eax, [esp+64] \/* eax += len *\/ local
993 mov eax, [ebp+eax*4] \/* eax = lcode[val+(hold&mask[op])]*\/ local
1001 xor eax, eax local
1003 shl eax, cl local
1005 and eax, edx \/* eax &= hold *\/ local
1006 add eax, ebp \/* eax += dist *\/ local
1008 mov eax, [ecx+eax*4] \/* eax = dcode[val+(hold&mask[op])]*\/ local
1014 mov eax, [esp+48] \/* eax = wsize *\/ local
1018 cmp eax, ebp local
1025 sub eax, ecx local
1028 mov eax, [esp+64] \/* eax = len *\/ local
1029 cmp eax, ecx local
1032 sub eax, ecx \/* len -= nbytes *\/ local
1040 mov eax, [esp+52] \/* eax = write *\/ local
1049 mov eax, [esp+64] \/* eax = len *\/ local
1050 cmp eax, ecx local
1053 sub eax, ecx \/* len -= nbytes *\/ local
1057 cmp eax, ecx local
1060 sub eax, ecx \/* len -= nbytes *\/ local
1071 mov eax, [esp+64] \/* eax = len *\/ local
1072 cmp eax, ecx local
1075 sub eax, ecx \/* len -= nbytes *\/ local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
scaleopt.c 160 lea eax, [esi+ecx*2] // local
169 movd mm4, [eax+ecx]
178 movd mm6, [eax+ecx*2]
202 lea eax, [edi+edx*2] local
209 movd DWORD PTR [eax+edx], mm5
307 movd eax, mm1 local
309 mov edx, eax
346 lea eax, [esi+ecx*2] // local
354 movd mm3, DWORD ptr [eax+ecx]
355 movd mm4, DWORD ptr [eax+ecx*2
469 mov eax, src_pitch local
    [all...]

Completed in 3687 milliseconds

12 3 4 5 6 7 8 91011