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

<<111213

  /external/v8/src/compiler/x87/
code-generator-x87.cc 854 __ push(eax);
860 __ pop(eax);
861 __ xor_(MemOperand(esp, 0), eax); local
864 __ pop(eax); // restore esp
865 __ pop(eax); // restore esp
979 __ mov(eax, esp);
980 __ PrepareCallCFunction(4, eax);
982 __ fld_d(MemOperand(eax, 0));
984 __ fld_d(MemOperand(eax, kDoubleSize));
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 24 // -- eax : number of arguments excluding receiver
56 // JumpToExternalReference expects eax to contain the number of arguments
58 __ add(eax, Immediate(num_extra_args + 1));
86 __ mov(eax, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset));
87 __ mov(eax, FieldOperand(eax, SharedFunctionInfo::kCodeOffset));
88 __ lea(eax, FieldOperand(eax, Code::kHeaderSize));
89 __ jmp(eax);
94 __ lea(eax, FieldOperand(eax, Code::kHeaderSize))
189 __ mov(Operand(ebx, JSObject::kMapOffset), eax); local
716 __ mov(Operand(esp, ecx, times_pointer_size, -kPointerSize), eax); local
861 __ mov(Operand(esp, 0), eax); local
895 __ mov(Operand(esp, 0), eax); local
1037 __ mov(Operand(esp, 0), eax); local
2479 __ mov(Operand(esp, 0), eax); local
    [all...]
disasm-ia32.cc 201 SetTableRange(REGISTER_INSTR, 0x91, 0x97, "xchg eax,"); // 0x90 is nop.
273 eax = 0, enumerator in enum:disasm::DisassemblerIA32::__anon25102
    [all...]
  /external/v8/src/third_party/valgrind/
valgrind.h 213 redirected: x86: call *%eax, amd64: call *%rax, ppc32/ppc64:
247 /* %EDX = client_request ( %EAX ) */ \
260 /* %EAX = guest_NRADDR */ \
271 /* call-noredir *%EAX */ \
313 __asm { __asm lea eax, _zzq_args __asm mov edx, _zzq_default local
315 /* %EDX = client_request ( %EAX ) */
326 /* %EAX = guest_NRADDR */ \
328 __asm mov __addr, eax \
    [all...]
  /external/v8/src/x87/
builtins-x87.cc 24 // -- eax : number of arguments excluding receiver
56 // JumpToExternalReference expects eax to contain the number of arguments
58 __ add(eax, Immediate(num_extra_args + 1));
86 __ mov(eax, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset));
87 __ mov(eax, FieldOperand(eax, SharedFunctionInfo::kCodeOffset));
88 __ lea(eax, FieldOperand(eax, Code::kHeaderSize));
89 __ jmp(eax);
94 __ lea(eax, FieldOperand(eax, Code::kHeaderSize))
189 __ mov(Operand(ebx, JSObject::kMapOffset), eax); local
716 __ mov(Operand(esp, ecx, times_pointer_size, -kPointerSize), eax); local
861 __ mov(Operand(esp, 0), eax); local
895 __ mov(Operand(esp, 0), eax); local
1037 __ mov(Operand(esp, 0), eax); local
2486 __ mov(Operand(esp, 0), eax); local
    [all...]
