Searched refs:edi (Results 126 - 150 of 280) sorted by relevance

1234567891011>>

/external/libunwind/src/x86/
H A Dgetcontext-freebsd.S39 movl %edi, FREEBSD_UC_MCONTEXT_EDI_OFF(%eax)
92 2: movl %edx, %edi /* not aligned, do the dance */
105 movl FREEBSD_UC_MCONTEXT_EDI_OFF(%eax), %edi
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_stdlib.c99 push edi
104 mov edi,dword ptr [ebp+8] local
110 imul edi,esi local
114 add ecx,edi
123 pop edi
131 push edi
134 xor edi,edi local
138 inc edi
149 inc edi
269 xor edi,edi local
406 xor edi,edi local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs-ia32.cc64 __ push(edi);
102 __ pop(edi);
137 Register source_registers[] = {esp, eax, ebx, ecx, edx, edi, esi};
138 Register dest_registers[] = {eax, ebx, ecx, edx, edi, esi};
H A Dtest-code-stubs-x87.cc64 __ push(edi);
102 __ pop(edi);
137 Register source_registers[] = {esp, eax, ebx, ecx, edx, edi, esi};
138 Register dest_registers[] = {eax, ebx, ecx, edx, edi, esi};
/external/libunwind/src/coredump/
H A D_UCD_get_proc_name.c52 ret = elf_w (get_proc_name_in_image) (as, &ui->edi.ei, segbase, mapoff, ip, buf, buf_len, offp);
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmx_main.asm48 mov edi,[ebp+16]
56 add edi,[ebp+28]
H A Dx86_main.asm50 mov edi,[ebp+16]
58 add edi,[ebp+28]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drotate.cc83 push edi
87 mov edi, [esp + 12 + 8] // src_stride local
98 movq xmm1, qword ptr [eax + edi]
99 lea eax, [eax + 2 * edi]
104 movq xmm3, qword ptr [eax + edi]
105 lea eax, [eax + 2 * edi]
110 movq xmm5, qword ptr [eax + edi]
112 lea eax, [eax + 2 * edi]
116 movq xmm7, qword ptr [eax + edi]
165 pop edi
182 mov edi, [esp + 16 + 8] // src_stride local
[all...]
H A Dcpu_id.cc59 mov edi, cpu_info
61 mov [edi], eax
62 mov [edi + 4], ebx
63 mov [edi + 8], ecx
64 mov [edi + 12], edx
78 "mov %%ebx, %%edi \n"
80 "xchg %%edi, %%ebx \n"
/external/chromium_org/third_party/libyuv/source/
H A Drotate.cc83 push edi
87 mov edi, [esp + 12 + 8] // src_stride local
98 movq xmm1, qword ptr [eax + edi]
99 lea eax, [eax + 2 * edi]
104 movq xmm3, qword ptr [eax + edi]
105 lea eax, [eax + 2 * edi]
110 movq xmm5, qword ptr [eax + edi]
112 lea eax, [eax + 2 * edi]
116 movq xmm7, qword ptr [eax + edi]
165 pop edi
182 mov edi, [esp + 16 + 8] // src_stride local
[all...]
H A Dcpu_id.cc58 mov edi, cpu_info
60 mov [edi], eax
61 mov [edi + 4], ebx
62 mov [edi + 8], ecx
63 mov [edi + 12], edx
77 "mov %%ebx, %%edi \n"
79 "xchg %%edi, %%ebx \n"
/external/libyuv/files/source/
H A Drotate.cc67 push edi
71 mov edi, [esp + 12 + 8] // src_stride local
82 movq xmm1, qword ptr [eax + edi]
83 lea eax, [eax + 2 * edi]
88 movq xmm3, qword ptr [eax + edi]
89 lea eax, [eax + 2 * edi]
94 movq xmm5, qword ptr [eax + edi]
96 lea eax, [eax + 2 * edi]
100 movq xmm7, qword ptr [eax + edi]
149 pop edi
166 mov edi, [esp + 16 + 8] // src_stride local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc29 // edi -- function
49 // edi -- constructor function
204 Register scratch_candidates[3] = { ebx, edx, edi };
841 __ Allocate(ebx, eax, edx, edi, &runtime, TAG_OBJECT);
848 // Get the arguments map from the current native context into edi.
850 __ mov(edi, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
851 __ mov(edi, FieldOperand(edi, GlobalObject::kNativeContextOffset));
856 edi,
857 Operand(edi, Contex
874 __ mov(FieldOperand(eax, JSObject::kMapOffset), edi); local
899 __ mov(FieldOperand(eax, JSObject::kElementsOffset), edi); local
1052 __ mov(FieldOperand(eax, JSObject::kMapOffset), edi); local
1077 __ mov(FieldOperand(eax, JSObject::kElementsOffset), edi); local
1936 edi); local
1986 __ mov(Operand(esp, (argc + 1) * kPointerSize), edi); local
2352 __ mov(Operand(esp, 0 * kPointerSize), edi); // argc. local
3026 __ mov(FieldOperand(eax, SlicedString::kParentOffset), edi); local
[all...]
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.cc29 // edi -- function
49 // edi -- constructor function
194 Register scratch_candidates[3] = { ebx, edx, edi };
521 __ Allocate(ebx, eax, edx, edi, &runtime, TAG_OBJECT);
528 // Get the arguments map from the current native context into edi.
530 __ mov(edi, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
531 __ mov(edi, FieldOperand(edi, GlobalObject::kNativeContextOffset));
536 edi,
537 Operand(edi, Contex
554 __ mov(FieldOperand(eax, JSObject::kMapOffset), edi); local
579 __ mov(FieldOperand(eax, JSObject::kElementsOffset), edi); local
732 __ mov(FieldOperand(eax, JSObject::kMapOffset), edi); local
757 __ mov(FieldOperand(eax, JSObject::kElementsOffset), edi); local
1622 edi); local
1672 __ mov(Operand(esp, (argc + 1) * kPointerSize), edi); local
2043 __ mov(Operand(esp, 0 * kPointerSize), edi); // argc. local
2717 __ mov(FieldOperand(eax, SlicedString::kParentOffset), edi); local
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-x86_64.S17 movzbl %bl,%edi
24 movzbl %ch,%edi
42 movzbl %dl,%edi
49 movzbl %ah,%edi
56 movzbl %bh,%edi
71 movzbl %bl,%edi
78 movzbl %bh,%edi
81 movl 0(%r14,%rdi,8),%edi
84 andl $65280,%edi
87 xorl %edi,
[all...]
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djiss2flt.asm90 push edi
99 lea edi, [workspace] ; FAST_FLOAT * wsptr
145 movaps XMMWORD [XMMBLOCK(0,0,edi,SIZEOF_FAST_FLOAT)], xmm0
146 movaps XMMWORD [XMMBLOCK(0,1,edi,SIZEOF_FAST_FLOAT)], xmm0
147 movaps XMMWORD [XMMBLOCK(1,0,edi,SIZEOF_FAST_FLOAT)], xmm1
148 movaps XMMWORD [XMMBLOCK(1,1,edi,SIZEOF_FAST_FLOAT)], xmm1
149 movaps XMMWORD [XMMBLOCK(2,0,edi,SIZEOF_FAST_FLOAT)], xmm2
150 movaps XMMWORD [XMMBLOCK(2,1,edi,SIZEOF_FAST_FLOAT)], xmm2
151 movaps XMMWORD [XMMBLOCK(3,0,edi,SIZEOF_FAST_FLOAT)], xmm3
152 movaps XMMWORD [XMMBLOCK(3,1,edi,SIZEOF_FAST_FLOA
[all...]
H A Djisseflt.asm90 push edi
99 lea edi, [workspace] ; FAST_FLOAT * wsptr
144 movaps XMMWORD [XMMBLOCK(0,0,edi,SIZEOF_FAST_FLOAT)], xmm0
145 movaps XMMWORD [XMMBLOCK(0,1,edi,SIZEOF_FAST_FLOAT)], xmm0
146 movaps XMMWORD [XMMBLOCK(1,0,edi,SIZEOF_FAST_FLOAT)], xmm1
147 movaps XMMWORD [XMMBLOCK(1,1,edi,SIZEOF_FAST_FLOAT)], xmm1
148 movaps XMMWORD [XMMBLOCK(2,0,edi,SIZEOF_FAST_FLOAT)], xmm2
149 movaps XMMWORD [XMMBLOCK(2,1,edi,SIZEOF_FAST_FLOAT)], xmm2
150 movaps XMMWORD [XMMBLOCK(3,0,edi,SIZEOF_FAST_FLOAT)], xmm3
151 movaps XMMWORD [XMMBLOCK(3,1,edi,SIZEOF_FAST_FLOA
[all...]
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm44 ; 5 dword on top (ret,ebp,esi,edi,ebx)
133 ; saved edi byte esp + 40
204 push edi
256 lea edi, [esi + ebp]
257 mov [scan], edi
262 mov eax, edi
291 movzx ebx, word ptr [edi]
293 movzx ebx, word ptr [edi + eax - 1]
295 mov edi, [edx + dsPrev]
321 ;;; edi
[all...]
/external/openssl/crypto/
H A Dx86cpuid.S11 pushl %edi
26 movl %eax,%edi
75 cmpl $4,%edi
76 movl $-1,%edi
81 movl %eax,%edi
82 shrl $14,%edi
83 andl $4095,%edi
100 cmpl $0,%edi
130 popl %edi
/external/chromium_org/third_party/skia/src/opts/
H A Dopts_check_x86.cpp47 mov edi, [info]
48 mov [edi], eax
49 mov [edi+4], ebx
50 mov [edi+8], ecx
51 mov [edi+12], edx
/external/skia/src/opts/
H A Dopts_check_x86.cpp44 mov edi, [info]
45 mov [edi], eax
46 mov [edi+4], ebx
47 mov [edi+8], ecx
48 mov [edi+12], edx
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/aes/
H A Daes-x86_64.S18 movzbl %bl,%edi
25 movzbl %ch,%edi
43 movzbl %dl,%edi
50 movzbl %ah,%edi
57 movzbl %bh,%edi
72 movzbl %bl,%edi
79 movzbl %bh,%edi
82 movl 0(%r14,%rdi,8),%edi
85 andl $65280,%edi
88 xorl %edi,
[all...]
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/aes/
H A Daes-x86_64.S18 movzbl %bl,%edi
25 movzbl %ch,%edi
43 movzbl %dl,%edi
50 movzbl %ah,%edi
57 movzbl %bh,%edi
72 movzbl %bl,%edi
79 movzbl %bh,%edi
82 movl 0(%r14,%rdi,8),%edi
85 andl $65280,%edi
88 xorl %edi,
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.asm145 pextrw edi, %3, %2 ; y
149 sar edi, cl ; also sets Z bit
154 pinsrw %5, edi, %2 ; qcoeff[rc]
225 sub edi, edx
226 sar edi, 31
228 and eax, edi
/external/libunwind/include/
H A Dlibunwind_i.h347 static inline void invalidate_edi (struct elf_dyn_info *edi) argument
350 /* Removed: if (edi->ei.image) */
351 /* munmap (edi->ei.image, edi->ei.size); */
353 memset (edi, 0, sizeof (*edi));
354 edi->di_cache.format = -1;
355 edi->di_debug.format = -1;
357 edi->di_arm.format = -1;

Completed in 531 milliseconds

1234567891011>>