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

<<1112131415

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h 132 long int esi; member in struct:user_regs_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigcontext.h 88 unsigned long esi; member in struct:sigcontext
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h 132 long int esi; member in struct:user_regs_struct
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 315 push esi
318 mov esi, srcp
321 pop esi
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 189 // esi - source, aligned if alignment == ALIGNED
197 Register src = esi;
246 __ pop(esi);
294 __ push(esi);
297 Register src = esi;
721 __ mov(esi, FieldOperand(edx, JSObject::kElementsOffset));
733 __ mov(edi, FieldOperand(esi, FixedArray::kLengthOffset));
749 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
755 // esi: source FixedArray
757 __ mov(ebx, FieldOperand(esi, edi, times_2, FixedArray::kHeaderSize))
902 __ mov(FieldOperand(edx, HeapNumber::kValueOffset), esi); local
904 __ mov(FieldOperand(edx, HeapNumber::kValueOffset + kPointerSize), esi); local
    [all...]
builtins-ia32.cc 50 // -- esi : context
236 __ movzx_b(esi,
238 __ lea(esi,
239 Operand(ebx, esi, times_pointer_size, JSObject::kHeaderSize));
240 // esi: offset of first field after pre-allocated fields
242 __ cmp(esi, edi);
246 __ InitializeFieldsWithFiller(ecx, esi, edx);
378 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset));
396 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
453 __ Set(esi, Immediate(0))
    [all...]
debug-ia32.cc 159 bool taken = reg.code() == esi.code();
353 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset));
360 // Re-run JSFunction, edi is function, esi is context.
lithium-ia32.cc 752 LOperand* context = UseFixed(instr->context(), esi);
831 LOperand* context = UseFixed(instr->context(), esi);
    [all...]
  /external/libffi/src/x86/
win32.S 346 pushl %esi
348 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
355 movl %esi, (%esp) /* cif */
357 movl CIF_FLAGS_OFFSET(%esi), %eax /* rtype */
370 popl %esi
  /external/llvm/test/MC/X86/
intel-syntax.s 251 // CHECK: prefetchnta 12800(%esi)
252 prefetchnta [esi + (200*64)]
253 // CHECK: prefetchnta 32(%esi)
254 prefetchnta [esi + (64/2)]
255 // CHECK: prefetchnta 128(%esi)
256 prefetchnta [esi + (64/2*4)]
257 // CHECK: prefetchnta 8(%esi)
258 prefetchnta [esi + (64/(2*4))]
259 // CHECK: prefetchnta 48(%esi)
260 prefetchnta [esi + (64/(2*4)+40)
    [all...]
  /external/grub/stage2/
asm.S 618 pushl %esi
623 movl 8(%ebp), %esi
653 movl $ABS(int13_handler), %esi
658 popl %esi
748 /* store %ESI, presuming %ES is 0 */
749 movl 0xc(%esp), %esi
953 pushl %esi
985 popl %esi
1005 pushl %esi
1053 popl %esi
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 838 LOperand* context = UseFixed(instr->context(), esi);
904 LOperand* context = UseFixed(instr->context(), esi);
    [all...]
builtins-ia32.cc 50 // -- esi : context
174 __ movzx_b(esi,
176 __ lea(esi,
177 Operand(ebx, esi, times_pointer_size, JSObject::kHeaderSize));
178 // esi: offset of first field after pre-allocated fields
180 __ cmp(esi, edi);
184 __ InitializeFieldsWithFiller(ecx, esi, edx);
315 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset));
333 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
388 __ Set(esi, Immediate(0))
    [all...]
full-codegen-ia32.cc 118 // o esi: our context
166 __ push(esi); // Callee's context.
196 // Context is returned in both eax and esi. It replaces the context
197 // passed to us. It's saved in the stack and kept live in esi.
198 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), esi); local
211 __ mov(Operand(esi, context_offset), eax);
213 __ RecordWriteContextSlot(esi,
740 ASSERT(!scratch0.is(esi) && !src.is(esi) && !scratch1.is(esi));
4410 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), esi); local
    [all...]
  /external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S 203 mov r8d,esi
220 mov esi, good_match
223 cmp edi, esi
281 //;;; Store the sum of s->window + best_len in esi locally, and in esi.
379 ;;; esi = windowbestlen - i.e., (window + bestlen)
413 ;;; Point edi to the string under scrutiny, and esi to the string we
414 ;;; are hoping to match it up with. In actuality, esi and edi are
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 176 push esi
178 push esi
  /external/kernel-headers/original/asm-x86/
ptrace.h 17 long esi; member in struct:pt_regs
  /external/qemu-pc-bios/bochs/bios/
rombios32start.S 40 mov $_end, %esi
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm 156 xorl %esi, %esi
160 xorl %esi, %esi
167 xorl %esi, %esi
174 xorl %esi, %esi
181 xorl %esi, %esi
    [all...]
  /bionic/libc/arch-x86/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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 200 mov esi, good_match
203 cmp edi, esi
262 ;;; Store the sum of s->window + best_len in esi locally, and in esi.
340 ;;; esi = windowbestlen - i.e., (window + bestlen)
365 ;;; Point edi to the string under scrutiny, and esi to the string we
366 ;;; are hoping to match it up with. In actuality, esi and edi are
  /external/v8/test/cctest/
test-assembler-ia32.cc 421 __ push(esi);
427 __ mov(esi, 6);
445 __ cmp(esi, 6);
448 __ pop(esi);
456 __ pop(esi);
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
vpaes-x86_64.S 249 cmpl $192,%esi
263 movl $10,%esi
294 movl $4,%esi
323 movl $7,%esi
612 movl %esi,%eax
628 movl %esi,%eax
636 movl %esi,%r8d
  /external/openssl/crypto/aes/asm/
vpaes-x86_64.S 249 cmpl $192,%esi
263 movl $10,%esi
294 movl $4,%esi
323 movl $7,%esi
612 movl %esi,%eax
628 movl %esi,%eax
636 movl %esi,%r8d
  /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...]

Completed in 561 milliseconds

<<1112131415