Searched refs:edx (Results 1 - 25 of 201) sorted by relevance

123456789

/freebsd-13-stable/sys/crypto/openssl/i386/
H A Drmd-586.S10 movl 4(%esp),%edx
13 movl (%edx),%ecx
15 movl 4(%edx),%esi
17 movl 8(%edx),%edi
55 movl 12(%edx),%ebx
56 movl 16(%edx),%ebp
59 movl (%esp),%edx
61 addl %edx,%ecx
69 movl 4(%esp),%edx
74 addl %edx,
[all...]
H A Dco-586.S19 movl (%edi),%edx
23 mull %edx
26 adcl %edx,%ecx
27 movl (%edi),%edx
35 mull %edx
38 adcl %edx,%ebp
39 movl 4(%edi),%edx
42 mull %edx
45 adcl %edx,%ebp
46 movl (%edi),%edx
[all...]
H A Drc4-586.S15 movl 24(%esp),%edx
20 cmpl $0,%edx
25 leal (%esi,%edx,1),%ecx
32 andl $-4,%edx
35 testl $-8,%edx
44 andl $-8,%edx
45 leal -8(%esi,%edx,1),%edx
46 movl %edx,-4(%edi)
48 movl (%edi,%ebx,4),%edx
[all...]
H A Dbf-586.S26 movl 4(%ebp),%edx
28 xorl %edx,%esi
30 movl %edi,%edx
34 andl $255,%edx
40 movl 3144(%ebp,%edx,4),%edx
41 addl %edx,%ebx
46 movl 8(%ebp),%edx
48 xorl %edx,%edi
50 movl %esi,%edx
[all...]
H A Dcast-586.S25 movl (%ebp),%edx
27 addl %esi,%edx
28 roll %cl,%edx
32 andl %edx,%ebx
33 shrl $16,%edx
36 andl $255,%edx
42 movl CAST_S_table3(,%edx,4),%ebx
46 movl 8(%ebp),%edx
48 xorl %edi,%edx
49 roll %cl,%edx
[all...]
H A Dsha256-586.S30 leal OPENSSL_ia32cap_P-.L001K256(%ebp),%edx
31 movl (%edx),%ecx
32 movl 4(%edx),%ebx
35 movl 8(%edx),%edx
40 testl $536870912,%edx
59 movl 12(%edi),%edx
64 bswap %edx
66 pushl %edx
71 movl 28(%edi),%edx
[all...]
H A Dcrypt586.S20 popl %edx
21 leal _GLOBAL_OFFSET_TABLE_+[.-.L000PIC_me_up](%edx),%edx
22 movl DES_SPtrans@GOT(%edx),%edx
23 pushl %edx
30 movl %esi,%edx
31 shrl $16,%edx
33 xorl %esi,%edx
34 andl %edx,
[all...]
H A Dmd5-586.S24 movl 12(%edi),%edx
31 xorl %edx,%edi
34 xorl %edx,%edi
43 leal 3905402710(%edx,%ebp,1),%edx
46 addl %edi,%edx
47 roll $12,%edx
49 addl %eax,%edx
52 andl %edx,%edi
58 movl %edx,
[all...]
H A Dwp-mmx.S30 xorl %edx,%edx
72 movzbl %ah,%edx
76 leal (%edx,%edx,1),%edi
77 movzbl %ah,%edx
83 leal (%edx,%edx,1),%edi
84 movzbl %bh,%edx
90 leal (%edx,
[all...]
/freebsd-13-stable/stand/libsa/i386/
H A D_setjmp.S52 movl 0(%esp),%edx
53 movl %edx, 0(%eax) /* rta */
64 movl 4(%esp),%edx
66 movl 0(%edx),%ecx
67 movl 4(%edx),%ebx
68 movl 8(%edx),%esp
69 movl 12(%edx),%ebp
70 movl 16(%edx),%esi
71 movl 20(%edx),%edi
/freebsd-13-stable/contrib/processor-trace/libipt/src/posix/
H A Dpt_cpuid.c34 uint32_t *ecx, uint32_t *edx)
36 __get_cpuid(leaf, eax, ebx, ecx, edx);
33 pt_cpuid(uint32_t leaf, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dmuldi3.S19 movl 8(%esp), %edx // a.lo
21 imull %edx, %ebx // a.lo * b.hi
23 mull %edx // EDX:EAX = a.lo * b.lo
25 addl %ebx, %edx
H A Ddivdi3.S31 movl 20(%esp), %edx // high word of b
33 movl %edx, %ecx
36 xorl %ecx, %edx // EDX:EAX = (b < 0) ? not(b) : b
38 sbbl %ecx, %edx // EDX:EAX = abs(b)
39 movl %edx, 20(%esp)
43 movl 12(%esp), %edx // high word of b
45 movl %edx, %ecx
48 xorl %ecx, %edx // EDX:EAX = (a < 0) ? not(a) : a
50 sbbl %ecx, %edx // EDX:EAX = abs(a)
51 movl %edx, 1
[all...]
H A Dlshrdi3.S33 movd %xmm0, %edx
43 movl 8(%esp), %edx // Load high
49 shrdl %cl, %edx, %eax // right shift low by count
50 shrl %cl, %edx // right shift high by count
53 1: movl %edx, %eax // Move high to low
54 xorl %edx, %edx // clear high
H A Dmoddi3.S31 movl 20(%esp), %edx // high word of b
33 movl %edx, %ecx
36 xorl %ecx, %edx // EDX:EAX = (b < 0) ? not(b) : b
38 sbbl %ecx, %edx // EDX:EAX = abs(b)
39 movl %edx, 20(%esp)
42 movl 12(%esp), %edx // high word of b
44 movl %edx, %ecx
47 xorl %ecx, %edx // EDX:EAX = (a < 0) ? not(a) : a
49 sbbl %ecx, %edx // EDX:EAX = abs(a)
50 movl %edx, 1
[all...]
/freebsd-13-stable/lib/libc/i386/gen/
H A D_setjmp.S51 movl 0(%esp),%edx
52 movl %edx, 0(%eax) /* rta */
65 movl 4(%esp),%edx
67 movl 0(%edx),%ecx
68 movl 4(%edx),%ebx
69 movl 8(%edx),%esp
70 movl 12(%edx),%ebp
71 movl 16(%edx),%esi
72 movl 20(%edx),%edi
73 fldcw 24(%edx)
[all...]
H A Dsigsetjmp.S69 2: movl 0(%esp),%edx
70 movl %edx, 0(%ecx)
83 movl 4(%esp),%edx
84 cmpl $0,44(%edx)
87 leal 28(%edx), %eax
92 movl 4(%esp),%edx
94 movl 0(%edx),%ecx
95 movl 4(%edx),%ebx
96 movl 8(%edx),%esp
97 movl 12(%edx),
[all...]
H A Dsetjmp.S60 movl 0(%esp),%edx
61 movl %edx, 0(%ecx)
74 movl 4(%esp),%edx
76 leal 28(%edx), %eax
81 movl 4(%esp),%edx
83 movl 0(%edx),%ecx
84 movl 4(%edx),%ebx
85 movl 8(%edx),%esp
86 movl 12(%edx),%ebp
87 movl 16(%edx),
[all...]
/freebsd-13-stable/lib/libc/i386/string/
H A Dstrcmp.S41 * %edx - pointer to s2
55 movl 0x08(%esp),%edx
60 incl %edx
64 cmpb %cl,(%edx)
67 incl %edx
71 cmpb %cl,(%edx)
74 incl %edx
78 cmpb %cl,(%edx)
81 incl %edx
85 cmpb %cl,(%edx)
[all...]
H A Dstrcpy.S50 movl 8(%esp),%edx /* src address */
54 L1: movb (%edx),%al /* unroll loop, but not too much */
58 movb 1(%edx),%al
62 movb 2(%edx),%al
66 movb 3(%edx),%al
70 movb 4(%edx),%al
74 movb 5(%edx),%al
78 movb 6(%edx),%al
82 movb 7(%edx),%al
84 addl $8,%edx
[all...]
H A Dstrrchr.S39 * %edx - pointer iterating through string
42 * %bl - character at %edx
50 movl 8(%esp),%edx
55 movb (%edx),%bl
58 movl %edx,%eax
60 incl %edx
/freebsd-13-stable/lib/msun/i387/
H A Ds_copysign.S40 movl 16(%esp),%edx
41 andl $0x80000000,%edx
44 orl %edx,%eax
H A Ds_copysignf.S12 movl 8(%esp),%edx
13 andl $0x80000000,%edx
16 orl %edx,%eax
H A Ds_copysignl.S10 movl 24(%esp),%edx
11 andl $0x8000,%edx
14 orl %edx,%eax
/freebsd-13-stable/sys/crypto/openssl/amd64/
H A Dmd5-x86_64.S36 movl 12(%rbp),%edx
52 movl %edx,%r15d
54 movl %edx,%r11d
59 xorl %edx,%r11d
65 leal -389564586(%rdx,%r10,1),%edx
69 addl %r11d,%edx
70 roll $12,%edx
72 addl %eax,%edx
75 andl %edx,%r11d
81 addl %edx,
[all...]

Completed in 119 milliseconds

123456789