Searched refs:eax (Results 1 - 25 of 391) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/i386/
H A Dmpih-add1.S55 movl %ecx,%eax
57 negl %eax
58 andl $7,%eax /* get index where to start loop */
61 shll $2,%eax /* adjustment for pointers... */
62 subl %eax,%edi /* ... since they are offset ... */
63 subl %eax,%esi /* ... by a constant when we ... */
64 subl %eax,%edx /* ... enter the loop */
65 shrl $2,%eax /* restore previous value */
70 L0: leal (%eax,%eax,
[all...]
H A Dmpih-sub1.S56 movl %ecx,%eax
58 negl %eax
59 andl $7,%eax /* get index where to start loop */
62 shll $2,%eax /* adjustment for pointers... */
63 subl %eax,%edi /* ... since they are offset ... */
64 subl %eax,%esi /* ... by a constant when we ... */
65 subl %eax,%edx /* ... enter the loop */
66 shrl $2,%eax /* restore previous value */
71 L0: leal (%eax,%eax,
[all...]
H A Dmpih-lshift.S57 xorl %eax,%eax
58 shldl %cl,%ebx,%eax /* compute carry limb */
61 pushl %eax /* push carry limb onto stack */
64 movl %ebx,%eax
68 shldl %cl,%ebx,%eax /* compute result limb */
69 movl %eax,(%edi,%edx,4) /* store it */
71 L1: movl (%esi,%edx,4),%eax
72 shldl %cl,%eax,%ebx
77 shll %cl,%eax /* comput
[all...]
H A Dmpih-rshift.S60 xorl %eax,%eax
61 shrdl %cl,%ebx,%eax /* compute carry limb */
64 pushl %eax /* push carry limb onto stack */
67 movl %ebx,%eax
71 shrdl %cl,%ebx,%eax /* compute result limb */
72 movl %eax,(%edi,%edx,4) /* store it */
74 L2: movl (%esi,%edx,4),%eax
75 shrdl %cl,%eax,%ebx
80 shrl %cl,%eax /* comput
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i386/
H A Dmpih-add1.S55 movl %ecx,%eax
57 negl %eax
58 andl $7,%eax /* get index where to start loop */
61 shll $2,%eax /* adjustment for pointers... */
62 subl %eax,%edi /* ... since they are offset ... */
63 subl %eax,%esi /* ... by a constant when we ... */
64 subl %eax,%edx /* ... enter the loop */
65 shrl $2,%eax /* restore previous value */
70 L0: leal (%eax,%eax,
[all...]
H A Dmpih-sub1.S56 movl %ecx,%eax
58 negl %eax
59 andl $7,%eax /* get index where to start loop */
62 shll $2,%eax /* adjustment for pointers... */
63 subl %eax,%edi /* ... since they are offset ... */
64 subl %eax,%esi /* ... by a constant when we ... */
65 subl %eax,%edx /* ... enter the loop */
66 shrl $2,%eax /* restore previous value */
71 L0: leal (%eax,%eax,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dpolynom_Xsig.S50 movl TERM_SIZE,%eax
52 addl %eax,%edi
58 xor %eax,%eax
59 movl %eax,SUM_LS
67 xor %eax,%eax
68 movl %eax,ACCUM_MS
69 movl %eax,ACCUM_MIDDLE
71 movl SUM_MIDDLE,%eax
[all...]
H A Dmul_Xsig.S36 xor %eax,%eax
37 movl %eax,-4(%ebp)
38 movl %eax,-8(%ebp)
40 movl (%esi),%eax /* lsl of Xsig */
44 movl 4(%esi),%eax /* midl of Xsig */
46 addl %eax,-12(%ebp)
50 movl 8(%esi),%eax /* msl of Xsig */
52 addl %eax,-8(%ebp)
55 movl -12(%ebp),%eax
[all...]
H A Dwm_sqrt.S89 movl SIGH(%esi),%eax
98 shrl $1,%eax /* arg is in the range [1.0 .. 2.0) */
106 movl %eax,FPU_fsqrt_arg_2 /* ms word of n */
111 shrl $1,%eax
112 addl $0x40000000,%eax
142 addl %eax,%esi /* the new estimate */
147 addl %eax,%esi
152 addl %eax,%esi
163 movl %esi,%eax
165 /* guess^2 now in %edx:%eax */
[all...]
H A Dreg_norm.S32 movl SIGL(%ebx),%eax
38 orl %eax,%eax
41 movl %eax,%edx
42 xorl %eax,%eax
50 shld %cl,%eax,%edx
51 shl %cl,%eax
55 movl %eax,SIGL(%ebx)
65 movl TAG_Valid,%eax
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dstub.S13 mov 0x0(%esp), %eax
17 mov %eax, STUB_DATA+4
18 cmpl $0, %eax
25 add %eax, %esp
28 pop %eax
43 cmp %ebx, %eax
48 mov %eax, STUB_DATA
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dxcr.h29 u32 eax, edx; local
32 : "=a" (eax), "=d" (edx)
34 return eax + ((u64)edx << 32);
39 u32 eax = value; local
43 : : "a" (eax), "d" (edx), "c" (index));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dxen-asm_32.S27 push %eax
33 pop %eax
43 movl PT_EAX(%esp), %eax /* Shouldn't be necessary? */
82 push %eax
90 GET_THREAD_INFO(%eax)
91 movl TI_cpu(%eax), %eax
92 movl __per_cpu_offset(,%eax,4), %eax
93 mov xen_vcpu(%eax),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Drelocate_kernel_32.S53 movl %cr0, %eax
54 movl %eax, CR0(%edi)
55 movl %cr3, %eax
56 movl %eax, CR3(%edi)
57 movl %cr4, %eax
58 movl %eax, CR4(%edi)
74 movl PTR(PA_PGD)(%ebp), %eax
75 movl %eax, CP_PA_PGD(%edi)
76 movl PTR(PA_SWAP_PAGE)(%ebp), %eax
77 movl %eax, CP_PA_SWAP_PAG
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/inflate86/
H A Dinffas86.c164 " lodsl\n" /* eax = *(uint *)in++ */
183 " lodsl\n" /* eax = *(uint *)in++ */
191 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
201 " shrl $16, %%eax\n" /* output this.val char */
206 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
216 " shrl $16, %%eax\n" /* output this.val char */
222 " movl %%eax, %%r14d\n" /* len = this */
233 " xorl %%eax,
799 lea eax, ar local
823 xor eax, eax local
827 shl eax, cl local
831 mov eax, [esp+56] /* eax = lmask */ local
832 and eax, edx /* eax &= hold */ local
833 mov eax, [ebp+eax*4] /* eax = lcode[hold & lmask] */ local
843 shr eax, 16 /* output this.val char */ local
862 xor eax, eax local
866 shl eax, cl local
872 xor eax, eax local
874 shl eax, cl local
876 and eax, edx /* eax &= hold */ local
884 xor eax, eax local
888 shl eax, cl local
892 mov eax, [esp+60] /* eax = dmask */ local
894 and eax, edx /* eax &= hold */ local
895 mov eax, [ecx+eax*4]/* eax = dcode[hold & dmask] */ local
913 xor eax, eax local
917 shl eax, cl local
923 xor eax, eax local
925 shl eax, cl local
927 and eax, edx /* eax &= hold */ local
933 mov eax, edi local
934 sub eax, [esp+20] /* nbytes = out - beg */ local
936 cmp eax, ebp local
987 xor eax, eax local
989 shl eax, cl local
991 and eax, edx /* eax &= hold */ local
992 add eax, [esp+64] /* eax += len */ local
993 mov eax, [ebp+eax*4] /* eax = lcode[val+(hold&mask[op])]*/ local
1001 xor eax, eax local
1003 shl eax, cl local
1005 and eax, edx /* eax &= hold */ local
1006 add eax, ebp /* eax += dist */ local
1008 mov eax, [ecx+eax*4] /* eax = dcode[val+(hold&mask[op])]*/ local
1014 mov eax, [esp+48] /* eax = wsize */ local
1018 cmp eax, ebp local
1025 sub eax, ecx local
1028 mov eax, [esp+64] /* eax = len */ local
1029 cmp eax, ecx local
1032 sub eax, ecx /* len -= nbytes */ local
1040 mov eax, [esp+52] /* eax = write */ local
1049 mov eax, [esp+64] /* eax = len */ local
1050 cmp eax, ecx local
1053 sub eax, ecx /* len -= nbytes */ local
1057 cmp eax, ecx local
1060 sub eax, ecx /* len -= nbytes */ local
1071 mov eax, [esp+64] /* eax = len */ local
1072 cmp eax, ecx local
1075 sub eax, ecx /* len -= nbytes */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c164 " lodsl\n" /* eax = *(uint *)in++ */
183 " lodsl\n" /* eax = *(uint *)in++ */
191 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
201 " shrl $16, %%eax\n" /* output this.val char */
206 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
216 " shrl $16, %%eax\n" /* output this.val char */
222 " movl %%eax, %%r14d\n" /* len = this */
233 " xorl %%eax,
799 lea eax, ar local
823 xor eax, eax local
827 shl eax, cl local
831 mov eax, [esp+56] /* eax = lmask */ local
832 and eax, edx /* eax &= hold */ local
833 mov eax, [ebp+eax*4] /* eax = lcode[hold & lmask] */ local
843 shr eax, 16 /* output this.val char */ local
862 xor eax, eax local
866 shl eax, cl local
872 xor eax, eax local
874 shl eax, cl local
876 and eax, edx /* eax &= hold */ local
884 xor eax, eax local
888 shl eax, cl local
892 mov eax, [esp+60] /* eax = dmask */ local
894 and eax, edx /* eax &= hold */ local
895 mov eax, [ecx+eax*4]/* eax = dcode[hold & dmask] */ local
913 xor eax, eax local
917 shl eax, cl local
923 xor eax, eax local
925 shl eax, cl local
927 and eax, edx /* eax &= hold */ local
933 mov eax, edi local
934 sub eax, [esp+20] /* nbytes = out - beg */ local
936 cmp eax, ebp local
987 xor eax, eax local
989 shl eax, cl local
991 and eax, edx /* eax &= hold */ local
992 add eax, [esp+64] /* eax += len */ local
993 mov eax, [ebp+eax*4] /* eax = lcode[val+(hold&mask[op])]*/ local
1001 xor eax, eax local
1003 shl eax, cl local
1005 and eax, edx /* eax &= hold */ local
1006 add eax, ebp /* eax += dist */ local
1008 mov eax, [ecx+eax*4] /* eax = dcode[val+(hold&mask[op])]*/ local
1014 mov eax, [esp+48] /* eax = wsize */ local
1018 cmp eax, ebp local
1025 sub eax, ecx local
1028 mov eax, [esp+64] /* eax = len */ local
1029 cmp eax, ecx local
1032 sub eax, ecx /* len -= nbytes */ local
1040 mov eax, [esp+52] /* eax = write */ local
1049 mov eax, [esp+64] /* eax = len */ local
1050 cmp eax, ecx local
1053 sub eax, ecx /* len -= nbytes */ local
1057 cmp eax, ecx local
1060 sub eax, ecx /* len -= nbytes */ local
1071 mov eax, [esp+64] /* eax = len */ local
1072 cmp eax, ecx local
1075 sub eax, ecx /* len -= nbytes */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c164 " lodsl\n" /* eax = *(uint *)in++ */
183 " lodsl\n" /* eax = *(uint *)in++ */
191 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
201 " shrl $16, %%eax\n" /* output this.val char */
206 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
216 " shrl $16, %%eax\n" /* output this.val char */
222 " movl %%eax, %%r14d\n" /* len = this */
233 " xorl %%eax,
799 lea eax, ar local
823 xor eax, eax local
827 shl eax, cl local
831 mov eax, [esp+56] /* eax = lmask */ local
832 and eax, edx /* eax &= hold */ local
833 mov eax, [ebp+eax*4] /* eax = lcode[hold & lmask] */ local
843 shr eax, 16 /* output this.val char */ local
862 xor eax, eax local
866 shl eax, cl local
872 xor eax, eax local
874 shl eax, cl local
876 and eax, edx /* eax &= hold */ local
884 xor eax, eax local
888 shl eax, cl local
892 mov eax, [esp+60] /* eax = dmask */ local
894 and eax, edx /* eax &= hold */ local
895 mov eax, [ecx+eax*4]/* eax = dcode[hold & dmask] */ local
913 xor eax, eax local
917 shl eax, cl local
923 xor eax, eax local
925 shl eax, cl local
927 and eax, edx /* eax &= hold */ local
933 mov eax, edi local
934 sub eax, [esp+20] /* nbytes = out - beg */ local
936 cmp eax, ebp local
987 xor eax, eax local
989 shl eax, cl local
991 and eax, edx /* eax &= hold */ local
992 add eax, [esp+64] /* eax += len */ local
993 mov eax, [ebp+eax*4] /* eax = lcode[val+(hold&mask[op])]*/ local
1001 xor eax, eax local
1003 shl eax, cl local
1005 and eax, edx /* eax &= hold */ local
1006 add eax, ebp /* eax += dist */ local
1008 mov eax, [ecx+eax*4] /* eax = dcode[val+(hold&mask[op])]*/ local
1014 mov eax, [esp+48] /* eax = wsize */ local
1018 cmp eax, ebp local
1025 sub eax, ecx local
1028 mov eax, [esp+64] /* eax = len */ local
1029 cmp eax, ecx local
1032 sub eax, ecx /* len -= nbytes */ local
1040 mov eax, [esp+52] /* eax = write */ local
1049 mov eax, [esp+64] /* eax = len */ local
1050 cmp eax, ecx local
1053 sub eax, ecx /* len -= nbytes */ local
1057 cmp eax, ecx local
1060 sub eax, ecx /* len -= nbytes */ local
1071 mov eax, [esp+64] /* eax = len */ local
1072 cmp eax, ecx local
1075 sub eax, ecx /* len -= nbytes */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dmsr-reg.S11 * reg layout: u32 gprs[eax, ecx, edx, ebx, esp, ebp, esi, edi]
21 movl (%rdi), %eax
30 2: movl %eax, (%r10)
31 movl %r11d, %eax /* Return value */
61 pushl_cfi %eax
62 movl 4(%eax), %ecx
63 movl 8(%eax), %edx
64 movl 12(%eax), %ebx
65 movl 20(%eax), %ebp
66 movl 24(%eax),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/inflate86/
H A Dinffas86.c164 " lodsl\n" /* eax = *(uint *)in++ */
183 " lodsl\n" /* eax = *(uint *)in++ */
191 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
201 " shrl $16, %%eax\n" /* output this.val char */
206 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
216 " shrl $16, %%eax\n" /* output this.val char */
222 " movl %%eax, %%r14d\n" /* len = this */
233 " xorl %%eax,
799 lea eax, ar local
823 xor eax, eax local
827 shl eax, cl local
831 mov eax, [esp+56] /* eax = lmask */ local
832 and eax, edx /* eax &= hold */ local
833 mov eax, [ebp+eax*4] /* eax = lcode[hold & lmask] */ local
843 shr eax, 16 /* output this.val char */ local
862 xor eax, eax local
866 shl eax, cl local
872 xor eax, eax local
874 shl eax, cl local
876 and eax, edx /* eax &= hold */ local
884 xor eax, eax local
888 shl eax, cl local
892 mov eax, [esp+60] /* eax = dmask */ local
894 and eax, edx /* eax &= hold */ local
895 mov eax, [ecx+eax*4]/* eax = dcode[hold & dmask] */ local
913 xor eax, eax local
917 shl eax, cl local
923 xor eax, eax local
925 shl eax, cl local
927 and eax, edx /* eax &= hold */ local
933 mov eax, edi local
934 sub eax, [esp+20] /* nbytes = out - beg */ local
936 cmp eax, ebp local
987 xor eax, eax local
989 shl eax, cl local
991 and eax, edx /* eax &= hold */ local
992 add eax, [esp+64] /* eax += len */ local
993 mov eax, [ebp+eax*4] /* eax = lcode[val+(hold&mask[op])]*/ local
1001 xor eax, eax local
1003 shl eax, cl local
1005 and eax, edx /* eax &= hold */ local
1006 add eax, ebp /* eax += dist */ local
1008 mov eax, [ecx+eax*4] /* eax = dcode[val+(hold&mask[op])]*/ local
1014 mov eax, [esp+48] /* eax = wsize */ local
1018 cmp eax, ebp local
1025 sub eax, ecx local
1028 mov eax, [esp+64] /* eax = len */ local
1029 cmp eax, ecx local
1032 sub eax, ecx /* len -= nbytes */ local
1040 mov eax, [esp+52] /* eax = write */ local
1049 mov eax, [esp+64] /* eax = len */ local
1050 cmp eax, ecx local
1053 sub eax, ecx /* len -= nbytes */ local
1057 cmp eax, ecx local
1060 sub eax, ecx /* len -= nbytes */ local
1071 mov eax, [esp+64] /* eax = len */ local
1072 cmp eax, ecx local
1075 sub eax, ecx /* len -= nbytes */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/i586/
H A Dmpih-add1.S62 Loop: movl 28(%edi),%eax /* fetch destination cache line */
65 L1: movl (%esi),%eax
67 adcl %ebx,%eax
71 movl %eax,-32(%edi)
74 L2: movl 8(%esi),%eax
76 adcl %ebx,%eax
80 movl %eax,-24(%edi)
83 L3: movl 16(%esi),%eax
85 adcl %ebx,%eax
89 movl %eax,
[all...]
H A Dmpih-sub1.S70 Loop: movl 28(%edi),%eax /* fetch destination cache line */
73 L1: movl (%esi),%eax
75 sbbl %ebx,%eax
79 movl %eax,-32(%edi)
82 L2: movl 8(%esi),%eax
84 sbbl %ebx,%eax
88 movl %eax,-24(%edi)
91 L3: movl 16(%esi),%eax
93 sbbl %ebx,%eax
97 movl %eax,
[all...]
H A Dmpih-lshift.S60 leal 4(%esi),%eax
61 cmpl %edi,%eax
63 leal (%esi,%ebp,4),%eax
64 cmpl %eax,%edi
73 xorl %eax,%eax
74 shldl %cl,%edx,%eax /* compute carry limb */
75 pushl %eax /* push carry limb onto stack */
82 movl (%edi),%eax /* fetch destination cache line */
85 Loop: movl -28(%edi),%eax /* fetc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i586/
H A Dmpih-add1.S62 Loop: movl 28(%edi),%eax /* fetch destination cache line */
65 L1: movl (%esi),%eax
67 adcl %ebx,%eax
71 movl %eax,-32(%edi)
74 L2: movl 8(%esi),%eax
76 adcl %ebx,%eax
80 movl %eax,-24(%edi)
83 L3: movl 16(%esi),%eax
85 adcl %ebx,%eax
89 movl %eax,
[all...]
H A Dmpih-sub1.S70 Loop: movl 28(%edi),%eax /* fetch destination cache line */
73 L1: movl (%esi),%eax
75 sbbl %ebx,%eax
79 movl %eax,-32(%edi)
82 L2: movl 8(%esi),%eax
84 sbbl %ebx,%eax
88 movl %eax,-24(%edi)
91 L3: movl 16(%esi),%eax
93 sbbl %ebx,%eax
97 movl %eax,
[all...]
H A Dmpih-lshift.S60 leal 4(%esi),%eax
61 cmpl %edi,%eax
63 leal (%esi,%ebp,4),%eax
64 cmpl %eax,%edi
73 xorl %eax,%eax
74 shldl %cl,%edx,%eax /* compute carry limb */
75 pushl %eax /* push carry limb onto stack */
82 movl (%edi),%eax /* fetch destination cache line */
85 Loop: movl -28(%edi),%eax /* fetc
[all...]

Completed in 300 milliseconds

1234567891011>>