Home
last modified time | relevance | path

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

12

/dragonfly/crypto/libressl/crypto/aes/
H A Daesni-sha1-elf-x86_64.S47 movl %ebx,%esi
88 andl %ecx,%esi
91 xorl %edx,%esi
95 addl %esi,%ebp
99 movl %ebp,%esi
119 andl %eax,%esi
122 xorl %ebx,%esi
126 addl %esi,%ecx
131 movl %ecx,%esi
153 andl %edx,%esi
[all …]
H A Daes-elf-x86_64.S18 movzbl %al,%esi
25 movzbl %bh,%esi
32 movzbl %dh,%esi
43 movzbl %cl,%esi
50 movzbl %dh,%esi
72 movzbl %al,%esi
79 movzbl %dl,%esi
93 movzbl %dh,%esi
132 xorl %esi,%r8d
210 shll $8,%esi
[all …]
H A Dvpaes-elf-x86_64.S250 cmpl $192,%esi
264 movl $10,%esi
295 movl $4,%esi
324 movl $7,%esi
613 movl %esi,%eax
629 movl %esi,%eax
637 movl %esi,%r8d
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha1-elf-x86_64.S31 movl 0(%r8),%esi
45 movl %esi,%ecx
63 andl %esi,%eax
67 roll $30,%esi
69 movl %esi,%eax
85 xorl %esi,%eax
92 xorl %esi,%eax
104 addl %ecx,%esi
107 addl %eax,%esi
110 movl %esi,%ecx
[all …]
/dragonfly/stand/boot/pc32/btx/btxldr/
H A Dbtxldr.S96 movl $m_logo,%esi # Identify
107 movl $m_mem,%esi # Display
123 movl $m_esp,%esi # Display
213 movl %ebx,%esi # %esi = BTX image source
240 movl $m_base,%esi # the
276 pushl %esi # Save
294 popl %esi # registers
330 pushl %esi # Save
337 popl %esi # Restore
343 decl %esi # Undo
[all …]
/dragonfly/crypto/libressl/crypto/camellia/
H A Dcmll-elf-x86_64.S80 movzbl %ah,%esi
84 movzbl %al,%esi
90 movzbl %ah,%esi
94 movzbl %al,%esi
107 movzbl %ah,%esi
111 movzbl %al,%esi
117 movzbl %ah,%esi
121 movzbl %al,%esi
134 movzbl %ah,%esi
138 movzbl %al,%esi
[all …]
/dragonfly/test/nvmm/demo/smallkern/
H A Dlocore.S238 movl %edi,%esi
239 addl $PGOFSET,%esi
240 andl $~PGOFSET,%esi
244 movl %esi,(%ebp)
248 movl %esi,%edi
263 leal (PROC0_PTP1_OFF)(%esi),%ebx
325 leal (PROC0_PTP2_OFF)(%esi),%ebx
326 leal (PROC0_PTP1_OFF)(%esi),%eax
334 leal (PROC0_PTP3_OFF)(%esi),%ebx
335 leal (PROC0_PTP2_OFF)(%esi),%eax
[all …]
/dragonfly/sys/platform/pc64/acpica/
H A Dacpi_wakecode.S93 mov physical_esp,%esi /* to be used in 32bit code */
121 movl %esi,%esp /* physical address stack pointer */
152 xorl %esi,%esi
155 leal (%ebx,%esi),%eax /* get TSS segment descriptor */
166 movl %eax,%esi
172 shll $16,%esi
195 movl %esi,%eax /* LDTR + TR */
/dragonfly/stand/boot/pc32/btx/btx/
H A Dbtx.S619 pushl %esi # Save
620 leal V86_ES(%ecx),%esi # %esi => btx_v86 seg regs
624 popl %esi # Restore
714 pushl %esi # Save
730 leal MEM_BTX_ESPR-0x2c,%esi # %esi => real mode seg regs
735 popl %esi # Restore
787 pushl %esi # Save
788 movsbl %al,%esi # To
789 addl %ebx,%esi # pointer
805 ldsl (%esi),%esi # Load pointer
[all …]
/dragonfly/test/sysperf/
H A Dsw.S21 pushl %esi ; \
28 popl %esi ; \
38 movl %esi,4(%esp) ; \
44 movl 4(%esp),%esi ; \
/dragonfly/stand/boot/pc32/pxeldr/
H A Dpxeldr.S142 movl $(end+AOUT_HEADER), %esi # %esi is
171 movl end+AOUT_ENTRY, %esi # %esi -> relocated loader
172 addl $MEM_BTX_LDR_OFF, %esi # %esi -> BTX in the loader
174 movzwl 0xa(%esi), %ecx # %ecx -> length of BTX
264 btx_client: movl $(MEM_BTX_USR_ARG-MEM_BTX_USR+MEM_ARG_SIZE-4), %esi
265 # %ds:(%esi) -> end
/dragonfly/lib/libc/x86_64/gen/
H A Dsigsetjmp.S53 movl %esi,88(%rdi) /* 11; savemask */
54 testl %esi,%esi
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_dp_mst.c710 u8 esi[16] = { 0 }; in radeon_dp_mst_check_status() local
716 DP_SINK_COUNT_ESI, esi, 8); in radeon_dp_mst_check_status()
719 DRM_DEBUG_KMS("got esi %02x %02x %02x\n", esi[0], esi[1], esi[2]); in radeon_dp_mst_check_status()
720 ret = drm_dp_mst_hpd_irq(&radeon_connector->mst_mgr, esi, &handled); in radeon_dp_mst_check_status()
726 DP_SINK_COUNT_ESI + 1, &esi[1], 3); in radeon_dp_mst_check_status()
732 DP_SINK_COUNT_ESI, esi, 8); in radeon_dp_mst_check_status()
734 DRM_DEBUG_KMS("got esi2 %02x %02x %02x\n", esi[0], esi[1], esi[2]); in radeon_dp_mst_check_status()
/dragonfly/stand/lib/i386/
H A D_setjmp.S54 movl %esi,16(%eax)
67 movl 16(%edx),%esi
/dragonfly/stand/boot/pc32/libi386/
H A Dx86_64_tramp.S102 movl VTOP(entry_hi), %esi
110 movl %esi, %eax
H A Dbioscd.c159 v86.esi = VTOPOFF(&bcinfo[nbcinfo].bc_sp); in bc_add()
311 v86.esi = VTOPOFF(packet); in bc_read()
/dragonfly/sys/platform/pc64/apic/
H A Dioapic_ipl.s118 movl %esi, (%rdi) /* write the target register index */
126 movl %esi, (%rdi) /* write the target register index */
/dragonfly/sys/platform/pc64/x86_64/
H A Dsupport.s345 movl %esi,%eax /* old */
616 movl %esi,(%rdi)
636 movl %esi,%eax
848 movl %esi,%eax
850 movl %esi,%edx
/dragonfly/lib/libc/x86_64/stdlib/
H A Ddiv.S15 idivl %esi
/dragonfly/contrib/gdb-7/gdb/regformats/i386/
H A Di386-mmx.dat11 32:esi
H A Di386-mmx-linux.dat11 32:esi
H A Di386.dat11 32:esi
H A Di386-linux.dat11 32:esi
/dragonfly/sys/cpu/x86_64/misc/
H A Din_cksum2.s60 movl %esi,%ecx /* %ecx = counter */
H A Dmonitor.s54 cmpl (%rax), %esi

12