Searched refs:esi (Results 126 - 150 of 257) sorted by relevance

1234567891011

/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dvm86.h69 long esi; member in struct:vm86_regs
H A Dsigcontext.h111 unsigned long esi; member in struct:sigcontext
/external/kernel-headers/original/uapi/video/
H A Duvesafb.h10 __u32 esi; member in struct:v86_regs
/external/libunwind/src/x86/
H A Dgetcontext-linux.S49 movl %esi, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_ESI_OFF)(%eax)
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h137 parm [edi] [esi] [ecx];
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S56 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...]
/external/valgrind/main/coregrind/
H A Dm_trampoline.S816 pushl %esi
817 movl 8(%esp), %esi
819 movl %esi, %edx
833 movl %esi, %eax
834 popl %esi
863 pushl %esi
864 movl 8(%ebp), %esi
866 movl %esi, %edx
876 movl %esi, %eax
877 popl %esi
[all...]
/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc28 // -- esi : context
167 __ mov(esi, FieldOperand(eax, Map::kBitField3Offset));
168 __ shr(esi, Map::ConstructionCount::kShift);
174 __ cmp(esi, JSFunction::kFinishSlackTracking);
185 __ xor_(esi, esi); // JSFunction::kNoSlackTracking
215 // esi: slack tracking counter (non-API function case)
222 __ cmp(esi, JSFunction::kNoSlackTracking);
226 __ movzx_b(esi,
228 __ lea(esi,
[all...]
H A Dcodegen-ia32.cc111 // esi - source, aligned if alignment == ALIGNED
119 Register src = esi;
168 __ pop(esi);
229 __ push(esi);
232 Register src = esi;
598 __ mov(esi, FieldOperand(edx, JSObject::kElementsOffset));
610 __ mov(edi, FieldOperand(esi, FixedArray::kLengthOffset));
623 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
629 // esi: source FixedArray
631 __ mov(ebx, FieldOperand(esi, ed
[all...]
H A Ddebug-ia32.cc129 bool taken = reg.code() == esi.code();
308 __ mov(esi, FieldOperand(edi, JSFunction::kContextOffset));
315 // Re-run JSFunction, edi is function, esi is context.
/external/chromium_org/v8/src/x87/
H A Dbuiltins-x87.cc28 // -- esi : context
167 __ mov(esi, FieldOperand(eax, Map::kBitField3Offset));
168 __ shr(esi, Map::ConstructionCount::kShift);
174 __ cmp(esi, JSFunction::kFinishSlackTracking);
185 __ xor_(esi, esi); // JSFunction::kNoSlackTracking
215 // esi: slack tracking counter (non-API function case)
222 __ cmp(esi, JSFunction::kNoSlackTracking);
226 __ movzx_b(esi,
228 __ lea(esi,
[all...]
/external/clang/test/Sema/
H A Dms-inline-asm.c65 __asm mov eax, arr[esi * 4]
/external/libyuv/files/source/
H A Dconvert_from.cc239 push esi
242 mov esi, [esp + 8 + 8] // src_u local
246 sub edx, esi
250 movq xmm2, qword ptr [esi] // U
251 movq xmm3, qword ptr [esi + edx] // V
252 lea esi, [esi + 8] local
266 pop esi
278 push esi
281 mov esi, [es local
291 lea esi, [esi + 8] local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_stretch.c315 push esi
318 mov esi, srcp
321 pop esi
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-x87.cc261 __ push(esi);
267 __ mov(esi, 6);
285 __ cmp(esi, 6);
288 __ pop(esi);
296 __ pop(esi);
H A Dtest-disasm-x87.cc85 __ add(esi, Operand(ecx, times_4, 0));
86 __ add(esi, Operand(ecx, times_4, 24));
87 __ add(esi, Operand(ecx, times_4, -4));
88 __ add(esi, Operand(ecx, times_4, -1999));
134 __ push(esi);
261 __ test(Operand(esi, edi, times_1, -20000000), Immediate(300000000));
/external/zlib/src/contrib/gcc_gvmat64/
H A Dgvmat64.S203 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/
H A Dgenopcode.asm176 push esi
178 push esi
/external/libunwind/src/coredump/
H A D_UCD_access_reg_linux.c95 [UNW_X86_ESI] = offsetof(struct user_regs_struct, esi) / sizeof(long),
/external/linux-tools-perf/perf-3.12.0/arch/x86/lib/
H A Dmemset_64.S26 movzbl %sil,%esi
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_x86_64.cpp130 UPDATE_I386_GPR_INFO(esi, rsi);
H A DRegisterContext_i386.h93 uint32_t esi; member in struct:RegisterContext_i386::GPR
/external/qemu-pc-bios/bochs/bios/
H A Drombios32start.S40 mov $_end, %esi
/external/valgrind/main/include/vki/
H A Dvki-xen-x86.h35 vki_uint32_t esi; member in struct:vki_xen_cpu_user_regs
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
H A Ddwarf64_leb128.asm156 xorl %esi, %esi
160 xorl %esi, %esi
167 xorl %esi, %esi
174 xorl %esi, %esi
181 xorl %esi, %esi
[all...]

Completed in 1045 milliseconds

1234567891011