Home
last modified time | relevance | path

Searched refs:edi (Results 1 – 25 of 43) sorted by relevance

12

/dragonfly/crypto/libressl/crypto/aes/
H A Daesni-sha1-elf-x86_64.S85 movl %eax,%edi
102 andl %ebx,%edi
105 xorl %ecx,%edi
112 addl %edi,%edx
117 movl %edx,%edi
137 andl %ebp,%edi
140 xorl %eax,%edi
144 addl %edi,%ebx
150 movl %ebx,%edi
169 andl %ecx,%edi
[all …]
H A Daes-elf-x86_64.S19 movzbl %bl,%edi
26 movzbl %ch,%edi
44 movzbl %dl,%edi
51 movzbl %ah,%edi
58 movzbl %bh,%edi
73 movzbl %bl,%edi
80 movzbl %bh,%edi
89 xorl %edi,%r10d
103 xorl %edi,%r8d
218 shll $16,%edi
[all …]
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha1-elf-x86_64.S32 movl 4(%r8),%edi
50 andl %edi,%eax
54 roll $30,%edi
56 movl %edi,%eax
72 xorl %edi,%eax
79 xorl %edi,%eax
91 addl %ecx,%edi
94 addl %eax,%edi
97 movl %edi,%ecx
119 roll $30,%edi
[all …]
/dragonfly/crypto/libressl/crypto/camellia/
H A Dcmll-elf-x86_64.S10 subl %edi,%eax
11 movl $3,%edi
12 adcl $0,%edi
32 shll $6,%edi
81 movzbl %bl,%edi
86 movzbl %bh,%edi
91 movzbl %bl,%edi
95 movzbl %bh,%edi
280 movl $3,%edi
281 adcl $0,%edi
[all …]
/dragonfly/stand/boot/pc32/btx/btxldr/
H A Dbtxldr.S207 incl %edi
208 shll $0x2,%edi
209 addl $MEM_BTX_TBL,%edi
211 movl $MEM_BTX_ORG,%edi
277 pushl %edi # working
293 popl %edi # working
295 decl %edi # Segments to do
331 pushl %edi # callers
332 movl $buf,%edi # Buffer
333 pushl %edi # Save
[all …]
/dragonfly/sys/platform/pc64/icu/
H A Dicu_ipl.s110 cmpl $8,%edi
112 movl %edi,%eax /* C argument */
120 movl %edi,%eax /* C argument */
129 cmpl $8,%edi
131 movl %edi,%eax /* C argument */
139 movl %edi,%eax /* C argument */
/dragonfly/stand/lib/x86_64/
H A D_setjmp.S71 movl -4(%rsp),%edi
72 andl $0x3f,%edi
73 xorl %eax,%edi
74 movl %edi,-4(%rsp)
/dragonfly/test/sysperf/
H A Dsw.S22 pushl %edi ; \
27 popl %edi ; \
39 movl %edi,8(%esp) ; \
45 movl 8(%esp),%edi ; \
/dragonfly/lib/libc/x86_64/gen/
H A D_setjmp.S73 movl -4(%rsp),%edi
74 andl $0x3f,%edi
75 xorl %eax,%edi
76 movl %edi,-4(%rsp)
H A Dsetjmp.S94 movl -4(%rsp),%edi
95 andl $0x3f,%edi
96 xorl %eax,%edi
97 movl %edi,-4(%rsp)
/dragonfly/sys/dev/crypto/aesni/
H A Daesencdec_x86_64.S46 decl %edi
64 decl %edi
87 cmpl $12,%edi
/dragonfly/stand/boot/pc32/pxeldr/
H A Dpxeldr.S141 movl end+AOUT_ENTRY, %edi # %edi is the destination
160 addl $(MEM_PAGE_SIZE - 1), %edi # pad %edi out to a new page
161 andl $~(MEM_PAGE_SIZE - 1), %edi # for the data segment
173 movl $MEM_BTX_ORG, %edi # %edi -> where BTX needs to go
/dragonfly/stand/boot/pc32/btx/lib/
H A Dbtxcsu.S36 movl $_edata,%edi # Clear BSS
38 subl %edi,%ecx
/dragonfly/stand/lib/i386/
H A D_setjmp.S55 movl %edi,20(%eax)
68 movl 20(%edx),%edi
/dragonfly/sys/platform/pc64/acpica/
H A Dacpi_wakecode.S167 movl %eax,%edi
174 movl RECOVER_ADDR,%edi
213 jmp *%edi
/dragonfly/sys/platform/pc64/apic/
H A Dioapic_ipl.s78 movl %edi, %eax
95 movl %edi, %eax
/dragonfly/stand/boot/pc32/libi386/
H A Dbiossmap.c63 v86.edi = VTOPOFF(&smap); in bios_getsmap()
83 v86.edi = VTOPOFF(&smap); in bios_getsmap()
H A Dbiospci.c211 v86.edi = 0x0; in biospci_enumerate()
254 v86.edi = 0x0; in biospci_enumerate()
/dragonfly/test/nvmm/demo/smallkern/
H A Dlocore.S235 movl $_C_LABEL(__smallkern_end),%edi
238 movl %edi,%esi
248 movl %esi,%edi
454 movl %edi,%edx
/dragonfly/stand/boot/pc32/btx/btx/
H A Dbtx.S618 leal -0x44(%esi),%edi # %edi => kernel stack seg regs
713 leal -0x18(%esi),%edi # Kernel stack GP regs
729 leal V86_GS(%ecx),%edi # %edi => btx_v86 seg regs
962 movl $0xb8000,%edi # Regen buffer (color)
975 movw %ax,(%edi,%ecx,1) # Write attr:char
983 leal 2*SCR_COL(%edi),%esi # New top line
/dragonfly/lib/libc/x86_64/string/
H A Dffs.S37 bsfl %edi,%eax
H A Dfls.S37 bsrl %edi,%eax
/dragonfly/lib/libc/x86_64/stdlib/
H A Ddiv.S13 movl %edi,%eax
/dragonfly/contrib/openbsd_libm/arch/amd64/
H A Ds_scalbnf.S16 movl %edi,-4(%rsp)
/dragonfly/contrib/gdb-7/gdb/regformats/i386/
H A Di386-mmx.dat12 32:edi

12