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

1 2 34 5 6 7 8 910

  /external/grub/stage2/
setjmp.S 62 movl %edi, 8(%ecx)
75 movl 8(%ecx), %edi
asm.S 153 /* set %edi to the bss starting address */
155 movl $__bss_start, %edi
157 movl $_edata, %edi
159 movl $edata, %edi
170 subl %edi, %ecx
301 pushl %edi
304 movl $0x4c, %edi
305 movl (%edi), %eax
309 movl $0x4, %edi
310 pushl (%edi)
    [all...]
  /external/llvm/test/MC/ELF/
basic-elf-64.s 10 movl $.L.str1, %edi
12 movl $.L.str2, %edi
  /frameworks/compile/libbcc/runtime/lib/i386/
moddi3.S 76 pushl %edi
80 movl %eax, %edi
87 imull %edi, %eax // q*bhi
100 popl %edi // Restore callee-save registers
115 pushl %edi
120 movl %eax, %edi
127 imull %edi, %eax // q*bhi
140 popl %edi // Restore callee-save registers
  /bionic/libc/arch-x86/string/
swab.S 17 pushl %edi
19 movl 16(%esp),%edi
65 L4: popl %edi
  /external/v8/src/ia32/
builtins-ia32.cc 48 // -- edi : called function (only guaranteed when
64 __ push(edi);
80 // -- edi: constructor function
85 __ test(edi, Immediate(kSmiTagMask));
88 __ CmpObjectType(edi, JS_FUNCTION_TYPE, ecx);
92 __ mov(ebx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset));
97 // edi: called object
123 __ push(edi);
139 // edi: constructor
140 __ mov(eax, FieldOperand(edi, JSFunction::kPrototypeOrInitialMapOffset))
283 __ mov(FieldOperand(ebx, JSObject::kPropertiesOffset), edi); local
656 __ mov(Operand(esp, eax, times_4, 0), edi); local
    [all...]
regexp-macro-assembler-ia32.cc 47 * - edi : current position in input, as negative offset from end of string.
73 * - backup of caller edi
137 __ add(Operand(edi), Immediate(by * char_size()));
183 __ lea(eax, Operand(esi, edi, times_1, 0));
195 __ lea(eax, Operand(esi, edi, times_1, 0));
222 __ cmp(Operand(edi), Immediate(-(byte_offset + byte_length)));
237 __ cmpb(Operand(esi, edi, times_1, byte_offset),
243 Operand(esi, edi, times_1, byte_offset));
248 __ lea(ebx, Operand(esi, edi, times_1, 0));
289 __ cmp(edi, Operand(backtrack_stackpointer(), 0))
393 __ mov(Operand(esp, 1 * kPointerSize), edi); local
    [all...]
  /external/zlib/contrib/masmx86/
inffas32.asm 167 push edi
179 mov edi, [esi+28]
211 mov eax, [edi+lencode_state]
212 mov ecx, [edi+distcode_state]
218 mov ecx, [edi+lenbits_state]
224 mov ecx, [edi+distbits_state]
229 mov eax, [edi+wsize_state]
230 mov ecx, [edi+write_state]
231 mov edx, [edi+window_state]
237 mov ebp, [edi+hold_state]
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 99 movq [edi], mm0
101 movd [edi+8], mm1
102 add edi, BYTE 12
114 mov [edi], al
115 mov [edi+1], bl
116 mov [edi+2], dl
118 add edi, BYTE 3
163 movq [edi], mm0
166 add edi, 8
183 mov [edi], a
    [all...]
  /external/quake/quake/src/QW/client/
surf8.s 49 pushl %edi
59 movl C(prowdestbase),%edi
144 movl %eax,12(%edi)
175 movl %eax,8(%edi)
206 movl %eax,4(%edi)
236 movl %eax,(%edi)
239 addl C(surfrowbytes),%edi
262 popl %edi
275 pushl %edi
285 movl C(prowdestbase),%edi
    [all...]
surf16.s 58 pushl %edi
63 movl C(prowdestbase),%edi
97 movl C(prowdestbase),%edi
106 addl %ecx,%edi
113 movl %edi,C(prowdestbase)
119 popl %edi
  /external/quake/quake/src/WinQuake/
