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

<<11121314151617181920>>

  /external/clang/test/Sema/
ms-inline-asm.c 65 __asm { mov eax, arr[esi * 4] }
  /external/libunwind/src/coredump/
_UCD_access_reg_linux.c 95 [UNW_X86_ESI] = offsetof(struct user_regs_struct, esi) / sizeof(long),
  /external/ltp/testcases/kernel/syscalls/ptrace/
simple_tracer.c 63 decode(esi);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 107 mov esi, OFFSET GdtDesc
133 mov esi, offset ProtectedModeEntryLinearAddress
162 ; esi
180 mov esi, QUARK_ESRAM_MEM_SIZE_BYTES
181 add esp, esi ; ESP = top of stack (stack grows downwards).
442 ; esi
450 mov esi, esp ; Save the return address
467 mov esp, esi ; Restore the return address
487 ; esi
496 mov esi, esp ; Save the return address
    [all...]
Flat32.S 194 .byte 0x66,0xbe #movl $GdtDesc, %esi
223 .byte 0x66,0xbe #movl ProtectedModeEntryLinearAddress, %esi
225 .byte 0x66,0x2e,0xff,0x2c #jmp %cs:(%esi)
248 # esi
266 movl $QUARK_ESRAM_MEM_SIZE_BYTES, %esi
267 addl %esi, %esp # ESP = top of stack (stack grows downwards).
555 # esi
563 movl %esp, %esi # Save the return address
584 movl %esi, %esp # Restore the return address
603 # esi
    [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-strlcat-atom.S 173 add %esi, %edx
174 add %esi, %ecx
176 POP (%esi)
255 CFI_PUSH(%esi)
260 add %esi, %ecx
261 add %esi, %edx
263 POP (%esi)
340 CFI_PUSH(%esi)
350 add %esi, %edx
351 add %esi, %ec
    [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S 700 movl (%r11), %esi // rsi := this pointer
794 LOOP_OVER_SHORTY_LOADING_GPRS rsi, esi, .Lgpr_setup_finished2
    [all...]
  /external/boringssl/linux-x86_64/crypto/chacha/
chacha-x86_64.S 127 addl %r12d,%esi
128 xorl %esi,%r8d
139 addl %r12d,%esi
140 xorl %esi,%r8d
145 movl %esi,32(%rsp)
147 movl 40(%rsp),%esi
155 addl %r14d,%esi
156 xorl %esi,%r10d
167 addl %r14d,%esi
168 xorl %esi,%r10
    [all...]
  /external/boringssl/mac-x86_64/crypto/chacha/
chacha-x86_64.S 120 addl %r12d,%esi
121 xorl %esi,%r8d
132 addl %r12d,%esi
133 xorl %esi,%r8d
138 movl %esi,32(%rsp)
140 movl 40(%rsp),%esi
148 addl %r14d,%esi
149 xorl %esi,%r10d
160 addl %r14d,%esi
161 xorl %esi,%r10
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/
memcpyRep1.asm 48 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
memcpyRep4.asm 55 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
memcpyRep8.asm 55 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DisablePaging64.asm 39 mov esi, r8d
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/
CopyMem.asm 52 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
EfiCopyMemRep1.asm 47 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
EfiCopyMemRep4.asm 54 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
EfiCopyMemRep8.asm 54 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/X64/
CopyMem.asm 52 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/X64/
CopyMem.asm 52 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmiEntry.asm 223 xor esi, esi
230 mov esi, edx ; save MSR_IA32_MISC_ENABLE[63-32]
241 push esi
  /external/llvm/lib/Support/
Host.cpp 186 asm("movl\t%%ebx, %%esi\n\t"
188 "xchgl\t%%ebx, %%esi\n\t"
239 asm("movl\t%%ebx, %%esi\n\t"
241 "xchgl\t%%ebx, %%esi\n\t"
250 mov esi,rEAX
251 mov dword ptr [esi],eax
252 mov esi,rEBX
253 mov dword ptr [esi],ebx
254 mov esi,rECX
255 mov dword ptr [esi],ec
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
cv-def-range-gap.s 61 mov $42, %esi
73 mov $42, %esi
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 224 __asm__("movl\t%%ebx, %%esi\n\t"
226 "xchgl\t%%ebx, %%esi\n\t"
273 __asm__("movl\t%%ebx, %%esi\n\t"
275 "xchgl\t%%ebx, %%esi\n\t"
283 mov esi,rEAX
284 mov dword ptr [esi],eax
285 mov esi,rEBX
286 mov dword ptr [esi],ebx
287 mov esi,rECX
288 mov dword ptr [esi],ec
    [all...]
  /external/llvm/test/MC/X86/
intel-syntax.s 261 // CHECK: prefetchnta 12800(%esi)
262 prefetchnta [esi + (200*64)]
263 // CHECK: prefetchnta 32(%esi)
264 prefetchnta [esi + (64/2)]
265 // CHECK: prefetchnta 128(%esi)
266 prefetchnta [esi + (64/2*4)]
267 // CHECK: prefetchnta 8(%esi)
268 prefetchnta [esi + (64/(2*4))]
269 // CHECK: prefetchnta 48(%esi)
270 prefetchnta [esi + (64/(2*4)+40)
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
Locked.cpp 79 TestImpl(esi);
130 TestImpl(esi, eax);
189 TestImpl(esi);
387 TestImpl(esi, Locked);
388 TestImpl(esi, NotLocked);

Completed in 511 milliseconds

<<11121314151617181920>>