Home
last modified time | relevance | path

Searched refs:edx (Results 1 – 25 of 77) sorted by relevance

1234

/dragonfly/crypto/libressl/crypto/md5/
H A Dmd5-elf-x86_64.S40 movl %edx,%r15d
42 movl %edx,%r11d
46 xorl %edx,%r11d
57 addl %r11d,%edx
58 roll $12,%edx
60 addl %eax,%edx
63 andl %edx,%r11d
69 addl %edx,%ecx
94 roll $12,%edx
130 roll $12,%edx
[all …]
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha1-elf-x86_64.S40 movl 0(%r9),%edx
41 bswapl %edx
60 bswapl %edx
86 bswapl %edx
112 bswapl %edx
138 bswapl %edx
164 bswapl %edx
190 bswapl %edx
216 bswapl %edx
249 roll $1,%edx
[all …]
H A Dsha256-elf-x86_64.S30 movl 12(%rdi),%edx
77 addl %r12d,%edx
83 movl %edx,%r13d
91 xorl %edx,%r13d
99 andl %edx,%r15d
103 xorl %edx,%r13d
129 movl %edx,%r15d
176 xorl %edx,%r15d
226 movl %r9d,%edx
238 andl %r8d,%edx
[all …]
/dragonfly/crypto/libressl/crypto/aes/
H A Daesni-sha1-elf-x86_64.S82 xorl %edx,%ecx
89 xorl %edx,%ecx
91 xorl %edx,%esi
108 addl %ebp,%edx
112 addl %edi,%edx
118 roll $5,%edx
143 rorl $7,%edx
199 roll $5,%edx
226 rorl $7,%edx
283 roll $5,%edx
[all …]
H A Daes-elf-x86_64.S10 xorl 12(%r15),%edx
36 shrl $16,%edx
69 xorl %r8d,%edx
95 shrl $16,%edx
154 xorl %r8d,%edx
196 shrl $16,%edx
238 shll $24,%edx
245 xorl %r8d,%edx
308 roll $24,%edx
431 shrl $16,%edx
[all …]
/dragonfly/crypto/libressl/crypto/camellia/
H A Dcmll-elf-x86_64.S100 xorl %edx,%ecx
101 rorl $8,%edx
127 xorl %edx,%ecx
128 rorl $8,%edx
131 xorl %edx,%r9d
155 rorl $8,%edx
182 rorl $8,%edx
209 rorl $8,%edx
236 rorl $8,%edx
370 rorl $8,%edx
[all …]
/dragonfly/crypto/libressl/crypto/rc4/
H A Drc4-elf-x86_64.S175 movl %edx,0(%rsi)
190 movl %edx,0(%rsi)
203 movl %edx,4(%rsi)
211 movl %edx,8(%rsi)
219 movl %edx,12(%rsi)
227 movl %edx,16(%rsi)
235 movl %edx,20(%rsi)
243 movl %edx,24(%rsi)
251 movl %edx,28(%rsi)
259 movl %edx,32(%rsi)
[all …]
H A Drc4-md5-elf-x86_64.S64 movl %edx,0(%rsi)
83 movl %edx,4(%rsi)
101 movl %edx,8(%rsi)
119 movl %edx,12(%rsi)
137 movl %edx,16(%rsi)
155 movl %edx,20(%rsi)
173 movl %edx,24(%rsi)
191 movl %edx,28(%rsi)
209 movl %edx,32(%rsi)
227 movl %edx,36(%rsi)
[all …]
/dragonfly/stand/lib/i386/
H A D_setjmp.S49 movl 0(%esp),%edx
50 movl %edx, 0(%eax) /* rta */
61 movl 4(%esp),%edx
63 movl 0(%edx),%ecx
64 movl 4(%edx),%ebx
65 movl 8(%edx),%esp
66 movl 12(%edx),%ebp
67 movl 16(%edx),%esi
68 movl 20(%edx),%edi
/dragonfly/test/sysperf/
H A Dmtx.s11 movl mtx,%edx
14 lock cmpxchgl %ecx,(%edx)
19 movl mtx,%edx
20 movl $0,(%edx)
24 movl mtx,%edx
26 xchgl %eax,(%edx)
30 movl mtx,%edx
31 movl $0,(%edx)
/dragonfly/sys/platform/pc64/x86_64/
H A Dspinlock.s41 movl 4(%esp),%edx
42 SPIN_LOCK((%edx)) /* note: %eax, %ecx tromped */
46 movl 4(%esp),%edx
47 SPIN_UNLOCK((%edx)) /* note: %eax, %ecx tromped */
51 movl 4(%esp),%edx
52 SPIN_LOCK((%edx)) /* note: %eax, %ecx tromped */
56 movl 4(%esp), %edx /* get the address of the lock */
57 SPIN_UNLOCK((%edx))
/dragonfly/sys/contrib/dev/acpica/source/include/platform/
H A Dacmsvc.h203 __asm mov edx, n_hi \
207 __asm mov r32, edx \
214 __asm mov edx, n_hi \
218 __asm mov c32, edx \
225 __asm mov edx, n_hi \
229 __asm shld edx, eax, cl \
231 __asm mov n_hi, edx \
239 __asm mov edx, n_hi \
243 __asm shrd eax, edx, cl \
244 __asm shr edx, cl \
[all …]
H A Dacwin.h266 __asm mov edx, eax \
267 __asm and edx, 0xFFFFFFFE \
268 __asm bts edx, 1 \
269 __asm adc edx, 0 \
270 __asm lock cmpxchg dword ptr [ecx], edx \
290 __asm mov edx, eax \
291 __asm and edx, 0xFFFFFFFC \
292 __asm lock cmpxchg dword ptr [ecx], edx \
/dragonfly/contrib/gcc-8.0/libgcc/config/i386/
H A Dcpuinfo.c290 if (edx & bit_CMOV) in get_available_features()
292 if (edx & bit_MMX) in get_available_features()
294 if (edx & bit_SSE) in get_available_features()
296 if (edx & bit_SSE2) in get_available_features()
323 __cpuid_count (7, 0, eax, ebx, ecx, edx); in get_available_features()
365 if (edx & bit_AVX5124VNNIW) in get_available_features()
367 if (edx & bit_AVX5124FMAPS) in get_available_features()
377 __cpuid (0x80000001, eax, ebx, ecx, edx); in get_available_features()
407 unsigned int eax, ebx, ecx, edx; in __cpu_indicator_init() local
419 if (!__get_cpuid (0, &eax, &ebx, &ecx, &edx)) in __cpu_indicator_init()
[all …]
/dragonfly/crypto/libressl/crypto/
H A Dcpuid-elf-x86_64.S40 cmpl $1231384169,%edx
51 cmpl $1769238117,%edx
80 btl $IA32CAP_BIT0_HT,%edx
85 xorl $IA32CAP_MASK0_HT,%edx
108 orl $IA32CAP_MASK0_INTEL,%edx
113 orl $IA32CAP_MASK0_INTELP4,%edx
115 btl $IA32CAP_BIT0_HT,%edx
117 xorl $IA32CAP_MASK0_HT,%edx
121 orl $IA32CAP_MASK0_HT,%edx
125 xorl $IA32CAP_MASK0_HT,%edx
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Ddriver-i386.c64 unsigned eax, ebx, ecx, edx; in detect_l2_cache() local
90 unsigned eax, ebx, ecx, edx; in detect_caches_amd() local
271 unsigned eax, ebx, ecx, edx; in detect_caches_cpuid4() local
385 unsigned int eax, ebx, ecx, edx; in host_detect_local_cpu() local
422 __cpuid (1, eax, ebx, ecx, edx); in host_detect_local_cpu()
457 has_cmov = edx & bit_CMOV; in host_detect_local_cpu()
458 has_mmx = edx & bit_MMX; in host_detect_local_cpu()
459 has_sse = edx & bit_SSE; in host_detect_local_cpu()
460 has_sse2 = edx & bit_SSE2; in host_detect_local_cpu()
488 has_longmode = edx & bit_LM; in host_detect_local_cpu()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Ddriver-i386.c66 unsigned eax, ebx, ecx, edx; in detect_l2_cache() local
92 unsigned eax, ebx, ecx, edx; in detect_caches_amd() local
291 unsigned eax, ebx, ecx, edx; in detect_caches_cpuid4() local
391 unsigned int eax, ebx, ecx, edx; in host_detect_local_cpu() local
444 __cpuid (1, eax, ebx, ecx, edx); in host_detect_local_cpu()
481 has_cmov = edx & bit_CMOV; in host_detect_local_cpu()
482 has_mmx = edx & bit_MMX; in host_detect_local_cpu()
483 has_fxsr = edx & bit_FXSAVE; in host_detect_local_cpu()
484 has_sse = edx & bit_SSE; in host_detect_local_cpu()
485 has_sse2 = edx & bit_SSE2; in host_detect_local_cpu()
[all …]
/dragonfly/test/cpuperf/
H A Dcpu_cmpexg.S10 movl $0,%edx
12 movl %ebx,%edx
20 movl $0,%edx
22 cmpxchgl %edx,(%ecx) /* instruction under test */
23 movl %ebx,%edx
H A Dcpu_lcmpexg.S10 movl $0,%edx
12 movl %ebx,%edx
20 movl $0,%edx
22 lock; cmpxchgl %edx,(%ecx) /* instruction under test */
23 movl %ebx,%edx
H A Dcpu_add.S10 addl %ebx,%edx
13 movl %ebx,%edx
19 addl %ebx,%edx
21 movl %ebx,%edx
H A Dcpu_ladd.S10 addl %ebx,%edx
13 movl %ebx,%edx
19 addl %ebx,%edx
21 movl %ebx,%edx
H A Dcpu_cmpadd.S10 addl %ebx,%edx
11 movl %ebx,%edx
17 addl %ebx,%edx
23 movl %ebx,%edx
H A Dcpu_call.S10 movl $0,%edx
12 movl %ebx,%edx
20 movl $0,%edx
23 movl %ebx,%edx
/dragonfly/stand/boot/pc32/btx/btxldr/
H A Dbtxldr.S260 movl 0x1c(%ebx),%edx # Get e_phoff
261 addl %ebx,%edx # To pointer
266 movl 0x4(%edx),%eax # Display
268 movl 0x8(%edx),%eax # Display
270 movl 0x10(%edx),%eax # Display
272 movl 0x14(%edx),%eax # Display
279 movl 0x4(%edx),%esi # Get p_offset
281 movl 0x8(%edx),%edi # Get p_vaddr
286 movl 0x14(%edx),%ecx # Any bytes
287 subl 0x10(%edx),%ecx # to zero?
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/
H A Dcrtfastmath.c63 unsigned int eax, ebx, ecx, edx; in set_fast_math() local
65 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx)) in set_fast_math()
68 if (edx & bit_SSE) in set_fast_math()
96 if (edx & bit_FXSAVE) in set_fast_math()

1234