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

1 2 3 4 5

  /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:__anon26667
  /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:__anon28258
  /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:__anon29772
  /bionic/libc/kernel/arch-x86/asm/
ptrace.h 30 long esi; member in struct:pt_regs
sigcontext.h 70 unsigned long esi; member in struct:sigcontext
user32.h 54 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
  /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
  /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/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
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 26 long esi; member in struct:pt_regs
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 26 long esi; member in struct:pt_regs
  /system/core/include/corkscrew/
ptrace.h 51 uint32_t esi; member in struct:pt_regs_x86

Completed in 518 milliseconds

1 2 3 4 5