Searched refs:eax (Results 1 - 25 of 46) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Dlog1pl.S5 mov 14(%rsp),%eax
7 and $0x7fffffff,%eax
9 cmp $0x3ffd9400,%eax
H A Dfabs.S5 xor %eax,%eax
H A Dfabsf.S5 mov $0x7fffffff,%eax
H A Dexp2l.S68 3: xor %eax,%eax
/fuchsia/zircon/kernel/arch/x86/
H A Dstart.S41 xor %eax, %eax
69 movl $PHYS(pdp), %eax
70 orl $X86_KERNEL_PD_FLAGS, %eax
71 movl %eax, PHYS(pml4)
74 movl $PHYS(pte), %eax
75 orl $X86_KERNEL_PD_FLAGS, %eax
76 movl %eax, PHYS(pdp)
79 movl $PHYS(pdp_high), %eax
80 orl $X86_KERNEL_PD_FLAGS, %eax
[all...]
H A Dstart16.S71 or $X86_EFER_LME, %eax
72 or $X86_EFER_NXE, %eax
128 xor %eax, %eax
129 mov %eax, %ds
130 mov %eax, %es
131 mov %eax, %fs
132 mov %eax, %gs
133 mov %eax, %ss
172 xor %eax,
[all...]
H A Duspace_entry.S22 xorl %eax, %eax /* set %rax = 0 */
H A Dops.S57 // rdmsr returns value via edx:eax
82 xor %eax, %eax
H A Dasm.S77 xorl %eax, %eax /* set %rax = 0 */
H A Dmexec.S60 leal .Lnew_cs(%rip), %eax
61 movl %eax, mexec_ljmp_descriptor(%rip)
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Dsha1-x86_64.S52 movl %r12d,%eax
56 xorl %r11d,%eax
58 andl %edi,%eax
61 xorl %r12d,%eax
63 addl %eax,%r13d
65 movl %r11d,%eax
69 xorl %edi,%eax
71 andl %esi,%eax
74 xorl %r11d,%eax
76 addl %eax,
[all...]
H A Dmd5-x86_64.S22 movl 0(%rbp),%eax
38 movl %eax,%r8d
45 leal -680876936(%rax,%r10,1),%eax
49 addl %r11d,%eax
50 roll $7,%eax
52 addl %ebx,%eax
55 andl %eax,%r11d
61 addl %eax,%edx
62 xorl %eax,%r11d
69 movl %eax,
[all...]
H A Dsha256-x86_64.S39 movl 0(%rdi),%eax
56 movl %eax,%r14d
66 xorl %eax,%r14d
77 movl %eax,%r15d
79 xorl %eax,%r14d
122 xorl %eax,%edi
124 movl %eax,%r10d
213 addl %r12d,%eax
219 movl %eax,%r13d
225 xorl %eax,
[all...]
H A Daes-x86_64.S6 xorl 0(%r15),%eax
40 shrl $16,%eax
59 movl 0(%r15),%eax
65 xorl %r10d,%eax
103 shrl $16,%eax
140 movl 16+0(%r15),%eax
150 xorl %r10d,%eax
171 xorl 0(%r15),%eax
200 shrl $16,%eax
239 movl %r10d,%eax
[all...]
H A Daesni-x86_64.S11 movl 240(%rdx),%eax
18 decl %eax
36 movl 240(%rdx),%eax
43 decl %eax
58 shll $4,%eax
87 shll $4,%eax
116 shll $4,%eax
150 shll $4,%eax
184 shll $4,%eax
224 shll $4,%eax
[all...]
/fuchsia/zircon/system/ulib/zircon/
H A Dzx_futex_wake_handle_close_thread_exit-x86-64.S27 test %eax, %eax
32 test %eax, %eax
H A Dzx_vmar_unmap_handle_close_thread_exit-x86-64.S22 test %eax, %eax
29 test %eax, %eax
H A Dzircon-syscall-x86-64.S6 mov $\num, %eax
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacwin.h102 __asm mov eax, 0xFF \
109 __asm mov eax, [ecx] \
110 __asm mov edx, eax \
118 __asm sbb eax, eax \
126 __asm xor eax, eax \
133 __asm mov eax, [ecx] \
134 __asm mov edx, eax \
140 __asm and eax,
[all...]
H A Dacmsvc.h112 __asm mov eax, n_lo \
114 __asm mov q32, eax \
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dcpu-intel.c120 uint32_t eax, edx;
121 __asm__ volatile ("xgetbv" : "=a"(eax), "=d"(edx) : "c"(xcr));
122 return (((uint64_t)edx) << 32) | eax;
147 uint32_t eax, ebx, ecx, edx; local
148 OPENSSL_cpuid(&eax, &ebx, &ecx, &edx, 0);
150 uint32_t num_ids = eax;
163 OPENSSL_cpuid(&eax, &ebx, &ecx, &edx, 0x80000000);
164 uint32_t num_extended_ids = eax;
166 OPENSSL_cpuid(&eax, &ebx, &ecx, &edx, 0x80000001);
175 OPENSSL_cpuid(&eax,
[all...]
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Dmultiboot-start.S31 // %eax and %ebx. The C regparm ABI takes them in %eax and %edx. A
37 mov %eax, %edx
41 xor %eax, %eax
58 mov %edx, %eax
/fuchsia/zircon/system/utest/hypervisor/
H A Dx86.S168 xor %eax, %eax
174 xor %eax, %eax
281 mov %esp,%eax
282 sub $2,%eax
284 cmp %esp,%eax
285 pop %eax
314 xor %eax, %eax
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/setjmp/x86_64/
H A Dsetjmp.S37 xor %eax, %eax
/fuchsia/zircon/system/utest/register-state/
H A Dregister-state-test.cpp20 uint32_t eax, ebx, ecx, edx; local
21 __cpuid(7, eax, ebx, ecx, edx);

Completed in 176 milliseconds

12