Searched refs:edi (Results 1 - 25 of 147) sorted by path

123456

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dlinux-unwind.h170 fs->regs.reg[7].loc.offset = (long)&sc->REG_NAME(edi) - new_cfa;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgo32-nat.c684 #define D_REGS edi.dr
H A Di386gnu-nat.c54 REG_OFFSET (uesp), REG_OFFSET (ebp), REG_OFFSET (esi), REG_OFFSET (edi),
H A Dlynx-nat.c51 X (edi),
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c144 #define r_di edi
329 r.x.edi = FP_OFF (&reg);
405 reg.edi = (WORD) &PktReceiver;
757 ReadRealMem (&pktInfo.majVer, DOS_ADDR(reg.es,reg.edi), PKT_PARAM_SIZE);
/freebsd-11-stable/contrib/xz/src/liblzma/check/
H A Dcrc32_x86.S90 * %edi size or buf + size
98 pushl %edi
101 movl 0x18(%esp), %edi /* size */
144 cmpl $16, %edi
158 decl %edi
165 * available. Make %edi multiple of eight bytes. Store the possible
168 movl %edi, 0x18(%esp)
169 andl $-8, %edi
170 subl %edi, 0x18(%esp)
173 * Let %edi b
[all...]
H A Dcrc64_x86.S81 * %edi size or buf + size
88 pushl %edi
91 movl 0x18(%esp), %edi /* size */
135 cmpl $8, %edi
151 decl %edi
157 * available. Make %edi multiple of four bytes. Store the possible
160 movl %edi, 0x18(%esp)
161 andl $-4, %edi
162 subl %edi, 0x18(%esp)
165 * Let %edi b
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dpkinit.c618 ExternalPrincipalIdentifiers *edi = r.trustedCertifiers; local
636 maxedi = edi->len;
645 if (edi->val[i].issuerAndSerialNumber == NULL)
655 ret = decode_IssuerAndSerialNumber(edi->val[i].issuerAndSerialNumber->data,
656 edi->val[i].issuerAndSerialNumber->length,
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl54 $i1="%edi";
60 $arg0d=$win64?"%ecx":"%edi";
144 shl \$6,%edi # process grandRounds
254 shl \$6,%edi # process grandRounds
412 mov %edi,${keyend}d # put away arguments, keyBitLength
/freebsd-11-stable/crypto/openssl/engines/
H A De_padlock.c357 "movl %%ebx,(%%edi)\n"
358 "movl %%edx,4(%%edi)\n"
359 "movl %%ecx,8(%%edi)\n"
523 _asm mov edi,outp \
535 _asm mov edi,ecx local
616 mov edi,ecx local
/freebsd-11-stable/lib/libc/amd64/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 Drfork_thread.S38 * %edi %rsi %rdx %rcx
78 movl %eax, %edi
H A Dsetjmp.S94 movl -4(%rsp),%edi
95 andl $0x3f,%edi
96 xorl %eax,%edi
97 movl %edi,-4(%rsp)
/freebsd-11-stable/lib/libc/amd64/stdlib/
H A Ddiv.S12 movl %edi,%eax
/freebsd-11-stable/lib/libc/i386/gen/
H A D_setjmp.S57 movl %edi,20(%eax)
72 movl 20(%edx),%edi
H A Dsetjmp.S66 movl %edi,20(%ecx)
88 movl 20(%edx),%edi
H A Dsigsetjmp.S75 movl %edi,20(%ecx)
99 movl 20(%edx),%edi
/freebsd-11-stable/lib/libc/i386/string/
H A Dbcmp.S42 pushl %edi
44 movl 12(%esp),%edi
62 popl %edi
H A Dbcopy.S54 pushl %edi
56 movl 12(%esp),%edi
58 movl %edi,%eax
61 movl 16(%esp),%edi
64 movl %edi,%edx
77 popl %edi
81 addl %ecx,%edi /* copy backwards. */
86 decl %edi
93 subl $3,%edi
96 popl %edi
[all...]
H A Dbzero.S43 pushl %edi
45 movl 12(%esp),%edi
59 movl %edi,%edx /* compute misalignment */
80 popl %edi
H A Dmemchr.S43 pushl %edi
44 movl 8(%esp),%edi /* string address */
52 leal -1(%edi),%eax /* adjust result of scan */
53 popl %edi
57 popl %edi
H A Dmemcmp.S42 pushl %edi
44 movl 12(%esp),%edi
62 popl %edi
66 subl %ecx,%edi /* four pairs of bytes do not */
70 L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */
74 popl %edi
H A Dmemset.S44 pushl %edi
46 movl 12(%esp),%edi
49 pushl %edi /* push address of buffer */
66 movl %edi,%edx /* compute misalignment */
88 popl %edi
H A Dstrcat.S50 pushl %edi /* save edi */
51 movl 8(%esp),%edi /* dst address */
53 pushl %edi /* push destination address */
61 leal -1(%edi),%ecx /* correct dst address */
99 popl %edi /* restore edi */
H A Dswab.S49 pushl %edi
51 movl 16(%esp),%edi
97 L4: popl %edi

Completed in 291 milliseconds

123456