HomeSort by relevance Sort by last modified time
    Searched refs:esi (Results 126 - 150 of 532) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/strace/linux/i386/
get_syscall_args.c 8 tcp->u_arg[3] = i386_regs.esi;
  /external/v8/src/ia32/
frame-constants-ia32.cc 18 Register JavaScriptFrame::context_register() { return esi; }
  /external/fec/
dotprod_mmx_assist.s 21 pushl %esi
25 movl 8(%ebp),%esi # a
35 movq (%esi),%mm1 # mm1 = a[3],a[2],a[1],a[0]
39 movq 8(%esi),%mm1
43 movq 16(%esi),%mm1
47 movq 24(%esi),%mm1
48 addl $32,%esi
63 movq (%esi),%mm1
64 addl $8,%esi
80 popl %esi
    [all...]
peak_sse2_assist.s 15 pushl %esi
18 movl 8(%ebp),%esi
25 movaps (%esi),%xmm0
32 addl $16,%esi
49 popl %esi
peak_sse_assist.s 15 pushl %esi
18 movl 8(%ebp),%esi
25 movq (%esi),%mm0
32 addl $8,%esi
47 popl %esi
peakval_sse2_assist.s 15 pushl %esi
18 movl 8(%ebp),%esi
25 movaps (%esi),%xmm0
32 addl $16,%esi
49 popl %esi
peakval_sse_assist.s 15 pushl %esi
18 movl 8(%ebp),%esi
25 movq (%esi),%mm0
32 addl $8,%esi
47 popl %esi
  /external/llvm/test/MC/X86/
x86-32.s 627 outs (%esi), (%dx)
628 // CHECK: outsw (%esi), %dx
629 outsb (%esi), (%dx)
630 // CHECK: outsb (%esi), %dx
631 outsw (%esi), (%dx)
632 // CHECK: outsw (%esi), %dx
633 outsl (%esi), (%dx)
634 // CHECK: outsl (%esi), %dx
917 // CHECK: outsb (%esi), %dx # encoding: [0x6e]
921 outsb %ds:(%esi), %d
    [all...]
  /bionic/libc/arch-x86/bionic/
__bionic_clone.S 8 pushl %esi
10 .cfi_rel_offset esi, 0
19 movl 28(%esp), %esi # tls
57 popl %esi
59 .cfi_restore esi
syscall.S 8 * %esi: arg3 - callee save
20 push %esi
22 .cfi_rel_offset esi, 0
42 mov 40(%esp),%esi
66 pop %esi
68 .cfi_restore esi
  /bionic/libc/arch-x86/silvermont/string/
sse2-memmove-slm.S 162 PUSH (%esi)
220 Now we need to advance %esi. */
221 leal (%edi, %eax), %esi
240 movzbl -1(%esi,%ecx), %eax
241 movzbl (%esi), %ebx
247 movdqu (%esi), %xmm0
248 movdqu 16(%esi), %xmm1
249 movdqu -32(%esi, %ecx), %xmm2
250 movdqu -16(%esi, %ecx), %xmm3
258 movdqu (%esi), %xmm
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/
CopyMem.S 36 push %esi
38 movl 16(%esp), %esi # esi <- Source
41 leal -1(%esi,%edx,), %eax # eax <- End of Source
42 cmpl %edi, %esi
64 movdqu (%esi), %xmm0
66 addl $16, %esi
74 movl %eax, %esi # esi <- Last byte in Source
84 pop %esi
    [all...]
CopyMem.asm 37 InternalMemCopyMem PROC USES esi edi
38 mov esi, [esp + 16] ; esi <- Source
41 lea eax, [esi + edx - 1] ; eax <- End of Source
42 cmp esi, edi
63 movdqu xmm0, [esi] ; esi may not be 16-bytes aligned
65 add esi, 16
73 mov esi, eax ; esi <- Last byte in Source
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/
CopyMem.S 36 push %esi
38 movl 16(%esp), %esi # esi <- Source
41 leal -1(%esi,%edx,), %eax # eax <- End of Source
42 cmpl %edi, %esi
64 movdqu (%esi), %xmm0
66 addl $16, %esi
74 movl %eax, %esi # esi <- Last byte in Source
84 pop %esi
    [all...]
