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

123456789

/netgear-WNDR4500-V1.0.1.40_1.0.68/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...]
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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/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...]
H A Dround_Xsig.S36 movl (%esi),%eax
45 movl %eax,%ebx
46 xorl %eax,%eax
56 shld %cl,%eax,%ebx
57 shl %cl,%eax
60 testl $0x80000000,%eax
73 movl %eax,(%esi)
75 movl -4(%ebp),%eax
96 movl (%esi),%eax
[all...]
H A Dshr_Xsig.S35 movl (%esi),%eax /* lsl */
38 shrd %cl,%ebx,%eax
41 movl %eax,(%esi)
54 movl 4(%esi),%eax /* midl */
56 shrd %cl,%edx,%eax
58 movl %eax,(%esi)
70 movl 8(%esi),%eax /* msl */
71 shr %cl,%eax
73 movl %eax,(%esi)
81 xorl %eax,
[all...]
H A Dreg_u_add.S51 movl SIGH(%esi),%eax
61 movl SIGH(%edi),%eax
70 testl $0x80000000,%eax
77 /* The number to be shifted is in %eax:%ebx:%edx */
83 shrd %cl,%eax,%ebx
84 shr %cl,%eax
94 shrd %cl,%eax,%edx
95 shr %cl,%eax
102 movl %eax,%ebx
103 xorl %eax,
[all...]
H A Dreg_u_div.S93 movswl EXP(%ebx),%eax
94 subl %eax,%edx
122 movl SIGL(%esi),%eax /* Dividend */
133 movl %eax,FPU_result_2
136 xorl %eax,%eax
138 movl %eax,FPU_result_1
141 xorl %eax,%eax
155 rcrl %eax
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Drelocate_kernel.S32 movl PTR(VA_CONTROL_PAGE)(%ebp), %eax
33 andl $0xc0000000, %eax
34 shrl $27, %eax
35 addl %edi, %eax
39 movl %edx, (%eax)
42 movl PTR(VA_CONTROL_PAGE)(%ebp), %eax
43 andl $0x3fe00000, %eax
44 shrl $18, %eax
45 addl %edi, %eax
49 movl %edx, (%eax)
[all...]
H A Dverify_cpu.S14 pop %eax
15 orl $(1<<18),%eax # try setting AC
16 push %eax
19 popl %eax
20 testl $(1<<18),%eax
25 popl %eax
26 movl %eax,%ebx
27 xorl $0x200000,%eax
28 pushl %eax
31 popl %eax
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dstub.S13 mov 0x0(%esp), %eax
17 mov %eax, UML_CONFIG_STUB_DATA+4
18 cmpl $0, %eax
25 add %eax, %esp
28 pop %eax
43 cmp %ebx, %eax
48 mov %eax, UML_CONFIG_STUB_DATA
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/lib/
H A Dgetuser.S19 * Inputs: %eax contains the address
21 * Outputs: %eax is error code (0 or -EFAULT)
32 cmpl TI_addr_limit(%edx),%eax
34 1: movzbl (%eax),%edx
35 xorl %eax,%eax
42 addl $1,%eax
45 cmpl TI_addr_limit(%edx),%eax
47 2: movzwl -1(%eax),%edx
48 xorl %eax,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/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-WNDR4500-V1.0.1.40_1.0.68/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...]
H A Dmpih-rshift.S60 leal 4(%edi),%eax
61 cmpl %esi,%eax
63 leal (%edi,%ebp,4),%eax
64 cmpl %eax,%esi
70 xorl %eax,%eax
71 shrdl %cl,%edx,%eax /* compute carry limb */
72 pushl %eax /* push carry limb onto stack */
79 movl (%edi),%eax /* fetch destination cache line */
82 Roop: movl 28(%edi),%eax /* fetc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/asm686/
H A Dmatch.S98 movl dsPrevLen(%edx), %eax
100 cmpl %ebx, %eax
101 movl dsWMask(%edx), %eax
114 orl %eax, %ebx
119 movl dsNiceMatch(%edx), %eax
121 cmpl %eax, %ebx
123 movl %eax, %ebx
137 movl %edi, %eax
138 negl %eax
139 andl $3, %eax
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dhead.S40 movl $(__KERNEL_DS), %eax
41 movl %eax, %ds
42 movl %eax, %es
43 movl %eax, %ss
58 movl $user_stack_end, %eax
59 addl %ebp, %eax
60 movl %eax, %esp
63 testl %eax, %eax
84 movl output_len(%ebp), %eax
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/asm686/
H A Dmatch.S98 movl dsPrevLen(%edx), %eax
100 cmpl %ebx, %eax
101 movl dsWMask(%edx), %eax
114 orl %eax, %ebx
119 movl dsNiceMatch(%edx), %eax
121 cmpl %eax, %ebx
123 movl %eax, %ebx
137 movl %edi, %eax
138 negl %eax
139 andl $3, %eax
[all...]

Completed in 146 milliseconds

123456789