disasm-x87.cc 201 SetTableRange(REGISTER_INSTR, 0x91, 0x97, "xchg eax,"); // 0x90 is nop.
267 eax = 0, enumerator in enum:disasm::DisassemblerX87::__anon25184
984 AppendToBuffer("%s eax,%s", idesc.mnem, NameOfAddress(addr));
1029 if (regop == eax) {
    [all...]
  /external/valgrind/VEX/priv/
host_x86_defs.c 102 = { "%eax", "%ecx", "%edx", "%ebx", "%esp", "%ebp", "%esi", "%edi" };
2800 HReg eax = hregX86_EAX(), ebx = hregX86_EBX(), local
    [all...]
  /external/valgrind/coregrind/
m_machine.c 196 (*f)(tid, "EAX", vex->guest_EAX);
781 UInt eax, ebx, ecx, edx, max_extended; local
789 VG_(cpuid)(0, 0, &eax, &ebx, &ecx, &edx);
790 if (eax < 1)
801 VG_(cpuid)(0x80000000, 0, &eax, &ebx, &ecx, &edx);
802 max_extended = eax;
805 VG_(cpuid)(1, 0, &eax, &ebx, &ecx, &edx);
822 VG_(cpuid)(0x80000001, 0, &eax, &ebx, &ecx, &edx);
832 VG_(cpuid)(0x80000001, 0, &eax, &ebx, &ecx, &edx);
880 UInt eax, ebx, ecx, edx, max_basic, max_extended local
    [all...]
  /external/valgrind/include/
valgrind.h 250 redirected: x86: call *%eax, amd64: call *%rax, ppc32/ppc64:
285 /* %EDX = client_request ( %EAX ) */ \
298 /* %EAX = guest_NRADDR */ \
309 /* call-noredir *%EAX */ \
361 __asm { __asm lea eax, _zzq_args __asm mov edx, _zzq_default local
363 /* %EDX = client_request ( %EAX ) */
374 /* %EAX = guest_NRADDR */ \
376 __asm mov __addr, eax \
    [all...]
  /external/valgrind/include/vki/
vki-xen-x86.h 65 vki_uint32_t eax; member in struct:vki_xen_cpu_user_regs
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 94 mov eax,r1 local
106 movq mm0,[eax] /*1 Get upper*/
184 add eax,8 /*75*/ local
272 mov eax,d0 local
281 movq mm0,[eax] /*1 Get dxx0*/
289 movq mm4,[eax+512] /*15 Get dxy0*/
308 movq mm0,[eax+1024] /*29 Get dyy0*/
330 add eax,8 /*43*/ local
393 mov eax,g local
399 movq mm6,[eax] /*1 Load new data*
470 add eax,16 \/*65*\/ local
510 mov eax,gxx local
572 add eax,32 \/*37*\/ local
753 mov eax,v local
831 mov eax,v local
889 mov eax,v local
937 mov eax,v local
977 mov eax,v local
1081 mov eax,v1 local
1207 mov eax,v1 local
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 212 __u32 eax; member in struct:kvm_cpuid_entry
231 __u32 eax; member in struct:kvm_cpuid_entry2
  /development/ndk/platforms/android-21/arch-x86/include/asm/
kvm.h 207 __u32 eax; member in struct:kvm_cpuid_entry
226 __u32 eax; member in struct:kvm_cpuid_entry2
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
kvm.h 207 __u32 eax; member in struct:kvm_cpuid_entry
226 __u32 eax; member in struct:kvm_cpuid_entry2
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 180 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 194 __u32 eax; member in struct:kvm_cpuid_entry
212 __u32 eax; member in struct:kvm_cpuid_entry2
  /external/libvpx/libvpx/third_party/libyuv/source/
row_win.cc 328 mov eax, [esp + 4] // src_y local
335 movq xmm0, qword ptr [eax]
336 lea eax, [eax + 8] local
357 mov eax, [esp + 4] // src_y local
364 vmovdqu xmm0, [eax]
365 lea eax, [eax + 16] local
387 mov eax, [esp + 4] // src_rgb24 local
395 movdqu xmm0, [eax]
398 lea eax, [eax + 48] local
426 mov eax, [esp + 4] \/\/ src_raw local
437 lea eax, [eax + 48] local
472 mov eax, 0x01080108 \/\/ generate multiplier to repeat 5 bits local
475 mov eax, 0x20802080 \/\/ multiplier shift by 5 and then repeat 6 bits local
486 mov eax, [esp + 4] \/\/ src_rgb565 local
510 lea eax, [eax + 16] local
528 mov eax, 0x01080108 \/\/ generate multiplier to repeat 5 bits local
531 mov eax, 0x20802080 \/\/ multiplier shift by 5 and then repeat 6 bits local
542 mov eax, [esp + 4] \/\/ src_rgb565 local
565 lea eax, [eax + 32] local
579 mov eax, 0x01080108 \/\/ generate multiplier to repeat 5 bits local
582 mov eax, 0x42004200 \/\/ multiplier shift by 6 and then repeat 5 bits local
591 mov eax, [esp + 4] \/\/ src_argb1555 local
617 lea eax, [eax + 32] local
631 mov eax, 0x0f0f0f0f \/\/ generate mask 0x0f0f0f0f local
635 mov eax, [esp + 4] \/\/ src_argb4444 local
655 lea eax, [eax + 32] local
669 mov eax, 0x01080108 \/\/ generate multiplier to repeat 5 bits local
672 mov eax, 0x42004200 \/\/ multiplier shift by 6 and then repeat 5 bits local
682 mov eax, [esp + 4] \/\/ src_argb1555 local
710 lea eax, [eax + 16] local
722 mov eax, 0x0f0f0f0f \/\/ generate mask 0x0f0f0f0f local
727 mov eax, [esp + 4] \/\/ src_argb4444 local
749 lea eax, [eax + 16] local
759 mov eax, [esp + 4] \/\/ src_argb local
769 lea eax, [eax + 64] local
797 mov eax, [esp + 4] \/\/ src_argb local
807 lea eax, [eax + 64] local
836 mov eax, [esp + 4] \/\/ src_argb local
861 lea eax, [eax + 16] local
876 mov eax, [esp + 4] \/\/ src_argb local
907 lea eax, [eax + 16] local
921 mov eax, [esp + 4] \/\/ src_argb local
948 lea eax, [eax + 32] local
963 mov eax, [esp + 4] \/\/ src_argb local
992 lea eax, [eax + 16] local
1004 mov eax, [esp + 4] \/\/ src_argb local
1021 lea eax, [eax + 16] local
1034 mov eax, [esp + 4] \/\/ src_argb local
1056 lea eax, [eax + 32] local
1071 mov eax, [esp + 4] \/\/ src_argb local
1096 lea eax, [eax + 32] local
1111 mov eax, [esp + 4] \/\/ src_argb local
1127 lea eax, [eax + 32] local
1142 mov eax, [esp + 4] \/* src_argb *\/ local
1157 lea eax, [eax + 64] local
1177 mov eax, [esp + 4] \/* src_argb *\/ local
1192 lea eax, [eax + 64] local
1218 mov eax, [esp + 4] \/* src_argb *\/ local
1234 lea eax, [eax + 128] local
1257 mov eax, [esp + 4] \/* src_argb *\/ local
1273 lea eax, [eax + 128] local
1296 mov eax, [esp + 4] \/* src_argb *\/ local
1311 lea eax, [eax + 64] local
1329 mov eax, [esp + 4] \/* src_argb *\/ local
1344 lea eax, [eax + 64] local
1362 mov eax, [esp + 4] \/* src_argb *\/ local
1377 lea eax, [eax + 64] local
1398 mov eax, [esp + 8 + 4] \/\/ src_argb local
1423 lea eax, [eax + 64] local
1468 mov eax, [esp + 8 + 4] \/\/ src_argb local
1493 lea eax, [eax + 64] local
1540 mov eax, [esp + 8 + 4] \/\/ src_argb local
1560 lea eax, [eax + 128] local
1604 mov eax, [esp + 4 + 4] \/\/ src_argb local
1645 lea eax, [eax + 64] local
1661 mov eax, [esp + 4 + 4] \/\/ src_argb local
1676 lea eax, [eax + 64] local
1720 mov eax, [esp + 8 + 4] \/\/ src_argb local
1745 lea eax, [eax + 64] local
1790 mov eax, [esp + 8 + 4] \/\/ src_argb local
1815 lea eax, [eax + 64] local
1860 mov eax, [esp + 8 + 4] \/\/ src_argb local
1885 lea eax, [eax + 64] local
2019 mov eax, [esp + 8 + 4] \/\/ Y local
2055 mov eax, [esp + 8 + 4] \/\/ Y local
2091 mov eax, [esp + 8 + 4] \/\/ Y local
2127 mov eax, [esp + 8 + 4] \/\/ Y local
2161 mov eax, [esp + 4 + 4] \/\/ Y local
2192 mov eax, [esp + 4 + 4] \/\/ Y local
2226 mov eax, [esp + 8 + 4] \/\/ Y local
2272 mov eax, [esp + 8 + 4] \/\/ Y local
2318 mov eax, [esp + 8 + 4] \/\/ Y local
2556 mov eax, [esp + 8 + 4] \/\/ Y local
2589 mov eax, [esp + 8 + 4] \/\/ Y local
2623 mov eax, [esp + 8 + 4] \/\/ Y local
2657 mov eax, [esp + 8 + 4] \/\/ Y local
2696 mov eax, [esp + 8 + 4] \/\/ Y local
2730 mov eax, [esp + 8 + 4] \/\/ Y local
2765 mov eax, [esp + 12 + 4] \/\/ Y local
2797 mov eax, [esp + 4 + 4] \/\/ Y local
2825 mov eax, [esp + 4 + 4] \/\/ Y local
2853 mov eax, [esp + 8 + 4] \/\/ Y local
2883 mov eax, [esp + 8 + 4] \/\/ Y local
2914 mov eax, [esp + 8 + 4] \/\/ Y local
2944 mov eax, 0x4a354a35 \/\/ 4a35 = 18997 = round(1.164 * 64 * 256) local
2947 mov eax, 0x04880488 \/\/ 0488 = 1160 = round(1.164 * 64 * 16) local
2953 mov eax, [esp + 4] \/\/ Y local
2960 lea eax, [eax + 8] local
2992 mov eax, 0x4a354a35 \/\/ 4a35 = 18997 = round(1.164 * 64 * 256) local
2995 mov eax, 0x04880488 \/\/ 0488 = 1160 = round(1.164 * 64 * 16) local
3001 mov eax, [esp + 4] \/\/ Y local
3008 lea eax, [eax + 16] local
3045 mov eax, [esp + 4] \/\/ src local
3066 mov eax, [esp + 4] \/\/ src local
3089 mov eax, [esp + 4] \/\/ src local
3122 mov eax, [esp + 4 + 4] \/\/ src local
3127 lea eax, [eax + ecx * 2 - 16] local
3132 lea eax, [eax - 16] local
3150 mov eax, [esp + 4] \/\/ src local
3153 lea eax, [eax - 16 + ecx * 4] \/\/ last 4 pixels. local
3157 lea eax, [eax - 16] local
3177 mov eax, [esp + 4] \/\/ src local
3199 mov eax, [esp + 4 + 4] \/\/ src_uv local
3210 lea eax, [eax + 32] local
3237 mov eax, [esp + 4 + 4] \/\/ src_uv local
3248 lea eax, [eax + 64] local
3276 mov eax, [esp + 4 + 4] \/\/ src_u local
3285 lea eax, [eax + 16] local
3307 mov eax, [esp + 4 + 4] \/\/ src_u local
3316 lea eax, [eax + 32] local
3339 mov eax, [esp + 4] \/\/ src local
3346 lea eax, [eax + 32] local
3362 mov eax, [esp + 4] \/\/ src local
3369 lea eax, [eax + 64] local
3386 mov eax, esi local
3403 mov eax, [esp + 4] \/\/ src local
3414 lea eax, [eax + 32] local
3439 mov eax, [esp + 4] \/\/ src local
3448 lea eax, [eax + 64] local
3468 mov eax, [esp + 4] \/\/ src local
3478 lea eax, [eax + 8] local
3506 mov eax, [esp + 4] \/\/ src local
3515 lea eax, [eax + 16] local
3538 movzx eax, byte ptr [esp + 8] \/\/ v8 local
3557 mov eax, [esp + 8] \/\/ v8 local
3571 mov eax, [esp + 8] \/\/ v32 local
3585 mov eax, [esp + 4] \/\/ src_yuy2 local
3594 lea eax, [eax + 64] local
3614 mov eax, [esp + 8 + 4] \/\/ src_yuy2 local
3628 lea eax, [eax + 64] local
3657 mov eax, [esp + 4 + 4] \/\/ src_yuy2 local
3668 lea eax, [eax + 64] local
3695 mov eax, [esp + 4] \/\/ src_uyvy local
3702 lea eax, [eax + 64] local
3722 mov eax, [esp + 8 + 4] \/\/ src_yuy2 local
3736 lea eax, [eax + 64] local
3765 mov eax, [esp + 4 + 4] \/\/ src_yuy2 local
3776 lea eax, [eax + 64] local
3805 mov eax, [esp + 4] \/\/ src_yuy2 local
3814 lea eax, [eax + 32] local
3832 mov eax, [esp + 8 + 4] \/\/ src_yuy2 local
3846 lea eax, [eax + 32] local
3874 mov eax, [esp + 4 + 4] \/\/ src_yuy2 local
3885 lea eax, [eax + 32] local
3909 mov eax, [esp + 4] \/\/ src_uyvy local
3916 lea eax, [eax + 32] local
3934 mov eax, [esp + 8 + 4] \/\/ src_yuy2 local
3948 lea eax, [eax + 32] local
3976 mov eax, [esp + 4 + 4] \/\/ src_yuy2 local
3987 lea eax, [eax + 32] local
4015 mov eax, [esp + 4 + 4] \/\/ src_argb0 local
4033 lea eax, [eax + 16] local
4064 lea eax, [eax + 4] local
4114 mov eax, [esp + 4 + 4] \/\/ src_argb0 local
4132 lea eax, [eax + 16] local
4161 lea eax, [eax + 4] local
4195 mov eax, [esp + 4] \/\/ src_argb0 local
4215 lea eax, [eax + 16] local
4244 mov eax, [esp + 4] \/\/ src_argb0 local
4264 lea eax, [eax + 16] local
4288 mov eax, [esp + 4] \/\/ src_argb0 local
4310 lea eax, [eax + 32] local
4328 mov eax, [esp + 8 + 4] \/\/ src_argb0 local
4354 lea eax, [eax + 16] local
4380 mov eax, [esp + 4] \/\/ src_argb0 local
4401 lea eax, [eax + 32] local
4415 mov eax, [esp + 4] \/\/ src_argb0 local
4462 lea eax, [eax + 32] local
4480 mov eax, [esp + 4] \/* src_argb *\/ local
4497 lea eax, [eax + 32] local
4539 mov eax, [esp + 4] \/* dst_argb *\/ local
4580 lea eax, [eax + 32] local
4597 mov eax, [esp + 4] \/* src_argb *\/ local
4643 lea eax, [eax + 32] local
4658 mov eax, [esp + 4] \/* dst_argb *\/ local
4689 lea eax, [eax + 16] local
4703 mov eax, [esp + 4] \/\/ src_argb local
4712 lea eax, [eax + 16] local
4738 mov eax, [esp + 4 + 4] \/\/ src_argb0 local
4755 lea eax, [eax + 16] local
4777 mov eax, [esp + 4 + 4] \/\/ src_argb0 local
4787 lea eax, [eax + 16] local
4802 lea eax, [eax + 4] local
4825 mov eax, [esp + 4 + 4] \/\/ src_argb0 local
4832 lea eax, [eax + 16] local
4854 mov eax, [esp + 4 + 4] \/\/ src_argb0 local
4862 lea eax, [eax + 32] local
4891 mov eax, [esp + 4 + 4] \/\/ src_argb0 local
4898 lea eax, [eax + 32] local
4920 mov eax, [esp + 4 + 4] \/\/ src_argb0 local
4927 lea eax, [eax + 32] local
4953 mov eax, [esp + 8 + 4] \/\/ src_y0 local
4987 lea eax, [eax + 8] local
5008 mov eax, [esp + 4 + 4] \/\/ src_y0 local
5040 lea eax, [eax + 8] local
5061 mov eax, [esp + 4 + 4] \/\/ src_sobelx local
5072 lea eax, [eax + 16] local
5108 mov eax, [esp + 4 + 4] \/\/ src_sobelx local
5117 lea eax, [eax + 16] local
5141 mov eax, [esp + 4 + 4] \/\/ src_sobelx local
5151 lea eax, [eax + 16] local
5197 mov eax, topleft \/\/ eax topleft local
5234 lea eax, [eax + 64] local
5276 lea eax, [eax + 64] local
5319 lea eax, [eax + 16] local
5343 mov eax, row local
5358 lea eax, [eax + 16] local
5404 lea eax, [eax + 4] local
5430 mov eax, [esp + 12] \/\/ src_argb local
5519 mov eax, [esp + 8 + 20] \/\/ source_y_fraction (0..255) local
5520 shr eax, 1 local
5522 cmp eax, 0 local
5525 cmp eax, 32 local
5527 cmp eax, 64 local
5529 cmp eax, 96 local
5534 add eax, 128 local
5616 mov eax, [esp + 8 + 20] \/\/ source_y_fraction (0..255) local
5618 shr eax, 1 local
5620 cmp eax, 0 local
5622 cmp eax, 32 local
5624 cmp eax, 64 local
5626 cmp eax, 96 local
5631 add eax, 128 local
5717 mov eax, [esp + 8 + 20] \/\/ source_y_fraction (0..255) local
5720 cmp eax, 0 local
5722 cmp eax, 64 local
5724 cmp eax, 128 local
5726 cmp eax, 192 local
5817 mov eax, [esp + 4] \/\/ src_argb local
5826 lea eax, [eax + 32] local
5843 mov eax, [esp + 4] \/\/ src_argb local
5852 lea eax, [eax + 64] local
5873 mov eax, [esp + 8 + 4] \/\/ src_argb local
5903 lea eax, [eax + 4] local
5911 lea eax, [eax + 16] local
5928 lea eax, [eax + 16] local
5945 lea eax, [eax + 16] local
5962 lea eax, [eax + 16] local
5997 mov eax, [esp + 8 + 4] \/\/ src_y local
6010 lea eax, [eax + 16] local
6034 mov eax, [esp + 8 + 4] \/\/ src_y local
6048 lea eax, [eax + 16] local
6070 mov eax, [esp + 4 + 4] \/* src_argb *\/ local
6081 lea eax, [eax + 8] local
6128 mov eax, [esp + 4] \/* src_argb *\/ local
6140 lea eax, [eax + 8] local
6168 mov eax, [esp + 4 + 4] \/* dst_argb *\/ local
6175 lea eax, [eax + 4] local
6201 mov eax, [esp + 4 + 4] \/* dst_argb *\/ local
6208 lea eax, [eax + 4] local
6235 mov eax, [esp + 8 + 4] \/* src_argb *\/ local
6313 lea eax, [eax + 16] local
    [all...]
  /external/opencv3/modules/core/src/
system.cpp 83 mov eax, 1 local
85 mov [edi], eax
99 mov eax, 7 local
102 mov [edi], eax
244 "movl $1, %%eax\n\t"
246 :[eax]"=a"(cpuid_data[0]),[ebx]"=b"(cpuid_data[1]),[ecx]"=c"(cpuid_data[2]),[edx]"=d"(cpuid_data[3])
254 "movl $1,%%eax\n\t"
286 "movl $7, %%eax\n\t"
289 :[eax]"=a"(cpuid_data[0]),[ebx]"=b"(cpuid_data[1]),[ecx]"=c"(cpuid_data[2]),[edx]"=d"(cpuid_data[3])
297 "movl $7,%%eax\n\t
    [all...]
  /external/pcre/dist/sljit/
sljitNativeX86_common.c 34 0 - EAX
296 "movl $0x1, %%eax\n"
310 : "%eax", "%ecx", "%edx"
320 mov eax, 1 local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 644 mov eax, [esp + 4] // src_ptr local
652 movdqa xmm0, [eax]
653 movdqa xmm1, [eax + 16]
654 lea eax, [eax + 32] local
673 mov eax, [esp + 4 + 4] // src_ptr local
681 movdqa xmm0, [eax]
682 movdqa xmm1, [eax + 16]
683 movdqa xmm2, [eax + esi]
684 movdqa xmm3, [eax + esi + 16
685 lea eax, [eax + 32] local
1163 pextrw eax, xmm2, 2 local
1206 pextrw eax, xmm0, 2 local
1237 lea eax, [esi + edx] local
1246 lea eax, [eax + edx] \/\/ advance to next row local
1281 mov eax, [esp + 8 + 20] \/\/ source_y_fraction (0..255) local
1282 cmp eax, 0 local
1284 cmp eax, 128 local
1291 add eax, 256 local
1372 mov eax, [esp + 8 + 20] \/\/ source_y_fraction (0..255) local
1373 shr eax, 1 local
1374 cmp eax, 0 local
1376 cmp eax, 64 local
1449 mov eax, [esp + 8] \/\/ src_ptr local
1475 lea eax, [eax+32] local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
kvm.h 166 __u32 eax; member in struct:kvm_cpuid_entry
184 __u32 eax; member in struct:kvm_cpuid_entry2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
kvm.h 172 __u32 eax; member in struct:kvm_cpuid_entry
190 __u32 eax; member in struct:kvm_cpuid_entry2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
kvm.h 172 __u32 eax; member in struct:kvm_cpuid_entry
190 __u32 eax; member in struct:kvm_cpuid_entry2
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
processor_32.h 180 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
processor_32.h 180 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss

Completed in 821 milliseconds

<<111213