Home
last modified time | relevance | path

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

1234

/titanic_41/usr/src/lib/libc/i386/gen/
H A D_div64.s198 pushl %esi
204 movl %edi, %esi /, tmp62
212 xorl %esi, %esi / <result>
218 addl %eax, %esi / q0, <result>
222 movl %esi, %eax / <result>, <result>
223 popl %esi
232 cmpl %esi, %eax / tmp62, tmp5
236 movl 72(%esp), %esi / pmod,
239 movl %ebp, (%esi)
240 movl %ecx, 4(%esi)
[all …]
H A Dmemcpy.s38 pushl %esi
40 movl 12(%esp),%esi / %esi = source address
51 popl %esi / restore register variables
58 pushl %edi / save off %edi, %esi and move destination
60 pushl %esi
64 movl 8+ 8(%esp),%esi / source buffer address
67 cmpl %esi,%edi / if (source addr > dest addr)
68 leal -1(%esi,%ecx),%edx
77 movl %esi,%ecx / get source buffer 4 byte aligned
92 popl %esi / }
[all …]
H A Dmemccpy.s35 pushl %esi / save register variable
37 movl 12(%esp),%esi / %esi = address of source string
43 movb (%esi),%dl
50 movb 1(%esi),%dl
57 movb 2(%esi),%dl
64 movb 3(%esi),%dl
66 addl $4,%esi
73 popl %esi / restore register variable
81 popl %esi / restore register variable
87 popl %esi / restore register variable
H A Dstrncmp.s31 pushl %esi / save register variables
32 movl 8(%esp),%esi / %esi = first string
35 cmpl %esi,%edi / same string?
42 movb (%esi),%al / slodb ; scab
50 movb 1(%esi),%al / slodb ; scab
58 movb 2(%esi),%al / slodb ; scab
66 movb 3(%esi),%al / slodb ; scab
69 addl $4,%esi
75 popl %esi / restore registers
88 popl %esi / restore registers
H A Dwsncmp.s41 pushl %esi / save register variables
42 movl 8(%esp),%esi / %esi = first string
45 cmpl %esi,%edi / same string?
52 movl (%esi),%eax / slodb ; scab
60 movl 4(%esi),%eax / slodb ; scab
68 movl 8(%esi),%eax / slodb ; scab
76 movl 12(%esi),%eax / slodb ; scab
79 addl $16,%esi
85 popl %esi / restore registers
98 popl %esi / restore registers
H A D_divdi3.s129 pushl %esi
134 movl 32(%esp), %esi / y, y
141 movl %esi, %eax / y, yt
152 popl %esi
159 popl %esi
172 movl %esi, %eax / y, yt
210 pushl %esi
213 movl 32(%esp), %esi / x,
218 movl %esi, (%esp) /, xt
222 movl %eax, %esi / y, yt
[all …]
H A Dldivide.s42 pushl %esi
63 xorl %esi,%esi / initialize remainder to 0
64 movl %esi,%edi
68 rcll $1,%esi / remainder * 2
73 sbbl rop+4(%esp),%esi
78 adcl rop+4(%esp),%esi
83 / at this point, %edx:%eax has the quotient and %edi:%esi has the remainder
85 popl %esi
H A Dstrchr.s59 push %esi
71 mov (%eax), %esi / load src word
73 mov %esi, %ebx / copy word
74 lea -0x01010101(%esi), %ecx / (word - 0x01010101)
76 not %esi / ~word
77 and $0x80808080, %esi / ~word & 0x80808080
78 and %ecx, %esi / (wd - 0x01010101) & ~wd & 0x80808080
88 pop %esi / restore esi ebx as per calling cvntn
H A Dstrncat.s66 pushl %esi
93 movl 20(%esp), %esi / %esi = number of bytes
97 cmpl $4, %esi / if number of bytes < 4
111 subl $4, %esi / decrement number of bytes by 4
113 cmpl $4, %esi / if number of bytes >= 4
121 cmpl $0, %esi / if number of bytes == 0
124 decl %esi / decrement number of bytes by 1
135 cmpl $0, %esi / if number of bytes == 0
138 decl %esi / decrement number of bytes by 1
150 popl %esi / restore register variables
H A D_mul64.s49 pushl %esi
54 movl %eax,%esi / Save A.lo for later
57 xchg %eax,%esi / esi is bd, eax = A.lo (d)
60 movl %esi,%edx
62 popl %esi
/titanic_41/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s36 pushl %esi / save off %edi, %esi and move destination
39 movl 8+ 8(%esp),%esi / source buffer address
44 cmpl %esi,%edi / if (source addr > dest addr)
45 leal -1(%esi,%ecx),%edx / %edx = src + size - 1
52 pushl %esi
57 movl 8+8(%esp),%esi / %esi = source address
110 prefetcht0 568(%esi) / prefetch source & copy 64 byte at a time
112 movaps 0(%esi), %xmm0
114 movaps 16(%esi), %xmm1
116 movaps 32(%esi), %xmm2
[all …]
H A Dmemset.s63 pushl %esi / for alignment work
70 movl %edi, %esi / esi is scratch register
71 andl $63, %esi / bytes to align to 64 byte align addr
72 neg %esi / compute count of bytes
73 addl $64, %esi / needed to align
74 andl $63, %esi / to 64 byte align addr
76 subl %esi, %ebx / ebx contains remainder of bytes to set
77 movl %esi, %ecx / alignment bytes
80 movl %esi,%ecx
118 popl %esi / restore stack config
[all …]
/titanic_41/usr/src/common/util/i386/
H A Dmuldiv.s74 pushl %esi
79 movl %eax,%esi / Save A.lo for later
82 xchg %eax,%esi / esi is bd, eax = A.lo (d)
85 movl %esi,%edx
87 popl %esi
244 pushl %esi
250 movl %edi, %esi /, tmp62
258 xorl %esi, %esi / <result>
264 addl %eax, %esi / q0, <result>
268 movl %esi, %eax / <result>, <result>
[all …]
/titanic_41/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s211 #define rsid esi
336 movzx %al, %esi; \
341 movzx %al, %esi; \
346 movzx %bl, %esi; \
351 movzx %bl, %esi; \
356 movzx %cl, %esi; \
361 movzx %cl, %esi; \
366 movzx %dl, %esi; \
371 movzx %dl, %esi; \
390 movzx %al, %esi; \
[all …]
/titanic_41/usr/src/lib/commpage/i386/
H A Dcp_subr.s36 pushl %esi
41 movl CP_TSC_NCPU(%edi), %esi
45 cmpl $0, %esi
49 popl %esi
61 leal CP_TSC_SYNC_TICK_DELTA(%edi), %esi
62 leal (%esi, %ecx, 8), %ecx
68 cmpl $0, %esi
109 cmpl $0, %esi
117 movl (%esp), %esi
118 cmpl %ecx, %esi
[all …]
/titanic_41/usr/src/uts/i86pc/ml/
H A Dfb_swtch_src.s74 1: movl FB_DEST_PA(fbf), %esi; \
75 addl FB_SEC_OFFSET(fbs), %esi; \
112 movl 0x4(%esp), %esi /* address of fastboot info struct */
196 movl FB_SECTCNT(%rdi), %esi
197 cmpl $0, %esi
258 movl FI_LAST_TABLE_PA(%esp), %esi /* page table PA */
369 pushl %esi
377 popl %esi
395 pushl %esi
397 movl %esi, %ebp /* Save page table PA in %ebp */
[all …]
/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s103 movl %esp,%esi / use esi as a pointer to &eb[0]
104 movl $EB_ARGV,0(%esi) / set up tag for argv
106 movl %eax,4(%esi) / put after tag
107 movl $EB_ENVP,8(%esi) / set up tag for envp
111 movl %edi,12(%esi) / set envp
115 movl $EB_AUXV,16(%esi) / set up tag for auxv
116 movl %edi,20(%esi) / point to auxv
117 movl $EB_NULL,24(%esi) / set up NULL tag
124 pushl %esi / push &eb[0]
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dovbcopy.s108 pushl %esi
110 movl 12(%esp),%esi
115 subl %esi,%eax
128 popl %esi
133 addl %ecx,%esi
135 decl %esi
142 subl $3,%esi
147 popl %esi
H A Dswtch.s166 movl %esi, T_ESI(thread_t); \
188 movl T_ESI(scratch_reg), %esi; \
424 movl CPU_THREAD(%ebx), %esi /* %esi = curthread */
437 movl T_CTX(%esi), %eax /* should current thread savectx? */
440 pushl %esi /* arg = thread pointer */
448 movl T_PROCP(%esi), %eax /* %eax = proc */
477 movb $0, T_LOCK(%esi)
500 LOADCPU(%esi) /* load current CPU pointer */
503 cmpl %esi, T_CPU(%edi)
513 movl CPU_TSS(%esi), %ecx
[all …]
H A Dsseblk.s182 pushl %esi
183 ASSERT_KPREEMPT_DISABLED(%esi, %ebx, .not_disabled)
184 popl %esi
353 pushl %esi
354 ASSERT_KPREEMPT_DISABLED(%esi, %ebx, .not_disabled)
355 popl %esi
482 pushl %esi
485 movl 12(%esp), %esi
487 addl %ecx, %esi
490 movl (%esi, %ecx), %eax
[all …]
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c904 ephemeral_servinfo_t *esi, *esi_first; in nfs4_trigger_domount_args_create() local
1002 esi = nfs4_trigger_esi_create(vp, svp, cr); in nfs4_trigger_domount_args_create()
1003 if (esi == NULL) in nfs4_trigger_domount_args_create()
1016 next = nfs4_trigger_nargs_create(mi, svp, esi); in nfs4_trigger_domount_args_create()
1021 esi_first = esi; in nfs4_trigger_domount_args_create()
1028 (void) strlcat(hostlist, esi->esi_hostname, in nfs4_trigger_domount_args_create()
1031 nfs4_trigger_esi_destroy(esi, vp); in nfs4_trigger_domount_args_create()
1087 ephemeral_servinfo_t *esi; in nfs4_trigger_esi_create() local
1094 esi = nfs4_trigger_esi_create_mirrormount(vp, svp); in nfs4_trigger_esi_create()
1096 esi = nfs4_trigger_esi_create_referral(vp, cr); in nfs4_trigger_esi_create()
[all …]
/titanic_41/usr/src/lib/libtnfctl/
H A Di386_assm.s63 pushl %esi
69 movl 8(%ebp), %esi
70 pushl %esi
81 pushl %esi
91 popl %esi
/titanic_41/usr/src/uts/i86pc/sys/
H A Dasm_misc.h58 push %esi; \
62 movl $srcaddr, %esi; \
67 movzbl (%esi), %eax; \
73 inc %esi; \
80 pop %esi; \
/titanic_41/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c217 static isns_esi_tinfo_t esi; variable
516 mutex_init(&esi.esi_mutex, NULL, MUTEX_DEFAULT, NULL); in iscsit_isns_init()
520 cv_init(&esi.esi_cv, NULL, CV_DEFAULT, NULL); in iscsit_isns_init()
542 mutex_destroy(&esi.esi_mutex); in iscsit_isns_fini()
543 cv_destroy(&esi.esi_cv); in iscsit_isns_fini()
2145 mutex_enter(&esi.esi_mutex); in isnst_add_portal_attr()
2146 if (esi_info && esi.esi_valid) { in isnst_add_portal_attr()
2154 NULL, esi.esi_port) != 0) { in isnst_add_portal_attr()
2158 mutex_exit(&esi.esi_mutex); in isnst_add_portal_attr()
3004 mutex_enter(&esi.esi_mutex); in isnst_esi_start()
[all …]
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dapm.S29 pushl %esi
63 xorl %esi, %esi
78 movl %esi, ABS(EXT_C(apm_bios_info)) + 14
121 popl %esi

1234