HomeSort by relevance Sort by last modified time
    Searched refs:edi (Results 176 - 200 of 250) sorted by null

1 2 3 4 5 6 78 910

  /bionic/libc/arch-x86/string/
sse2-strlen-atom.S 211 PUSH (%edi)
222 pmovmskb %xmm2, %edi
226 or %edi, %ebp
235 test %edi, %edi
242 mov %edi, %edx
253 POP (%edi)
  /external/quake/quake/src/QW/client/
r_drawa.asm 250 push edi
363 mov edi,ds:dword ptr[_edge_p]
365 mov edx,edi
371 mov ds:dword ptr[28+edi],eax
372 fstp ds:dword ptr[24+edi]
389 mov ds:dword ptr[16+edi],edx
390 mov ds:dword ptr[16+2+edi],eax
412 mov ds:dword ptr[16+2+edi],edx
413 mov ds:dword ptr[16+edi],eax
428 fistp ds:dword ptr[4+edi]
    [all...]
d_spr8.asm 277 push edi
352 mov edi,ds:dword ptr[_d_scantable+eax*4]
353 add edi,ebp
355 add edi,ebp
498 mov ds:byte ptr[edi],al
512 mov ds:byte ptr[1+edi],al
526 mov ds:byte ptr[2+edi],al
540 mov ds:byte ptr[3+edi],al
554 mov ds:byte ptr[4+edi],al
602 mov ds:byte ptr[5+edi],al
    [all...]
d_scana.asm 242 push edi
246 mov edi,ds:dword ptr[_r_turb_pdest]
267 inc edi
272 mov ds:byte ptr[-1+edi],dl
274 mov ds:dword ptr[_r_turb_pdest],edi
276 pop edi
  /external/zlib/contrib/gcc_gvmat64/
gvmat64.S 219 mov edi, prev_length
223 cmp edi, esi
271 xor edi,edi
276 cmovng ebp,edi
380 ;;; edi = prev
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
433 ;;; bytes, as much as necessary in order to dword-align the edi
  /external/v8/src/ia32/
code-stubs-ia32.cc 640 __ mov(edi, left);
728 // Left was clobbered but a copy is in edi. Right is in ebx for
730 __ mov(eax, edi);
783 // Left was clobbered but a copy is in edi. Right is in ebx for
785 __ mov(edx, edi);
2823 __ mov(FieldOperand(eax, JSObject::kElementsOffset), edi); local
3810 __ mov(Operand(esp, (argc_ + 1) * kPointerSize), edi); local
3867 __ mov(Operand(esp, 0 * kPointerSize), edi); \/\/ argc. local
    [all...]
macro-assembler-ia32.cc 390 mov(edi, Operand(eax));
1430 mov(Operand::StaticVariable(limit_address), edi); local
    [all...]
  /external/kernel-headers/original/asm-x86/
system_32.h 20 unsigned long esi,edi; \
32 "=a" (last),"=S" (esi),"=D" (edi) \
vm86.h 80 long edi; member in struct:vm86_regs
ptrace.h 18 long edi; member in struct:pt_regs
elf.h 100 _r->esi = 0; _r->edi = 0; _r->ebp = 0; \
112 pr_reg[4] = regs->edi; \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigcontext.h 87 unsigned long edi; member in struct:sigcontext
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
user.h 133 long int edi; member in struct:user_regs_struct
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 288 push edi
291 mov edi, dstp
296 pop edi
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 52 mov $out_buffer, %edi # point to out_buffer
53 push %edi # save this value for later
131 mov %ebp,%edi # point %edi to out_buffer
237 mov %ebp,%edi # move output buffer to edi
353 mov %ebp,%edi # point to output_buffer
381 # edi points at output buffer
425 movb $0, (%edi) # replace last value with NUL
436 stosb # store a byte to [es:edi]
    [all...]
  /external/valgrind/main/memcheck/tests/amd64-linux/
defcfaexpr.S 85 movl $8, %edi
  /external/valgrind/main/coregrind/
m_cpuid.S 120 movl %edi, %eax
m_trampoline.S 1011 pushl %edi
1027 movl %edx, %edi
1028 subl %esi, %edi
1030 subl %edi, %esi
1055 leal (%edi,%eax), %eax
1057 popl %edi
  /external/libyuv/files/source/
convert.cc 389 mov edi, DWORD PTR [out2] local
390 movdqu XMMWORD PTR [edi], xmm2 ;write to out2
398 movdqu XMMWORD PTR [edi+16], xmm5 ;write to out2 again
399 add edi, 32 local
400 mov DWORD PTR [out2], edi
501 mov edi, DWORD PTR [out2] local
502 movdqu XMMWORD PTR [edi], xmm2 ;write to out2
510 movdqu XMMWORD PTR [edi+16], xmm6 ;write to out2 again
511 add edi, 32 local
512 mov DWORD PTR [out2], edi
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 237 mov edi, prev_length
241 cmp edi, esi
290 xor edi,edi
295 cmovng ebp,edi
379 ;;; edi = prev
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
423 ;;; bytes, as much as necessary in order to dword-align the edi
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 91 long edi; member in struct:__anon10331
132 r.x.edi = (unsigned)&rmregs;
169 r.x.edi = (unsigned)&rmregs;
  /external/valgrind/main/include/vki/
vki-x86-linux.h 239 unsigned long edi; member in struct:vki_sigcontext
588 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:vki_user_regs_struct
823 long edi; member in struct:vki_vm86_regs
  /dalvik/vm/mterp/x86/
header.S 26 ebx, esi, edi, ebp
54 rPC edi interpreted program counter, used for fetching instructions
70 #define rFP %edi
  /external/libvpx/vpx_ports/
x86_abi_support.asm 35 %define rdi edi
60 %elifidn %1,edi
62 %elifidn %2,edi
  /external/zlib/contrib/inflate86/
inffast.S 228 pushl %edi
237 #define state_r %edi
317 #define out_r %edi
328 leal buf(%esp), %edi
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
706 /* regs: %esi = from, %ebp = hold, %bl = bits, %edi = out, %edx = dis
    [all...]

Completed in 1142 milliseconds

1 2 3 4 5 6 78 910