HomeSort by relevance Sort by last modified time
    Searched refs:esi (Results 176 - 200 of 369) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/openssl/crypto/aes/asm/
aes-x86_64.S 16 movzbl %al,%esi
23 movzbl %bh,%esi
30 movzbl %dh,%esi
41 movzbl %cl,%esi
48 movzbl %dh,%esi
70 movzbl %al,%esi
77 movzbl %dl,%esi
91 movzbl %dh,%esi
94 movl 0(%r14,%rsi,8),%esi
97 andl $65280,%esi
    [all...]
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 50 mov $logo, %esi # %esi points to logo (for lodsb)
62 cmp $logo_end, %esi # have we reached the end?
133 mov $(uname_info+U_SYSNAME),%esi # os-name from uname "Linux"
136 mov $ver_string,%esi # source is " Version "
138 push %esi # save our .txt pointer
140 mov $(uname_info+U_RELEASE),%esi # version from uname "2.4.1"
143 pop %esi # restore .txt pointer
146 push %esi # store for later
148 mov $(uname_info+U_VERSION),%esi # compiled dat
    [all...]
  /external/libyuv/files/source/
rotate.cc 68 push esi
73 mov esi, [esp + 12 + 16] // dst_stride local
124 movq qword ptr [edx + esi], xmm4
125 lea edx, [edx + 2 * esi]
131 movq qword ptr [edx + esi], xmm6
132 lea edx, [edx + 2 * esi]
137 movq qword ptr [edx + esi], xmm5
138 lea edx, [edx + 2 * esi]
143 movq qword ptr [edx + esi], xmm7
144 lea edx, [edx + 2 * esi]
168 mov esi, [esp + 16 + 16] \/\/ dst_stride_a local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
read_rgba_span_x86.S 182 pushl %esi
204 movl %edx, %esi
210 cmovle %eax, %esi
212 subl %esi, %edx
214 testl $1, %esi
220 testl $2, %esi
331 popl %esi
347 pushl %esi
357 movl %edx, %esi
372 cmovbe %eax, %esi
    [all...]
  /external/mesa3d/src/mesa/x86/
read_rgba_span_x86.S 182 pushl %esi
204 movl %edx, %esi
210 cmovle %eax, %esi
212 subl %esi, %edx
214 testl $1, %esi
220 testl $2, %esi
331 popl %esi
347 pushl %esi
357 movl %edx, %esi
372 cmovbe %eax, %esi
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 49 * - esi : end of input (points to byte after last character in input).
72 * - backup of caller esi
183 __ lea(eax, Operand(esi, edi, times_1, 0));
195 __ lea(eax, Operand(esi, edi, times_1, 0));
237 __ cmpb(Operand(esi, edi, times_1, byte_offset),
243 Operand(esi, edi, times_1, byte_offset));
248 __ lea(ebx, Operand(esi, edi, times_1, 0));
323 __ add(edx, esi); // Start of capture
324 __ add(edi, esi); // Start of text to match against capture.
366 __ sub(edi, esi);
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-strcat-atom.S 173 add %esi, %edx
174 add %esi, %ecx
176 POP (%esi)
391 CFI_PUSH(%esi)
396 add %esi, %ecx
397 lea (%esi, %edx), %esi
401 lea (%esi), %edx
402 POP (%esi)
480 CFI_PUSH(%esi)
    [all...]
  /external/zlib/src/contrib/masmx86/
match686.asm 44 ; 5 dword on top (ret,ebp,esi,edi,ebx)
134 ; saved esi byte esp + 44
205 push esi
253 mov esi, [edx + dsWindow]
254 mov [window], esi
256 lea edi, [esi + ebp]
282 ;;; Store the sum of s->window + best_len in esi locally, and in esi.
284 add esi, eax
285 mov [windowbestlen], esi
    [all...]
  /external/valgrind/main/coregrind/
m_trampoline.S 716 pushl %esi
717 movl 8(%esp), %esi
719 movl %esi, %edx
733 movl %esi, %eax
734 popl %esi
763 pushl %esi
764 movl 8(%ebp), %esi
766 movl %esi, %edx
776 movl %esi, %eax
777 popl %esi
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
simd-2.asm 5 pinsrw mm3, esi, 5 ; 0F C4 DE 05
15 pmovmskb esi, xmm1 ; 66 0F D7 F1
101 cvttss2si esi, xmm3 ; F3 0F 2C F3
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 51 * - esi : end of input (points to byte after last character in input).
75 * - backup of caller esi
189 __ lea(eax, Operand(esi, edi, times_1, 0));
201 __ lea(eax, Operand(esi, edi, times_1, 0));
254 __ add(edx, esi); // Start of capture
255 __ add(edi, esi); // Start of text to match against capture.
305 __ sub(edi, esi);
309 __ push(esi);
331 __ add(edi, esi);
335 __ add(edx, esi);
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
user32.h 54 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
user_32.h 55 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
vm86.h 65 long esi; member in struct:vm86_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
user32.h 54 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
user_32.h 55 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
vm86.h 65 long esi; member in struct:vm86_regs
  /external/kernel-headers/original/asm-x86/
sigcontext.h 67 unsigned long esi; member in struct:sigcontext
user32.h 35 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
user_32.h 78 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 137 parm [edi] [esi] [ecx];
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 56 mov $logo, %esi # %esi points to logo (for lodsb)
70 cmp $logo_end, %esi # have we reached the end?
141 mov $(uname_info+U_SYSNAME),%esi # os-name from uname "Linux"
144 mov $ver_string,%esi # source is " Version "
148 mov $(uname_info+U_RELEASE),%esi # version from uname "2.4.1"
156 mov $(uname_info+U_VERSION),%esi # compiled date
182 # xor %esi,%esi # 0 = O_RDONLY <bits/fcntl.h>
191 mov $disk_buffer,%esi
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext.h 66 unsigned long esi; member in struct:sigcontext
user_32.h 78 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
vm86.h 79 long esi; member in struct:vm86_regs

Completed in 1225 milliseconds

1 2 3 4 5 6 78 91011>>