Searched refs:esi (Results 1 - 25 of 136) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dshr_Xsig.S27 pushl %esi
29 movl PARAM1,%esi
35 movl (%esi),%eax /* lsl */
36 movl 4(%esi),%ebx /* midl */
37 movl 8(%esi),%edx /* msl */
41 movl %eax,(%esi)
42 movl %ebx,4(%esi)
43 movl %edx,8(%esi)
45 popl %esi
54 movl 4(%esi),
[all...]
H A Dwm_shrx.S38 pushl %esi
40 movl PARAM1,%esi
46 movl (%esi),%ebx /* lsl */
47 movl 4(%esi),%edx /* msl */
52 movl %ebx,(%esi)
53 movl %edx,4(%esi)
55 popl %esi
64 movl (%esi),%eax /* lsl */
65 movl 4(%esi),%edx /* msl */
68 movl %edx,(%esi)
[all...]
H A Ddiv_small.S25 pushl %esi
27 movl PARAM1,%esi /* pointer to num */
30 movl 4(%esi),%eax /* Get the current num msw */
34 movl %eax,4(%esi)
36 movl (%esi),%eax /* Get the num lsw */
39 movl %eax,(%esi)
43 popl %esi
H A Dmul_Xsig.S31 pushl %esi
33 movl PARAM1,%esi
40 movl (%esi),%eax /* lsl of Xsig */
44 movl 4(%esi),%eax /* midl of Xsig */
50 movl 8(%esi),%eax /* msl of Xsig */
56 movl %eax,(%esi)
58 movl %eax,4(%esi)
60 movl %eax,8(%esi)
62 popl %esi
71 pushl %esi
[all...]
H A Dround_Xsig.S30 pushl %esi
32 movl PARAM1,%esi
34 movl 8(%esi),%edx
35 movl 4(%esi),%ebx
36 movl (%esi),%eax
71 movl %edx,8(%esi)
72 movl %ebx,4(%esi)
73 movl %eax,(%esi)
77 popl %esi
90 pushl %esi
[all...]
H A Dwm_sqrt.S25 | The guess is kept in %esi:%edi |
83 pushl %esi
87 movl PARAM1,%esi
89 movl SIGH(%esi),%eax
90 movl SIGL(%esi),%ecx
95 cmpw EXP_BIAS,EXP(%esi)
122 movl %edx,%esi /* Our first guess */
140 divl %esi /* current estimate */
141 shrl %esi /* divide by 2 */
142 addl %eax,%esi /* th
[all...]
H A Dpolynom_Xsig.S43 pushl %esi
47 movl PARAM2,%esi /* x */
72 mull (%esi) /* x ls long */
76 mull 4(%esi) /* x ms long */
82 mull (%esi) /* x ls long */
88 mull 4(%esi) /* x ms long */
95 movl (%esi),%eax
97 movl 4(%esi),%eax
133 popl %esi
H A Dreg_u_add.S37 pushl %esi
41 movl PARAM1,%esi /* source 1 */
50 movl SIGL(%esi),%ebx
51 movl SIGH(%esi),%eax
53 movl %edi,%esi
73 testl $0x80000000,SIGH(%esi)
132 addl SIGL(%esi),%ebx
133 adcl SIGH(%esi),%eax
164 popl %esi
H A Dreg_u_mul.S54 pushl %esi
58 movl PARAM1,%esi
62 testl $0x80000000,SIGH(%esi)
71 movl SIGL(%esi),%eax
76 movl SIGL(%esi),%eax
82 movl SIGH(%esi),%eax
88 movl SIGH(%esi),%eax
144 popl %esi
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A Dchecksum.S53 pushl %esi
55 CFI_REL_OFFSET esi, 0
61 movl 12(%esp),%esi # Function arg: unsigned char *buff
62 testl $3, %esi # Check alignment.
64 testl $1, %esi # Check alignment.
70 movzbl (%esi), %ebx
73 inc %esi
74 testl $2, %esi
81 1: movw (%esi), %bx
82 addl $2, %esi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dchecksum.S52 pushl %esi
56 movl 12(%esp),%esi # Function arg: unsigned char *buff
57 testl $2, %esi # Check alignment.
63 1: movw (%esi), %bx
64 addl $2, %esi
71 testl %esi, %esi
72 1: movl (%esi), %ebx
74 movl 4(%esi), %ebx
76 movl 8(%esi),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i586/
H A Dmpih-add1.S42 pushl %esi
47 movl 24(%esp),%esi /* s1_ptr */
65 L1: movl (%esi),%eax
66 movl 4(%esi),%edx
74 L2: movl 8(%esi),%eax
75 movl 12(%esi),%edx
83 L3: movl 16(%esi),%eax
84 movl 20(%esi),%edx
92 L4: movl 24(%esi),%eax
93 movl 28(%esi),
[all...]
H A Dmpih-sub1.S50 pushl %esi
55 movl 24(%esp),%esi /* s1_ptr */
73 L1: movl (%esi),%eax
74 movl 4(%esi),%edx
82 L2: movl 8(%esi),%eax
83 movl 12(%esi),%edx
91 L3: movl 16(%esi),%eax
92 movl 20(%esi),%edx
100 L4: movl 24(%esi),%eax
101 movl 28(%esi),
[all...]
H A Dmpih-lshift.S48 pushl %esi
53 movl 24(%esp),%esi /* s_ptr */
60 leal 4(%esi),%eax
63 leal (%esi,%ebp,4),%eax
69 leal -4(%esi,%ebp,4),%esi
71 movl (%esi),%edx
72 subl $4,%esi
88 movl (%esi),%eax
89 movl -4(%esi),
[all...]
H A Dmpih-rshift.S48 pushl %esi
53 movl 24(%esp),%esi /* s_ptr */
61 cmpl %esi,%eax
64 cmpl %eax,%esi
68 movl (%esi),%edx
69 addl $4,%esi
85 movl (%esi),%eax
86 movl 4(%esi),%edx
92 movl 8(%esi),%ebx
93 movl 12(%esi),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i386/
H A Dmpih-rshift.S47 pushl %esi
51 movl 20(%esp),%esi /* up */
56 leal (%esi,%edx,4),%esi
59 movl (%esi,%edx,4),%ebx /* read least significant limb */
70 Loop2: movl (%esi,%edx,4),%ebx /* load next higher limb */
74 L2: movl (%esi,%edx,4),%eax
86 popl %esi
94 popl %esi
H A Dmpih-lshift.S46 pushl %esi
50 movl 20(%esp),%esi /* s_ptr */
54 subl $4,%esi /* adjust s_ptr */
56 movl (%esi,%edx,4),%ebx /* read most significant limb */
67 Loop: movl (%esi,%edx,4),%ebx /* load next lower limb */
71 L1: movl (%esi,%edx,4),%eax
83 popl %esi
91 popl %esi
H A Dmpih-add1.S48 pushl %esi
51 movl 16(%esp),%esi /* s1_ptr */
63 subl %eax,%esi /* ... by a constant when we ... */
80 Loop: movl (%esi),%eax
83 movl 4(%esi),%eax
86 movl 8(%esi),%eax
89 movl 12(%esi),%eax
92 movl 16(%esi),%eax
95 movl 20(%esi),%eax
98 movl 24(%esi),
[all...]
H A Dmpih-sub1.S49 pushl %esi
52 movl 16(%esp),%esi /* s1_ptr */
64 subl %eax,%esi /* ... by a constant when we ... */
81 Loop: movl (%esi),%eax
84 movl 4(%esi),%eax
87 movl 8(%esi),%eax
90 movl 12(%esi),%eax
93 movl 16(%esi),%eax
96 movl 20(%esi),%eax
99 movl 24(%esi),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/asm/
H A Dfips-dx86-elf.s15 pushl %esi
19 movl 12(%esp), %esi
23 movl (%esi), %eax
25 movl 4(%esi), %edi
29 movl %eax, %esi
32 xorl %eax, %esi
37 xorl %esi, %edi
40 xorl %edi, %esi
44 xorl %esi, %eax
47 xorl %eax, %esi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/sha1/asm/
H A Dsx86-elf.s16 pushl %esi
18 movl 12(%esp), %esi
20 addl %esi, %ecx
32 movl (%esi), %eax
33 movl 4(%esi), %ecx
44 movl 8(%esi), %eax
45 movl 12(%esi), %ecx
56 movl 16(%esi), %eax
57 movl 20(%esi), %ecx
68 movl 24(%esi),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Desi.c12 #include <asm/esi.h>
19 #define MODULE_NAME "esi"
54 unsigned long esi = 0; local
62 esi = config_tables[i].table;
67 if (!esi)
70 systab = __va(esi);
116 ia64_esi_desc_entry_point_t *esi = (void *)p; local
117 if (!efi_guidcmp(guid, esi->guid)) {
121 pdesc.addr = __va(esi->esi_proc);
122 pdesc.gp = __va(esi
168 ia64_esi_desc_entry_point_t *esi = (void *)p; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/asm586/
H A Dmatch.S35 /* saved esi 44 */
88 pushl %esi
111 movl dsWindow(%edx), %esi
112 movl %esi, window(%esp)
114 lea (%esi,%ebp), %edi
161 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
163 addl %eax, %esi
164 movl %esi, windowbestlen(%esp)
203 * %esi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S35 /* saved esi 44 */
88 pushl %esi
111 movl dsWindow(%edx), %esi
112 movl %esi, window(%esp)
114 lea (%esi,%ebp), %edi
161 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
163 addl %eax, %esi
164 movl %esi, windowbestlen(%esp)
203 * %esi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/asm686/
H A Dmatch.S35 /* saved esi 44 */
80 pushl %esi
128 movl dsWindow(%edx), %esi
129 movl %esi, window(%esp)
131 lea (%esi,%ebp), %edi
157 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
159 addl %eax, %esi
160 movl %esi, windowbestlen(%esp)
195 * %esi
[all...]

Completed in 309 milliseconds

123456