Searched defs:eax (Results 51 - 75 of 124) sorted by relevance

12345

/external/libyuv/files/source/
H A Dformat_conversion.cc33 mov eax, [esp + 4] // src_argb local
41 movdqa xmm0, [eax]
42 lea eax, [eax + 16] local
H A Drotate.cc70 mov eax, [esp + 12 + 4] // src local
80 movq xmm0, qword ptr [eax]
81 lea ebp, [eax + 8]
82 movq xmm1, qword ptr [eax + edi]
83 lea eax, [eax + 2 * edi] local
85 movq xmm2, qword ptr [eax]
88 movq xmm3, qword ptr [eax + edi]
89 lea eax, [eax local
96 lea eax, [eax + 2 * edi] local
102 mov eax, ebp local
165 mov eax, [esp + 16 + 4] // src local
183 lea eax, [eax + 2 * edi] local
190 lea eax, [eax + 2 * edi] local
197 lea eax, [eax + 2 * edi] local
204 lea eax, [eax + 2 * edi] local
211 lea eax, [eax + 8 * edi + 16] local
[all...]
H A Dscale_argb.cc44 mov eax, [esp + 4] // src_ptr local
51 movdqa xmm0, [eax]
52 movdqa xmm1, [eax + 16]
53 lea eax, [eax + 32] local
72 mov eax, [esp + 4 + 4] // src_ptr local
79 movdqa xmm0, [eax]
80 movdqa xmm1, [eax + 16]
81 movdqa xmm2, [eax + esi]
82 movdqa xmm3, [eax
83 lea eax, [eax + 32] local
110 mov eax, [esp + 8 + 4] // src_ptr local
125 lea eax, [eax + ebx * 4] local
150 mov eax, [esp + 12 + 4] // src_ptr local
165 lea eax, [eax + ebx * 4] local
203 mov eax, [esp + 8 + 20] // source_y_fraction (0..255) local
205 cmp eax, 0 local
207 cmp eax, 128 local
291 mov eax, [esp + 8 + 20] // source_y_fraction (0..255) local
293 shr eax, 1 local
294 cmp eax, 0 local
296 cmp eax, 64 local
300 add eax, 128 local
[all...]
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.h96 uint32_t eax; member in struct:RegisterContext_i386::GPR
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp204 "pushl %eax\n"
205 CFI(".cfi_rel_offset %eax, 0\n")
214 "movl 4(%ebp), %eax\n" // Pass prev frame and return address
215 "movl %eax, 4(%esp)\n"
228 "popl %eax\n"
230 CFI(".cfi_restore %eax\n")
253 "pushl %eax\n"
254 CFI(".cfi_rel_offset %eax, 0\n")
270 "movl 4(%ebp), %eax\n" // Pass prev frame and return address
271 "movl %eax,
315 mov eax, dword ptr [ebp+4] local
[all...]
/external/openssl/crypto/modes/
H A Dmodes_lcl.h70 _asm mov eax,val local
71 _asm bswap eax
/external/openssl/crypto/sha/
H A Dsha512.c332 "roll $16,%%eax; roll $16,%%edx; "\
360 _asm mov eax, [ecx + 4] local
364 _asm rol eax,16 local
371 _asm mov eax, [ecx + 4] local
373 _asm bswap eax
/external/oprofile/module/
H A Dcompat22.h143 unsigned int eax, edx; local
146 : "=a" (eax), "=d" (edx)
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftconfig.h417 "addl %%ecx, %%eax\n"
419 "shrl $16, %%eax\n"
421 "addl %%edx, %%eax\n"
449 mov eax, a local
455 add eax, ecx local
457 shr eax, 16 local
459 add eax, edx local
460 mov result, eax
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftconfig.h417 "addl %%ecx, %%eax\n"
419 "shrl $16, %%eax\n"
421 "addl %%edx, %%eax\n"
449 mov eax, a local
455 add eax, ecx local
457 shr eax, 16 local
459 add eax, edx local
460 mov result, eax
/external/qemu/target-i386/
H A Dmisc_helper.c118 uint32_t eax, ebx, ecx, edx; local
122 cpu_x86_cpuid(env, (uint32_t)EAX, (uint32_t)ECX, &eax, &ebx, &ecx, &edx); local
123 EAX = eax;
/external/qemu-pc-bios/vgabios/
H A Dvbe.c135 push eax
144 mov eax, ecx variable
146 push eax
160 pop eax
169 mov edi, eax
170 mov eax, edx variable
179 mov edi, eax
180 mov eax, edx variable
181 shl eax, #1 variable
209 pop eax
747 and eax, #0x0000FFFF variable
749 or eax, ebx variable
751 mul eax, dword ptr [di] variable
[all...]
/external/chromium_org/crypto/third_party/nss/
H A Dsha512.cc120 mov eax,dwd local
121 bswap eax
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drotate.cc86 mov eax, [esp + 12 + 4] // src local
96 movq xmm0, qword ptr [eax]
97 lea ebp, [eax + 8]
98 movq xmm1, qword ptr [eax + edi]
99 lea eax, [eax + 2 * edi] local
101 movq xmm2, qword ptr [eax]
104 movq xmm3, qword ptr [eax + edi]
105 lea eax, [eax local
112 lea eax, [eax + 2 * edi] local
118 mov eax, ebp local
181 mov eax, [esp + 16 + 4] // src local
199 lea eax, [eax + 2 * edi] local
206 lea eax, [eax + 2 * edi] local
213 lea eax, [eax + 2 * edi] local
220 lea eax, [eax + 2 * edi] local
227 lea eax, [eax + 8 * edi + 16] local
[all...]
H A Dscale_win.cc101 mov eax, [esp + 4] // src_ptr local
108 movdqa xmm0, [eax]
109 movdqa xmm1, [eax + 16]
110 lea eax, [eax + 32] local
129 mov eax, [esp + 4] // src_ptr local
138 movdqa xmm0, [eax]
139 movdqa xmm1, [eax + 16]
140 lea eax, [eax local
168 mov eax, [esp + 4 + 4] // src_ptr local
181 lea eax, [eax + 32] local
212 mov eax, [esp + 4] // src_ptr local
221 lea eax, [eax + 32] local
241 mov eax, [esp + 4] // src_ptr local
252 lea eax, [eax + 32] local
281 mov eax, [esp + 4 + 4] // src_ptr local
294 lea eax, [eax + 32] local
324 mov eax, [esp + 4] // src_ptr local
336 lea eax, [eax + 32] local
359 mov eax, [esp + 8 + 4] // src_ptr local
379 lea eax, [eax + 32] local
422 mov eax, [esp + 4] // src_ptr local
434 lea eax, [eax + 32] local
473 mov eax, [esp + 4 + 4] // src_ptr local
506 lea eax, [eax + 32] local
532 mov eax, [esp + 4 + 4] // src_ptr local
567 lea eax, [eax + 32] local
593 mov eax, [esp + 4] // src_ptr local
604 lea eax, [eax + 32] local
627 mov eax, [esp + 4 + 4] // src_ptr local
649 lea eax, [eax + 16] local
693 mov eax, [esp + 4 + 4] // src_ptr local
706 lea eax, [eax + 16] local
754 lea eax, [esi + edx] local
767 lea eax, [eax + edx] // advance to next row local
815 mov eax, 0x04040000 // shuffle to line up fractions with pixel. local
819 pextrw eax, xmm2, 1 // get x0 integer. preroll local
844 pextrw eax, xmm2, 1 // get x0 integer. next iteration. local
889 mov eax, [esp + 8] // src_ptr local
895 lea eax, [eax + 16] local
916 mov eax, [esp + 4] // src_argb local
925 lea eax, [eax + 32] local
943 mov eax, [esp + 4] // src_argb local
952 lea eax, [eax + 32] local
974 mov eax, [esp + 4 + 4] // src_argb local
985 lea eax, [eax + 32] local
1011 mov eax, [esp + 8 + 4] // src_argb local
1026 lea eax, [eax + ebx * 4] local
1051 mov eax, [esp + 12 + 4] // src_argb local
1066 lea eax, [eax + ebx * 4] local
1112 pextrw eax, xmm2, 1 // get x0 integer. local
1125 pextrw eax, xmm2, 5 // get x2 integer. local
1132 pextrw eax, xmm2, 1 // get x0 integer. next iteration. local
1149 pextrw eax, xmm2, 5 // get x2 integer. local
1200 pextrw eax, xmm2, 1 // get x0 integer. preroll local
1223 pextrw eax, xmm2, 1 // get x0 integer. next iteration. local
1265 mov eax, [esp + 8] // src_argb local
1271 lea eax, [eax + 16] local
1289 mov eax, [esp + 4] // num local
1291 shld edx, eax, 16 // 32.16 local
1292 shl eax, 16 local
1302 mov eax, [esp + 4] // num local
1305 shld edx, eax, 16 // 32.16 local
1306 shl eax, 16 local
1307 sub eax, 0x00010001 local
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drotate.cc86 mov eax, [esp + 12 + 4] // src local
96 movq xmm0, qword ptr [eax]
97 lea ebp, [eax + 8]
98 movq xmm1, qword ptr [eax + edi]
99 lea eax, [eax + 2 * edi] local
101 movq xmm2, qword ptr [eax]
104 movq xmm3, qword ptr [eax + edi]
105 lea eax, [eax local
112 lea eax, [eax + 2 * edi] local
118 mov eax, ebp local
181 mov eax, [esp + 16 + 4] // src local
199 lea eax, [eax + 2 * edi] local
206 lea eax, [eax + 2 * edi] local
213 lea eax, [eax + 2 * edi] local
220 lea eax, [eax + 2 * edi] local
227 lea eax, [eax + 8 * edi + 16] local
[all...]
H A Dscale_win.cc101 mov eax, [esp + 4] // src_ptr local
108 movdqa xmm0, [eax]
109 movdqa xmm1, [eax + 16]
110 lea eax, [eax + 32] local
129 mov eax, [esp + 4] // src_ptr local
138 movdqa xmm0, [eax]
139 movdqa xmm1, [eax + 16]
140 lea eax, [eax local
168 mov eax, [esp + 4 + 4] // src_ptr local
181 lea eax, [eax + 32] local
212 mov eax, [esp + 4] // src_ptr local
221 lea eax, [eax + 32] local
241 mov eax, [esp + 4] // src_ptr local
252 lea eax, [eax + 32] local
281 mov eax, [esp + 4 + 4] // src_ptr local
294 lea eax, [eax + 32] local
324 mov eax, [esp + 4] // src_ptr local
336 lea eax, [eax + 32] local
359 mov eax, [esp + 8 + 4] // src_ptr local
379 lea eax, [eax + 32] local
422 mov eax, [esp + 4] // src_ptr local
434 lea eax, [eax + 32] local
473 mov eax, [esp + 4 + 4] // src_ptr local
506 lea eax, [eax + 32] local
532 mov eax, [esp + 4 + 4] // src_ptr local
567 lea eax, [eax + 32] local
593 mov eax, [esp + 4] // src_ptr local
604 lea eax, [eax + 32] local
627 mov eax, [esp + 4 + 4] // src_ptr local
649 lea eax, [eax + 16] local
693 mov eax, [esp + 4 + 4] // src_ptr local
706 lea eax, [eax + 16] local
754 lea eax, [esi + edx] local
767 lea eax, [eax + edx] // advance to next row local
815 mov eax, 0x04040000 // shuffle to line up fractions with pixel. local
819 pextrw eax, xmm2, 1 // get x0 integer. preroll local
844 pextrw eax, xmm2, 1 // get x0 integer. next iteration. local
889 mov eax, [esp + 8] // src_ptr local
895 lea eax, [eax + 16] local
916 mov eax, [esp + 4] // src_argb local
925 lea eax, [eax + 32] local
943 mov eax, [esp + 4] // src_argb local
952 lea eax, [eax + 32] local
974 mov eax, [esp + 4 + 4] // src_argb local
985 lea eax, [eax + 32] local
1011 mov eax, [esp + 8 + 4] // src_argb local
1026 lea eax, [eax + ebx * 4] local
1051 mov eax, [esp + 12 + 4] // src_argb local
1066 lea eax, [eax + ebx * 4] local
1112 pextrw eax, xmm2, 1 // get x0 integer. local
1125 pextrw eax, xmm2, 5 // get x2 integer. local
1132 pextrw eax, xmm2, 1 // get x0 integer. next iteration. local
1149 pextrw eax, xmm2, 5 // get x2 integer. local
1200 pextrw eax, xmm2, 1 // get x0 integer. preroll local
1223 pextrw eax, xmm2, 1 // get x0 integer. next iteration. local
1265 mov eax, [esp + 8] // src_argb local
1271 lea eax, [eax + 16] local
1289 mov eax, [esp + 4] // num local
1291 shld edx, eax, 16 // 32.16 local
1292 shl eax, 16 local
1302 mov eax, [esp + 4] // num local
1305 shld edx, eax, 16 // 32.16 local
1306 shl eax, 16 local
1307 sub eax, 0x00010001 local
[all...]
/external/chromium_org/v8/src/ia32/
H A Ddeoptimizer-ia32.cc201 output_frame->SetRegister(eax.code(), params);
262 __ PrepareCallCFunction(6, eax);
263 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
264 __ mov(Operand(esp, 0 * kPointerSize), eax); // Function. local
276 // Preserve deoptimizer object in register eax and get the input
278 __ mov(ebx, Operand(eax, Deoptimizer::input_offset()));
323 __ push(eax);
325 __ mov(Operand(esp, 0 * kPointerSize), eax); local
331 __ pop(eax);
335 __ cmp(Operand(eax, Deoptimize
[all...]
H A Dregexp-macro-assembler-ia32.cc35 * The registers eax and ebx are free to use for computations.
167 __ lea(eax, Operand(esi, edi, times_1, 0));
168 __ cmp(eax, Operand(ebp, kInputStart));
179 __ lea(eax, Operand(esi, edi, times_1, 0));
180 __ cmp(eax, Operand(ebp, kInputStart));
219 __ mov(eax, edi);
220 __ add(eax, ebx);
230 // After this, the eax, ecx, and edi registers are available.
238 __ movzx_b(eax, Operand(edi, 0));
243 __ or_(eax,
726 __ mov(Operand(ebp, ecx, times_1, 0), eax); local
732 __ mov(register_location(i), eax); local
768 __ mov(Operand(ebx, i * kPointerSize), eax); variable
876 __ mov(Operand(esp, 1 * kPointerSize), eax); variable
886 __ mov(backtrack_stackpointer(), eax); variable
[all...]
/external/chromium_org/v8/src/x87/
H A Ddeoptimizer-x87.cc201 output_frame->SetRegister(eax.code(), params);
250 __ pop(eax);
252 __ mov(edi, eax);
254 __ mov(ecx, eax);
259 __ shr(eax, 0x3);
260 __ mov(ebx, eax);
285 __ PrepareCallCFunction(6, eax);
286 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
287 __ mov(Operand(esp, 0 * kPointerSize), eax); // Function. local
301 // Preserve deoptimizer object in register eax an
351 __ mov(Operand(esp, 0 * kPointerSize), eax); local
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dvm86.h72 long eax; member in struct:vm86_regs
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h65 uint32_t eax; member in struct:RegisterContextDarwin_i386::GPR
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c92 " movl $0, %eax\n" // zero all GP regs
122 int $__NR_clone in %eax
154 " movl 0+"FSZ"(%esp), %eax\n" /* fn */
157 " movl %eax, 0(%ecx)\n" /* fn */
164 " movl $"__NR_CLONE", %eax\n"
166 " testl %eax, %eax\n" /* child if retval == 0 */
170 " popl %eax\n"
171 " call *%eax\n" /* call fn */
174 " movl %eax,
222 Int eax; local
[all...]
/external/valgrind/main/include/vki/
H A Dvki-xen-x86.h38 vki_uint32_t eax; member in struct:vki_xen_cpu_user_regs
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h447 __asm bsf eax, [u] local
448 __asm inc eax
449 __asm mov [i], eax

Completed in 539 milliseconds

12345