surf8.s 49 pushl %edi
59 movl C(prowdestbase),%edi
144 movl %eax,12(%edi)
175 movl %eax,8(%edi)
206 movl %eax,4(%edi)
236 movl %eax,(%edi)
239 addl C(surfrowbytes),%edi
262 popl %edi
275 pushl %edi
285 movl C(prowdestbase),%edi
    [all...]
surf16.s 58 pushl %edi
63 movl C(prowdestbase),%edi
97 movl C(prowdestbase),%edi
106 addl %ecx,%edi
113 movl %edi,C(prowdestbase)
119 popl %edi
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 90 movl %edi, -16(%esp) # save %edi
129 lea 8(%esp), %edi # %edi<- stack location for arguments
185 movl -16(%ebp), %edi # restore %edi
  /external/zlib/contrib/masm686/
match.asm 135 push edi
192 lea edi, [esi+ebp]
193 mov [esp+scan],edi
198 mov eax, edi
227 movzx ebx, WORD PTR[edi]
229 movzx ebx, WORD PTR[eax+edi-1]
231 mov edi, [edx].ds_prev
255 ; * %edi = prev
262 movzx ecx, WORD PTR[edi+ecx*2]
282 ;/* Point %edi to the string under scrutiny, and %esi to the string we */
    [all...]
  /external/libyuv/files/source/
scale.cc 348 mov edi, [esp + 32 + 12] // dst_ptr local
361 movq qword ptr [edi], xmm0
362 lea edi, [edi + 8] local
380 mov edi, [esp + 32 + 12] // dst_ptr local
419 movq qword ptr [edi], xmm0
420 lea edi, [edi + 8] local
439 mov edi, [esp + 32 + 12] // dst_ptr local
453 movd dword ptr [edi], xmm
454 lea edi, [edi + 4] local
472 mov edi, [esp + 32 + 12] \/\/ dst_ptr local
522 lea edi, [edi + 4] local
545 mov edi, [esp + 32 + 12] \/\/ dst_ptr local
563 lea edi, [edi + 24] local
595 mov edi, [esp + 32 + 12] \/\/ dst_ptr local
634 lea edi, [edi+24] local
652 mov edi, [esp + 32 + 12] \/\/ dst_ptr local
694 lea edi, [edi+24] local
714 mov edi, [esp + 32 + 12] \/\/ dst_ptr local
731 lea edi, [edi + 12] local
748 mov edi, [esp + 32 + 12] \/\/ dst_ptr local
795 lea edi, [edi + 6] local
812 mov edi, [esp + 32 + 12] \/\/ dst_ptr local
838 lea edi, [edi + 6] local
858 mov edi, [esp + 32 + 12] \/\/ dst_ptr local
887 lea edi, [edi + 32] local
907 mov edi, [esp + 8 + 4] \/\/ dst_ptr local
947 lea edi, [edi + 16] local
961 lea edi, [edi + 16] local
977 lea edi, [edi + 16] local
998 mov edi, [esp + 8 + 4] \/\/ dst_ptr local
1029 lea edi, [edi + 16] local
1043 lea edi, [edi + 16] local
1059 lea edi, [edi + 16] local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
ptrace.h 27 long edi; member in struct:pt_regs
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 29 #define rFP %edi
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 27 long edi; member in struct:pt_regs
  /external/qemu-pc-bios/bochs/bios/
rombios32start.S 34 mov $__bss_start, %edi
36 sub %edi, %ecx
41 mov $__data_start, %edi
43 sub %edi, %ecx
  /external/valgrind/main/coregrind/m_syswrap/
syscall-x86-linux.S 83 push %edi
108 movl OFFSET_x86_EDI(%eax), %edi
135 popl %edi
145 popl %edi
  /frameworks/compile/libbcc/runtime/lib/x86_64/
floatundidf.S 34 movd %edi, %xmm0 // low 32 bits of a
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace.h 17 long edi; member in struct:pt_regs
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
ptrace.h 27 long edi; member in struct:pt_regs
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
ptrace.h 27 long edi; member in struct:pt_regs

Completed in 650 milliseconds

1 2 34 5 6 7 8 910