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

1 2 3 4 5 6

  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer_MMX_VC.c 47 push esi
51 mov esi, src // esi = src local
71 movq mm1, [esi] //(%%esi),%%mm1\n" // mm1 = a|b|c|d
73 movq mm4, [esi + 8] //8(%%esi),%%mm4\n" // mm4 = e|f|g|h
92 add esi, 16 //$16,%%esi\n" local
112 pop esi
132 mov esi, src \/\/%1,%%esi \/\/ esi = src local
162 add esi, 8 \/\/$8,%%esi local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_stdlib.c 100 push esi
106 mov esi,eax local
107 sar esi,1Fh local
110 imul edi,esi
122 pop esi
132 push esi
181 mov esi,eax local
185 mul esi
194 dec esi
197 mov eax,esi
241 mov esi,eax local
440 mov esi,eax local
461 mov esi,eax local
519 mov esi,eax local
540 mov esi,eax local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
toshiba.h 32 unsigned int esi __attribute__ ((packed)); member in struct:__anon39618
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 32 unsigned int esi __attribute__ ((packed)); member in struct:__anon41209
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 32 unsigned int esi __attribute__ ((packed)); member in struct:__anon42723
  /bionic/libc/kernel/arch-x86/asm/
ptrace.h 30 long esi; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 30 long esi; member in struct:pt_regs
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 30 long esi; member in struct:pt_regs
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 30 long esi; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 30 long esi; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
ptrace.h 30 long esi; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 30 long esi; member in struct:pt_regs
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend_unittest.cc 96 ExtensionServiceInterface* esi = local
98 static_cast<extensions::settings_test_util::MockExtensionService*>(esi)->
129 ExtensionServiceInterface* esi = local
131 static_cast<extensions::settings_test_util::MockExtensionService*>(esi)->
157 ExtensionServiceInterface* esi = local
159 static_cast<extensions::settings_test_util::MockExtensionService*>(esi)->
190 ExtensionServiceInterface* esi = local
192 static_cast<extensions::settings_test_util::MockExtensionService*>(esi)->
274 ExtensionServiceInterface* esi = local
276 static_cast<extensions::settings_test_util::MockExtensionService*>(esi)-
    [all...]
  /external/stlport/src/
lock_free_slist.h 64 // it relative to ebx). Instead, we're using esi for the address of _M_data.
74 "lock; cmpxchg8b (%%esi)\n\t"
97 "lock; cmpxchg8b (%%esi)\n\t"
122 "lock; cmpxchg8b (%%esi)\n\t"
213 mov esi, this local
215 mov eax, [esi] // _M._M_data._M_top
216 mov edx, [esi+4] // _M._M_data._M_sequence
219 lock cmpxchg8b qword ptr [esi]
237 mov esi, this local
238 mov eax, [esi] // _M._M_data._M_to
264 mov esi, this local
    [all...]
  /external/valgrind/main/none/tests/x86/
bug152818-x86.c 52 "movl %5, %%esi \t\n" \
62 "movl %%esi, %2 \t\n" \
73 : "%eax", "%esi", "%ecx", "cc" /* we mess up EFLAGS */);
95 unsigned int esi; local
106 esi = (unsigned int) b_center;
110 esi = (unsigned int) w_center;
114 esi = (unsigned int) l_center;
118 esi = (unsigned int) w_center;
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 64 // it relative to ebx). Instead, we're using esi for the address of _M_data.
74 "lock; cmpxchg8b (%%esi)\n\t"
97 "lock; cmpxchg8b (%%esi)\n\t"
122 "lock; cmpxchg8b (%%esi)\n\t"
213 mov esi, this local
215 mov eax, [esi] // _M._M_data._M_top
216 mov edx, [esi+4] // _M._M_data._M_sequence
219 lock cmpxchg8b qword ptr [esi]
237 mov esi, this local
238 mov eax, [esi] // _M._M_data._M_to
264 mov esi, this local
    [all...]
  /external/kernel-headers/original/asm-x86/
string_32.h 54 long esi, edi; local
73 esi = (long) from;
80 : "=&c" (ecx), "=&D" (edi), "=&S" (esi)
81 : "0" (n/4), "1" (edi),"2" (esi)
87 :"=&D"(edi),"=&S"(esi):"0"(edi),"1"(esi):"memory");
89 :"=&D"(edi),"=&S"(esi):"0"(edi),"1"(esi):"memory");
91 :"=&D"(edi),"=&S"(esi):"0"(edi),"1"(esi):"memory")
    [all...]
  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 89 mov esi, source; local
99 lea edx, [esi+ecx];
102 movq mm0, QWORD PTR [esi];
117 add esi, 5 local
125 cmp esi, edx local
145 mov esi, source // Get the source and destination pointer local
156 movd mm0, DWORD ptr [esi] // src[0];
157 movd mm1, DWORD ptr [esi+ecx] // src[1];
159 movd mm2, DWORD ptr [esi+ecx*2]
160 lea eax, [esi+ecx*2] /
211 add esi, 4 local
237 mov esi, source; local
268 add esi, 5 local
276 cmp esi, edx local
328 mov esi, source \/\/ Get the source and destination pointer local
383 add esi, 4 local
424 mov esi, source local
466 mov esi, source local
473 sub esi, eax \/\/ back one line local
505 add esi, 4 local
508 cmp esi, ecx local
    [all...]
  /external/zlib/src/contrib/inflate86/
inffas86.c 81 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
388 " movl 92(%%rsp), %%esi\n" /* from = wsize */
432 " movq %%r8, %%rsi\n" /* move in back to %esi, toss from */
476 " movl 8(%%esp), %%esi\n" /* esi = in */
489 " cmpl %%esi, 12(%%esp)\n" /* in < last */
605 " movl %%esi, 8(%%esp)\n" /* save in so from can use it's reg */
613 " movl %%edi, %%esi\n"
614 " subl %%ebp, %%esi\n" /* from = out - dist */
620 " movb (%%esi), %%al\n
803 mov esi, [esp+8] \/* esi = in *\/ local
940 mov esi, edi local
941 sub esi, ebp \/* from = out - dist *\/ local
951 mov esi, [esp+8] \/* move in back to %esi, toss from *\/ local
957 mov esi, [esp+8] \/* move in back to %esi, toss from *\/ local
1016 mov esi, [esp+28] \/* from = window *\/ local
1026 add esi, eax \/* from += wsize - nbytes *\/ local
1034 mov esi, edi local
1035 sub esi, ebp \/* from = out - dist *\/ local
1044 add esi, [esp+48] \/* from += wsize *\/ local
1045 add esi, eax \/* from += write *\/ local
1046 sub esi, ecx \/* from -= nbytes *\/ local
1055 mov esi, [esp+28] \/* from = window *\/ local
1062 mov esi, edi local
1063 sub esi, ebp \/* from = out - dist *\/ local
1068 add esi, eax local
1069 sub esi, ecx \/* from += write - nbytes *\/ local
1077 mov esi, edi local
1078 sub esi, ebp \/* from = out - dist *\/ local
1086 mov esi, [esp+8] \/* move in back to %esi, toss from *\/ local
1105 mov esi, [esp+4] local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace.h 16 long esi; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace.h 16 long esi; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace.h 16 long esi; member in struct:pt_regs
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ptrace.h 26 long esi; member in struct:pt_regs
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ptrace.h 26 long esi; member in struct:pt_regs
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 26 long esi; member in struct:pt_regs

Completed in 629 milliseconds

1 2 3 4 5 6