Home
last modified time | relevance | path

Searched refs:esi (Results 1 – 25 of 72) sorted by relevance

123

/arch/x86/lib/
Dchecksum_32.S50 pushl %esi
54 movl 12(%esp),%esi # Function arg: unsigned char *buff
55 testl $3, %esi # Check alignment.
57 testl $1, %esi # Check alignment.
63 movzbl (%esi), %ebx
66 inc %esi
67 testl $2, %esi
74 1: movw (%esi), %bx
75 addl $2, %esi
82 testl %esi, %esi
[all …]
Dcmpxchg8b_emu.S27 cmpl 0(%esi), %eax
29 cmpl 4(%esi), %edx
32 movl %ebx, 0(%esi)
33 movl %ecx, 4(%esi)
41 movl 0(%esi), %eax
42 movl 4(%esi), %edx
61 cmpl PER_CPU_VAR(0(%esi)), %eax
63 cmpl PER_CPU_VAR(4(%esi)), %edx
66 movl %ebx, PER_CPU_VAR(0(%esi))
67 movl %ecx, PER_CPU_VAR(4(%esi))
[all …]
Datomic64_cx8_32.S28 cmpxchg8b (%esi)
37 cmpxchg8b (%esi)
47 pushl %esi
50 movl %eax, %esi
58 \ins\()l %esi, %ebx
68 popl %esi
82 read64 %esi
89 cmpxchg8b (%esi)
106 read64 %esi
114 cmpxchg8b (%esi)
[all …]
Datomic64_386_32.S43 #define v %esi
51 #define v %esi
100 #define v %esi
108 #define v %esi
120 #define v %esi
128 #define v %esi
140 #define v %esi
162 #define v %esi
183 #define v %esi
Dmsr-reg.S25 movl 24(%rdi), %esi
34 movl %esi, 24(%r10)
53 pushl %esi
61 movl 24(%eax), %esi
73 movl %esi, 24(%eax)
77 popl %esi
/arch/x86/math-emu/
Dwm_shrx.S39 pushl %esi
41 movl PARAM1,%esi
47 movl (%esi),%ebx /* lsl */
48 movl 4(%esi),%edx /* msl */
53 movl %ebx,(%esi)
54 movl %edx,4(%esi)
56 popl %esi
65 movl (%esi),%eax /* lsl */
66 movl 4(%esi),%edx /* msl */
69 movl %edx,(%esi)
[all …]
Dshr_Xsig.S28 pushl %esi
30 movl PARAM1,%esi
36 movl (%esi),%eax /* lsl */
37 movl 4(%esi),%ebx /* midl */
38 movl 8(%esi),%edx /* msl */
42 movl %eax,(%esi)
43 movl %ebx,4(%esi)
44 movl %edx,8(%esi)
46 popl %esi
55 movl 4(%esi),%eax /* midl */
[all …]
Dmul_Xsig.S32 pushl %esi
34 movl PARAM1,%esi
41 movl (%esi),%eax /* lsl of Xsig */
45 movl 4(%esi),%eax /* midl of Xsig */
51 movl 8(%esi),%eax /* msl of Xsig */
57 movl %eax,(%esi)
59 movl %eax,4(%esi)
61 movl %eax,8(%esi)
63 popl %esi
73 pushl %esi
[all …]
Dwm_sqrt.S84 pushl %esi
88 movl PARAM1,%esi
90 movl SIGH(%esi),%eax
91 movl SIGL(%esi),%ecx
96 cmpw EXP_BIAS,EXP(%esi)
123 movl %edx,%esi /* Our first guess */
141 divl %esi /* current estimate */
142 shrl %esi /* divide by 2 */
143 addl %eax,%esi /* the new estimate */
146 divl %esi
[all …]
Dround_Xsig.S31 pushl %esi
33 movl PARAM1,%esi
35 movl 8(%esi),%edx
36 movl 4(%esi),%ebx
37 movl (%esi),%eax
72 movl %edx,8(%esi)
73 movl %ebx,4(%esi)
74 movl %eax,(%esi)
78 popl %esi
91 pushl %esi
[all …]
Ddiv_small.S26 pushl %esi
28 movl PARAM1,%esi /* pointer to num */
31 movl 4(%esi),%eax /* Get the current num msw */
35 movl %eax,4(%esi)
37 movl (%esi),%eax /* Get the num lsw */
40 movl %eax,(%esi)
44 popl %esi
Dreg_u_mul.S55 pushl %esi
59 movl PARAM1,%esi
63 testl $0x80000000,SIGH(%esi)
72 movl SIGL(%esi),%eax
77 movl SIGL(%esi),%eax
83 movl SIGH(%esi),%eax
89 movl SIGH(%esi),%eax
145 popl %esi
Dreg_u_add.S38 pushl %esi
42 movl PARAM1,%esi /* source 1 */
51 movl SIGL(%esi),%ebx
52 movl SIGH(%esi),%eax
54 movl %edi,%esi
74 testl $0x80000000,SIGH(%esi)
133 addl SIGL(%esi),%ebx
134 adcl SIGH(%esi),%eax
165 popl %esi
Dpolynom_Xsig.S44 pushl %esi
48 movl PARAM2,%esi /* x */
73 mull (%esi) /* x ls long */
77 mull 4(%esi) /* x ms long */
83 mull (%esi) /* x ls long */
89 mull 4(%esi) /* x ms long */
96 movl (%esi),%eax
98 movl 4(%esi),%eax
134 popl %esi
Ddiv_Xsig.S85 pushl %esi
89 movl PARAM1,%esi /* pointer to num */
116 movl XsigH(%esi),%eax
119 movl XsigL(%esi),%eax
122 movl XsigLL(%esi),%eax
329 movl PARAM3,%esi /* pointer to answer */
332 movl %eax,XsigLL(%esi)
334 movl %eax,XsigL(%esi)
336 movl %eax,XsigH(%esi)
341 popl %esi
Dreg_u_div.S85 pushl %esi
89 movl REGA,%esi
93 movswl EXP(%esi),%edx
122 movl SIGH(%esi),%edx /* Dividend */
123 movl SIGL(%esi),%eax /* Dividend */
182 movl SIGL(%esi),%eax
184 movl SIGH(%esi),%eax
190 movl SIGL(%esi),%eax /* Get the current num */
191 movl SIGH(%esi),%edx
468 popl %esi
Dreg_u_sub.S39 pushl %esi
43 movl PARAM1,%esi /* source 1 */
56 testl $0x80000000,SIGH(%esi)
159 movl SIGL(%esi),%ecx
162 movl SIGH(%esi),%ecx
271 popl %esi
/arch/x86/include/asm/
Dstring_32.h55 long esi, edi; in __constant_memcpy() local
87 esi = (long)from; in __constant_memcpy()
93 : "=&c" (ecx), "=&D" (edi), "=&S" (esi) in __constant_memcpy()
94 : "0" (n / 4), "1" (edi), "2" (esi) in __constant_memcpy()
101 : "=&D"(edi), "=&S"(esi) in __constant_memcpy()
102 : "0"(edi), "1"(esi) in __constant_memcpy()
106 : "=&D"(edi), "=&S"(esi) in __constant_memcpy()
107 : "0"(edi), "1"(esi) in __constant_memcpy()
111 : "=&D"(edi), "=&S"(esi) in __constant_memcpy()
112 : "0"(edi), "1"(esi) in __constant_memcpy()
[all …]
/arch/x86/crypto/
Dtwofish-i586-asm_32.S72 mov s2(%ebp,%edi,4),%esi;\
78 xor s3(%ebp,%edi,4),%esi;\
82 xor (%ebp,%edi,4), %esi;\
87 xor s1(%ebp,%edi,4),%esi;\
89 add d ## D, %esi;\
90 add %esi, d ## D;\
91 add k+round(%ebp), %esi;\
92 xor %esi, c ## D;\
110 mov s2(%ebp,%edi,4),%esi;\
116 xor s3(%ebp,%edi,4),%esi;\
[all …]
/arch/x86/kernel/
Drelocate_kernel_32.S44 pushl %esi
64 movl 20+20(%esp), %esi /* preserve_context */
157 testl %esi, %esi
164 xorl %esi, %esi
218 popl %esi
232 pushl %esi
258 movl %ecx, %esi /* For every source page do a copy */
259 andl $0xfffff000, %esi
262 movl %esi, %ebp
269 movl %eax, %esi
[all …]
/arch/x86/boot/compressed/
Dhead_32.S58 leal (BP_scratch+4)(%esi), %esp
87 movl BP_kernel_alignment(%esi), %eax
100 addl BP_init_size(%esi), %ebx
114 pushl %esi
115 leal (_bss@GOTOFF-4)(%edx), %esi
122 popl %esi
159 pushl %esi /* real mode pointer */
Defi_mixed.S53 mov 4(%rdx), %esi
97 movl %esi, 0x0(%rsp)
168 popl %esi
169 movl %esi, 8(%ebx)
278 movl %esp, %esi
279 movl $PAGE_SIZE, BP_kernel_alignment(%esi)
280 movl $_end - 1b, BP_init_size(%esi)
281 subl $startup_32 - 1b, BP_init_size(%esi)
/arch/ia64/kernel/
Desi.c104 ia64_esi_desc_entry_point_t *esi = (void *)p; in ia64_esi_call() local
105 if (!efi_guidcmp(guid, esi->guid)) { in ia64_esi_call()
109 pdesc.addr = __va(esi->esi_proc); in ia64_esi_call()
110 pdesc.gp = __va(esi->gp); in ia64_esi_call()
156 ia64_esi_desc_entry_point_t *esi = (void *)p; in ia64_esi_call_phys() local
157 if (!efi_guidcmp(guid, esi->guid)) { in ia64_esi_call_phys()
161 pdesc.addr = (void *)esi->esi_proc; in ia64_esi_call_phys()
162 pdesc.gp = (void *)esi->gp; in ia64_esi_call_phys()
/arch/powerpc/platforms/pseries/
Dpapr_platform_attributes.c76 static int papr_get_attr(u64 id, struct energy_scale_attribute *esi) in papr_get_attr() argument
131 *esi = *curr_esi; in papr_get_attr()
148 struct energy_scale_attribute esi; in desc_show() local
151 ret = papr_get_attr(pattr->id, &esi); in desc_show()
155 return sysfs_emit(buf, "%s\n", esi.desc); in desc_show()
167 struct energy_scale_attribute esi; in val_show() local
170 ret = papr_get_attr(pattr->id, &esi); in val_show()
174 return sysfs_emit(buf, "%llu\n", be64_to_cpu(esi.val)); in val_show()
187 struct energy_scale_attribute esi; in val_desc_show() local
190 ret = papr_get_attr(pattr->id, &esi); in val_desc_show()
[all …]
/arch/x86/entry/
Dentry_32.S226 pushl %esi
260 popl %esi
385 movl %esp, %esi
386 movl %esi, %edi
411 testl $X86_EFLAGS_VM, PT_EFLAGS(%esi)
470 movl %esi, %ecx
477 sub %esi, %ecx
532 movl %esp, %esi
575 movl %esp, %esi
580 subl %esi, %ecx
[all …]

123