Home
last modified time | relevance | path

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

123456789

/linux-6.3-rc2/arch/x86/math-emu/
A Dwm_shrx.S52 shr %cl,%edx
54 movl %edx,4(%esi)
68 shr %cl,%edx
69 movl %edx,(%esi)
82 xorl %edx,%edx
83 movl %edx,(%esi)
137 shr %cl,%edx
158 shr %cl,%edx
176 xorl %edx,%edx /* extension */
180 orl %ebx,%edx
[all …]
A Dreg_u_div.S93 movswl EXP(%esi),%edx
95 subl %eax,%edx
96 addl EXP_BIAS,%edx
125 cmpl %ecx,%edx
191 movl SIGH(%esi),%edx
225 mov %edx,%eax
256 movl SIGH(%ebx),%edx
300 mov %edx,%eax
395 orl %edx,%eax
401 rcll $1,%edx
[all …]
A Dround_Xsig.S35 movl 8(%esi),%edx
41 orl %edx,%edx /* ms bits */
45 movl %ebx,%edx
65 adcl $0,%edx
72 movl %edx,8(%esi)
95 movl 8(%esi),%edx
101 orl %edx,%edx /* ms bits */
105 movl %ebx,%edx
110 orl %edx,%edx /* ms bits */
114 movl %ebx,%edx
[all …]
A Ddiv_Xsig.S130 movl FPU_accum_3,%edx
143 mov %edx,%eax
156 sbbl %edx,FPU_accum_3
162 sbbl %edx,FPU_accum_2
174 movl XsigH(%ebx),%edx
176 sbbl %edx,FPU_accum_2
192 cmpl XsigH(%ebx),%edx
203 sbbl XsigH(%ebx),%edx
204 movl %edx,FPU_accum_2
218 mov %edx,%eax
[all …]
A Dreg_u_sub.S71 xorl %edx,%edx /* register extension */
108 movl %ebx,%edx
118 movl %eax,%edx
122 orl $1,%edx
130 movl %eax,%edx
131 rcrl %edx
134 orl $1,%edx
141 orl $1,%edx
201 orl %edx,%edx
215 movl $0,%edx
[all …]
A Dmul_Xsig.S43 movl %edx,-12(%ebp)
48 adcl %edx,-8(%ebp)
54 adcl %edx,-4(%ebp)
95 adcl %edx,-8(%ebp)
101 adcl %edx,-8(%ebp)
107 adcl %edx,-4(%ebp)
155 adcl %edx,-8(%ebp)
161 adcl %edx,-8(%ebp)
170 movl %edx,(%esi)
172 movl %edx,4(%esi)
[all …]
A Dreg_round.S222 orl %edx,%edx
298 orl %edx,%edx
349 orl %edx,%edx
357 orl %edx,%edx
386 orl %edx,%edx
497 orl %edx,%edx /* extension */
499 xorl %edx,%edx
511 orl %edx,%edx
514 xorl %edx,%edx
518 orl %edx,%edx /* test these 32 bits */
[all …]
A Dwm_sqrt.S92 xorl %edx,%edx
101 rcrl $1,%edx
145 movl %ecx,%edx
150 movl %ecx,%edx
171 sbbl %ecx,%edx
176 notl %edx
179 adcl $0,%edx
184 movl %edx,%eax
192 movl %edx,%eax
290 movl %edx,%eax
[all …]
A Dshr_Xsig.S38 movl 8(%esi),%edx /* msl */
40 shrd %cl,%edx,%ebx
41 shr %cl,%edx
44 movl %edx,8(%esi)
56 movl 8(%esi),%edx /* msl */
57 shrd %cl,%edx,%eax
58 shr %cl,%edx
60 movl %edx,4(%esi)
73 xorl %edx,%edx
75 movl %edx,4(%esi)
[all …]
A Dreg_norm.S32 movl SIGH(%ebx),%edx
35 orl %edx,%edx /* ms bits */
42 movl %eax,%edx
48 bsrl %edx,%ecx /* get the required shift in %ecx */
51 shld %cl,%eax,%edx
55 movl %edx,SIGH(%ebx)
110 movl SIGH(%ebx),%edx
113 orl %edx,%edx /* ms bits */
120 movl %eax,%edx
129 shld %cl,%eax,%edx
[all …]
A Dreg_u_add.S46 movl %ecx,%edx
55 movl PARAM7,%edx
68 xorl %edx,%edx /* clear the extension */
83 shrd %cl,%ebx,%edx
95 shrd %cl,%eax,%edx
100 orl $1,%edx /* record the fact in the extension */
108 movl %ebx,%edx
117 movl %eax,%edx
121 orl $1,%edx
140 rcrl $1,%edx
[all …]
/linux-6.3-rc2/arch/x86/lib/
A Datomic64_386_32.S38 movl 4(v), %edx
54 movl 4(v), %edx
64 adcl %edx, 4(v)
72 adcl 4(v), %edx
89 negl %edx
91 sbbl $0, %edx
113 adcl $0, %edx
133 sbbl $0, %edx
170 adcl $0, %edx
177 testl %edx, %edx
[all …]
A Dcopy_user_64.S27 subl %ecx,%edx
55 cmpl $8,%edx
58 movl %edx,%ecx
59 andl $63,%edx
85 addl %ecx,%edx
127 cmpl $8,%edx
132 andl $7,%edx
229 andl $7,%edx
239 andl %edx,%edx
329 andl %edx,%edx
[all …]
A Dhweight.S17 movl %eax, %edx # w -> t
18 shrl %edx # t >>= 1
19 andl $0x55555555, %edx # t &= 0x55555555
20 subl %edx, %eax # w -= t
22 movl %eax, %edx # w -> t
24 andl $0x33333333, %edx # t &= 0x33333333
26 addl %edx, %eax # w = w_tmp + t
28 movl %eax, %edx # w -> t
29 shrl $4, %edx # t >>= 4
30 addl %edx, %eax # w_tmp += t
[all …]
A Datomic64_cx8_32.S13 movl %ecx, %edx
51 movl %edx, %edi
57 movl %edx, %ecx
66 movl %ecx, %edx
85 movl %edx, %ecx
94 movl %ecx, %edx
109 movl %edx, %ecx
119 movl %ecx, %edx
132 movl %edx, %edi
140 movl %edx, %ecx
[all …]
A Dcopy_mc_64.S21 cmpl $8, %edx
35 subl %ecx, %edx
46 movl %edx, %ecx
47 andl $7, %edx
62 andl %edx, %edx
66 movl %edx, %ecx
90 addl %edx, %ecx
102 addl %edx, %ecx
103 movl %ecx, %edx
A Dgetuser.S57 1: movzbl (%_ASM_AX),%edx
71 2: movzwl (%_ASM_AX),%edx
85 3: movl (%_ASM_AX),%edx
111 4: movl (%_ASM_AX),%edx
124 6: movzbl (%_ASM_AX),%edx
134 7: movzwl (%_ASM_AX),%edx
144 8: movl (%_ASM_AX),%edx
157 9: movl (%_ASM_AX),%edx
170 xor %edx,%edx
179 xor %edx,%edx
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpuid.h12 u32 eax, ebx, ecx, edx; member
38 "=d" (*edx) in native_cpuid()
59 native_cpuid_reg(edx) in native_cpuid_reg()
78 __cpuid(eax, ebx, ecx, edx); in native_cpuid_reg()
88 __cpuid(eax, ebx, ecx, edx); in cpuid_count()
96 unsigned int eax, ebx, ecx, edx; in cpuid_eax() local
98 cpuid(op, &eax, &ebx, &ecx, &edx); in cpuid_eax()
105 unsigned int eax, ebx, ecx, edx; in cpuid_ebx() local
114 unsigned int eax, ebx, ecx, edx; in cpuid_ecx() local
123 unsigned int eax, ebx, ecx, edx; in cpuid_edx() local
[all …]
/linux-6.3-rc2/arch/x86/um/
A Dsetjmp_32.S24 movl %eax,%edx
26 movl 4(%esp),%edx
30 movl %ebx,(%edx)
33 movl %ebp,8(%edx)
34 movl %esi,12(%edx)
35 movl %edi,16(%edx)
47 xchgl %eax,%edx
52 movl (%edx),%ebx
53 movl 4(%edx),%esp
54 movl 8(%edx),%ebp
[all …]
/linux-6.3-rc2/arch/x86/platform/efi/
A Defi_stub_32.S23 push %edx
30 movl $1f, %edx
31 subl $__PAGE_OFFSET, %edx
32 jmp *%edx
36 movl %cr0, %edx
37 andl $0x7fffffff, %edx
38 movl %edx, %cr0
50 movl %ecx, (%edx)
53 movl %cr0, %edx
54 orl $0x80000000, %edx
[all …]
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dmem_encrypt.S97 pushl %edx
107 movl %ebx, %edx # CPUID fn
114 movl %ebx, %edx # CPUID fn
121 movl %ebx, %edx # CPUID fn
154 popl %edx
169 xorl %edx, %edx
190 leal (%ecx, %edx, 8), %ecx
193 movl %eax, %edx
198 movl %edx, (%ecx)
201 movl %eax, %edx
[all …]
/linux-6.3-rc2/arch/x86/kernel/
A Dftrace_32.S46 pushl %edx
51 movl 4*4(%esp), %edx
54 lea 4*4(%esp), %edx
59 movl 4(%edx), %edx /* edx has ebp */
69 popl %edx
127 pushl %edx
155 popl %edx
170 pushl %edx
177 popl %edx
186 pushl %edx
[all …]
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_msg_x86.h62 eax, ebx, ecx, edx, si, di) \ argument
68 "=d"(edx), \
106 eax, ebx, ecx, edx, si, di) \ argument
115 "=d"(edx), \
131 eax, ebx, ecx, edx, si, di) \ argument
140 "=d"(edx), \
165 eax, ebx, ecx, edx, si, di) \ argument
176 "=d"(edx), \
192 eax, ebx, ecx, edx, si, di) \ argument
203 "=d"(edx), \
/linux-6.3-rc2/tools/testing/selftests/mm/
A Dpkey-x86.h59 unsigned int eax, edx; in __read_pkey_reg() local
64 : "=a" (eax), "=d" (edx) in __read_pkey_reg()
74 unsigned int edx = 0; in __write_pkey_reg() local
79 : : "a" (eax), "c" (ecx), "d" (edx)); in __write_pkey_reg()
92 unsigned int edx; in cpu_has_pkeys() local
94 __cpuid_count(0x7, 0x0, eax, ebx, ecx, edx); in cpu_has_pkeys()
113 unsigned int edx; in cpu_max_xsave_size() local
115 __cpuid_count(XSTATE_CPUID, 0, eax, ebx, ecx, edx); in cpu_max_xsave_size()
133 unsigned int edx; in pkey_reg_xstate_offset() local
142 __cpuid_count(XSTATE_CPUID, leaf, eax, ebx, ecx, edx); in pkey_reg_xstate_offset()
/linux-6.3-rc2/arch/x86/realmode/rm/
A Dreboot.S38 xorl %edx, %edx
98 movl %cr0, %edx
99 andl $0x00000011, %edx
100 orl $0x60000000, %edx
101 movl %edx, %cr0
103 movl %cr0, %edx
104 testl $0x60000000, %edx /* If no cache bits -> no wbinvd */
109 movl %edx, %cr0

Completed in 27 milliseconds

123456789