CopyMem.asm 37 InternalMemCopyMem PROC USES esi edi
38 mov esi, [esp + 16] ; esi <- Source
41 lea eax, [esi + edx - 1] ; eax <- End of Source
42 cmp esi, edi
63 movdqu xmm0, [esi] ; esi may not be 16-bytes aligned
65 add esi, 16
73 mov esi, eax ; esi <- Last byte in Source
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
x86-32.s 647 outsb (%esi), (%dx)
648 // CHECK: outsb (%esi), %dx
649 outsw (%esi), (%dx)
650 // CHECK: outsw (%esi), %dx
651 outsl (%esi), (%dx)
652 // CHECK: outsl (%esi), %dx
933 // CHECK: outsb (%esi), %dx # encoding: [0x6e]
937 outsb %ds:(%esi), %dx
938 outsb (%esi), %dx
940 // CHECK: outsw (%esi), %dx # encoding: [0x66,0x6f
    [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-strcpy-atom.S 183 PUSH (%esi)
185 mov %ecx, %esi
187 and $0xf, %esi
191 add %esi, %ebx
193 lea 16(%ecx), %esi
194 and $-16, %esi
199 pcmpeqb (%esi), %xmm0
204 sub %ecx, %esi
219 add %eax, %esi
220 lea -1(%esi), %es
    [all...]
ssse3-strcmp-atom.S 103 mov $16, %esi; \
104 sub %ecx, %esi; \
105 cmpl %esi, %ebp; \
107 sub %esi, %ebp
216 PUSH (%esi)
269 * ecx(offset of esi) eax(offset of edi) relative offset corresponding case
274 mov $0xffff, %esi
281 shr %cl, %esi
283 sub %edi, %esi
298 pmovmskb %xmm1, %esi
    [all...]
  /external/boringssl/linux-x86/crypto/fipsmodule/
ghash-ssse3-x86.S 17 pushl %esi
20 movl 24(%esp),%esi
36 movdqa (%esi),%xmm4
37 leal 16(%esi),%esi
67 movdqa (%esi),%xmm4
68 leal 16(%esi),%esi
98 movdqa (%esi),%xmm4
99 leal 16(%esi),%es
    [all...]
  /external/boringssl/mac-x86/crypto/fipsmodule/
ghash-ssse3-x86.S 16 pushl %esi
19 movl 24(%esp),%esi
35 movdqa (%esi),%xmm4
36 leal 16(%esi),%esi
66 movdqa (%esi),%xmm4
67 leal 16(%esi),%esi
97 movdqa (%esi),%xmm4
98 leal 16(%esi),%es
    [all...]
  /external/boringssl/win-x86/crypto/fipsmodule/
x86-mont.asm 30 push esi
36 lea esi,[20+esp]
67 mov eax,DWORD [esi]
68 mov ebx,DWORD [4+esi]
69 mov ecx,DWORD [8+esi]
70 mov ebp,DWORD [12+esi]
71 mov esi,DWORD [16+esi]
72 mov esi,DWORD [esi]
    [all...]
aesni-x86.asm 381 push esi
383 mov esi,DWORD [20+esp]
397 movdqu xmm2,[esi]
398 movdqu xmm3,[16+esi]
399 movdqu xmm4,[32+esi]
400 movdqu xmm5,[48+esi]
401 movdqu xmm6,[64+esi]
402 movdqu xmm7,[80+esi]
403 lea esi,[96+esi]
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_win.cc     [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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/
CopyMem.asm 36 InternalMemCopyMem PROC USES esi edi
37 mov esi, [esp + 16] ; esi <- Source
40 lea eax, [esi + edx - 1] ; eax <- End of Source
41 cmp esi, edi
52 mov esi, eax ; esi <- End of Source

Completed in 197 milliseconds

1 2 3 4 56 7 8 91011>>