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

<<11121314151617181920>>

  /external/boringssl/linux-x86_64/crypto/fipsmodule/
vpaes-x86_64.S 441 cmpl $192,%esi
455 movl $10,%esi
486 movl $4,%esi
515 movl $7,%esi
823 movl %esi,%eax
842 movl %esi,%eax
850 movl %esi,%r8d
aesni-x86_64.S     [all...]
  /external/boringssl/mac-x86_64/crypto/fipsmodule/
vpaes-x86_64.S 441 cmpl $192,%esi
455 movl $10,%esi
486 movl $4,%esi
515 movl $7,%esi
822 movl %esi,%eax
841 movl %esi,%eax
849 movl %esi,%r8d
  /external/libffi/src/x86/
win32.S 335 ffi_closure_raw_THISCALL PROC NEAR USES esi FORCEFRAME
337 mov esi, [eax + RAW_CLOSURE_CIF_OFFSET] ;; closure->cif
344 ffi_closure_raw_SYSV PROC NEAR USES esi FORCEFRAME
348 mov esi, [eax + RAW_CLOSURE_CIF_OFFSET] ;; closure->cif
356 mov [esp], esi ;; cif
358 mov eax, [esi + CIF_FLAGS_OFFSET] ;; cif->flags
909 pushl %esi
911 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
932 pushl %esi
935 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif *
    [all...]
  /external/zlib/src/contrib/inflate86/
inffast.S 229 pushl %esi
236 #define strm_r %esi
315 #define in_r %esi
316 #define from_r %esi
435 /* regs: %esi = in, %ebp = hold, %bl = bits, %edi = out
461 /* regs: %esi = in, %ebp = hold, %bl = bits, %edi = out
484 /* regs: %esi = in, %ebp = hold, %bl = bits, %edi = out, %edx = len
534 /* regs: %esi = in, %ebp = hold, %bl = bits, %edi = out, %edx = dist
611 /* regs: %esi = from, %ebp = hold, %bl = bits, %edi = out, %edx = dist
645 movl in(%esp), in_r /* move in back to %esi, toss from *
    [all...]
  /bionic/libc/include/sys/
user.h 72 long esi; member in struct:user_regs_struct
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs32.S 231 movl %eax, %esi # esi = Start LBA
235 movl %esi, %eax # eax = Start LBA
265 addl %ebx, %esi # StartLBA = StartLBA + NumberOfBlocks
bootsect.asm 220 mov esi,eax ; esi = Start LBA
224 mov eax,esi ; eax = Start LBA
254 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
bs16.asm 207 mov esi,eax ; esi = Start LBA
211 mov eax,esi ; eax = Start LBA
241 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
bs32.asm 229 mov esi,eax ; esi = Start LBA
233 mov eax,esi ; eax = Start LBA
263 add esi,ebx ; StartLBA = StartLBA + NumberOfBlocks
start.S 227 movl %eax, %esi # esi = Start LBA
231 movl %esi, %eax # eax = Start LBA
275 addl %ebx, %esi # StartLBA = StartLBA + NumberOfBlocks
369 movl %ebx, %esi # Source of EFILDR32
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DisablePaging64.S 55 mov %r8d, %esi
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.S 152 .long 0 # ESI
193 .long 0 # ESI
285 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
293 pushl %esi
400 movl %esp, %esi
401 .byte 0xf, 0xae, 0xe # fxrstor [esi]
443 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
445 popl %esi
488 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
602 movl %esp, %esi
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 202 // CHECK: movaps %xmm3, (%esi)
204 movaps %xmm3, (%esi, 2)
480 // CHECK: xorl %esi, %esi
486 clr %esi
556 leal 8(%eax), %esi
557 // CHECK: leal 8(%eax), %esi
794 // CHECK: movzbl %al, %esi
796 movzx %al, %esi
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 199 // CHECK: movaps %xmm3, (%esi)
201 movaps %xmm3, (%esi, 2)
443 // CHECK: xorl %esi, %esi
449 clr %esi
518 leal 8(%eax), %esi
519 // CHECK: leal 8(%eax), %esi
690 // CHECK: movzbl %al, %esi
692 movzx %al, %esi
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 99 ; curmatchd esi
238 mov esi, good_match
241 cmp edi, esi
300 ;;; Store the sum of s->window + best_len in esi locally, and in esi.
378 ;;; esi = windowbestlen - i.e., (window + bestlen)
403 ;;; Point edi to the string under scrutiny, and esi to the string we
404 ;;; are hoping to match it up with. In actuality, esi and edi are
  /bionic/libc/arch-x86/atom/string/
ssse3-strlcpy-atom.S 39 add %esi, %edx
40 add %esi, %ecx
42 POP (%esi)
121 CFI_PUSH(%esi)
126 add %esi, %ecx
127 add %esi, %edx
129 POP (%esi)
206 CFI_PUSH(%esi)
216 add %esi, %edx
217 add %esi, %ec
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.asm 217 ; store UINT32 Edi, Esi, Ebp, Ebx, Edx, Ecx, Eax;
227 push esi
348 mov esi, esp
353 db 0fh, 0aeh, 00001110y ; fxrstor [esi]
407 pop esi
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.asm 197 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
205 push esi
325 mov esi, esp
331 db 0fh, 0aeh, 0eh ; fxrstor [esi]
374 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
376 pop esi
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
Main.asm 55 ; ESI - SEC Core entry point
69 jmp esi
  /external/google-breakpad/src/client/linux/dump_writer_common/
thread_info.cc 83 out->esi = regs.esi;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.asm 173 mov ss, esi ; set up 16-bit stack segment
268 mov esi, r8d ; esi <- 16-bit stack segment
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
win32.S 312 ffi_closure_raw_THISCALL PROC NEAR USES esi FORCEFRAME
314 mov esi, [eax + RAW_CLOSURE_CIF_OFFSET] ;; closure->cif
321 ffi_closure_raw_SYSV PROC NEAR USES esi FORCEFRAME
325 mov esi, [eax + RAW_CLOSURE_CIF_OFFSET] ;; closure->cif
333 mov [esp], esi ;; cif
335 mov eax, [esi + CIF_FLAGS_OFFSET] ;; cif->flags
867 pushl %esi
869 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
890 pushl %esi
893 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif *
    [all...]
  /external/boringssl/win-x86_64/crypto/chacha/
chacha-x86_64.asm 133 add esi,r12d
134 xor r8d,esi
145 add esi,r12d
146 xor r8d,esi
151 mov DWORD[32+rsp],esi
153 mov esi,DWORD[40+rsp]
161 add esi,r14d
162 xor r10d,esi
173 add esi,r14d
174 xor r10d,esi
    [all...]
  /external/google-breakpad/src/processor/
minidump_unittest.cc 219 raw_context.esi = 0x382583b9;
288 EXPECT_EQ(0x382583b9U, raw_context.esi);
693 raw_context.esi = 0x382583b9;
747 EXPECT_EQ(0x382583b9U, raw_context.esi);
767 raw_context.esi = 0x382583b9;
821 EXPECT_EQ(0x382583b9U, raw_context.esi);
843 raw_context.esi = 0x382583b9;
    [all...]

Completed in 838 milliseconds

<<11121314151617181920>>