Searched refs:eax (Results 201 - 225 of 229) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_sse2_x86-64_unix.S98 movzx eax, byte ptr [rbp+0x40]
99 or eax, r13d
102 mov r14d, eax
103 or eax, r12d
106 cmovne eax, r14d
193 movd xmm15, eax
1606 mov eax, r13d
1684 movzx eax, byte ptr [rbp+0x40]
1685 or eax, r13d
1688 mov r14d, eax
[all...]
H A Dblake3_avx2_x86-64_windows_msvc.asm76 movzx eax, byte ptr [rbp+78H]
78 or eax, ebx
83 or ebx, eax
86 cmove eax, ebx
87 mov dword ptr [rsp+200H], eax
1248 movzx eax, byte ptr [rbp+78H]
1353 movzx eax, byte ptr [rbp+80H]
1354 or eax, r13d
1358 mov r14d, eax
1359 or eax, r12
[all...]
H A Dblake3_sse2_x86-64_windows_msvc.asm82 movzx eax, byte ptr [rbp+80H]
83 or eax, r13d
86 mov r14d, eax
87 or eax, r12d
90 cmovne eax, r14d
177 movd xmm15, eax
1590 mov eax, r13d
1680 movzx eax, byte ptr [rbp+80H]
1681 or eax, r13d
1684 mov r14d, eax
[all...]
/openbsd-current/lib/libcrypto/aes/asm/
H A Dbsaes-x86_64.pl1199 mov 240($arg4),%eax # rounds
1207 mov %eax,%ebx # backup rounds
1401 mov 240($arg4),%eax # rounds
1409 mov %eax,%ebx # backup rounds
1618 mov 240($arg4), %eax # rounds
1626 mov %eax, %edx # rounds
1897 mov 240($arg4), %eax # rounds
1906 mov %eax, %ebx # rounds
2048 mov 0x2c(%rbp), %eax # load 32-bit counter
2049 bswap %eax
[all...]
H A Daesni-x86_64.pl184 $rounds="%eax"; # input to and changed by aesni_[en|de]cryptN !!!
1675 movzb ($inp),%eax # borrow $rounds ...
1750 xor %eax,%eax # if ($len%16) len-=16;
2106 movzb 16($inp),%eax # borrow $rounds ...
2202 xor %eax,%eax
2508 test %eax,%eax
2600 xor %eax,
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dlinux-unwind.h128 /* popl %eax ; movl $__NR_sigreturn,%eax ; int $0x80 */
133 /* movl $__NR_rt_sigreturn,%eax ; int $0x80 */
160 fs->regs.reg[0].loc.offset = (long)&sc->REG_NAME(eax) - new_cfa;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386gnu-nat.c55 REG_OFFSET (eax), REG_OFFSET (ecx), REG_OFFSET (edx), REG_OFFSET (ebx),
H A Dlynx-nat.c44 X (eax),
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dlinux64.h170 /* popl %eax ; movl $__NR_sigreturn,%eax ; int $0x80 */ \
175 /* movl $__NR_rt_sigreturn,%eax ; int $0x80 */ \
199 (FS)->regs.reg[0].loc.offset = (long)&sc_->eax - new_cfa_; \
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/
H A DRegisterContextWindows_x86.cpp60 {DEFINE_GPR(eax, nullptr),
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp371 uint32_t eax, ecx, edx; local
372 __get_cpuid_count(0x0D, 2, &eax, &m_xsave_offsets[YMMRegSet], &ecx, &edx);
/openbsd-current/sys/arch/amd64/include/
H A Dspecialreg.h443 #define CPUID(code, eax, ebx, ecx, edx) \
445 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) \
447 #define CPUID_LEAF(code, leaf, eax, ebx, ecx, edx) \
449 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) \
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp286 unsigned int eax, ebx, ecx, edx; local
288 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx) || !(ecx & bit_XSAVE))
292 if (!get_cpuid_count(0x0d, 0, &eax, &ebx, &ecx, &edx))
/openbsd-current/sys/arch/amd64/amd64/
H A Dvmm_machdep.c5973 uint32_t eax, uint32_t ebx, uint32_t ecx, uint32_t edx)
5997 CPUID_LEAF(0xd, subleaf, eax, ebx, dummy, edx);
6000 eax = xsave_mask & XFEATURE_XCR0_MASK;
6004 eax &= XSAVE_XSAVEOPT | XSAVE_XGETBV1;
6010 eax = ebx = ecx = edx = 0;
6016 *rax = eax;
6040 uint32_t leaf, subleaf, eax, ebx, ecx, edx; local
6114 CPUID_LEAF(leaf, subleaf, eax, ebx, ecx, edx);
6116 eax = ebx = ecx = edx = 0;
6141 *rax = eax;
5972 vmm_handle_cpuid_0xd(struct vcpu *vcpu, uint32_t subleaf, uint64_t *rax, uint32_t eax, uint32_t ebx, uint32_t ecx, uint32_t edx) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64.h234 DEFINE_GPR_PSEUDO_32(eax, rax), DEFINE_GPR_PSEUDO_32(ebx, rbx),
379 UPDATE_GPR_INFO(eax, rax);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x64/
H A DRegisterContextWindows_x64.cpp196 DEFINE_GPR_PSEUDO_32(eax),
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp355 SET_GPR(eax);
1238 const char *g_contained_eax[] = {"eax", NULL};
1247 const char *g_invalidate_eax[] = {"eax", "ax", "ah", "al", NULL};
1258 {e_regSetGPR, gpr_eax, "eax", NULL, Uint, Hex, GPR_SIZE(eax),
1259 GPR_OFFSET(eax), ehframe_eax, dwarf_eax, INVALID_NUB_REGNUM,
1306 DEFINE_GPR_PSEUDO_16(ax, eax),
1314 DEFINE_GPR_PSEUDO_8H(ah, eax),
1318 DEFINE_GPR_PSEUDO_8L(al, eax),
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c483 uint32_t eax, ebx, ecx, edx;
484 CPUID_LEAF(4, 0, eax, ebx, ecx, edx);
485 smu->cpu_core_num = ((eax >> 26) & 0x3f) + 1;
/openbsd-current/lib/libcrypto/modes/asm/
H A Dghash-x86_64.pl765 mov \$1,%eax # ExceptionContinueSearch
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1671 uint32_t eax; member in struct:llvm::MachO::x86_thread_state32_t
1797 sys::swapByteOrder(x.eax);
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp973 eax = 0, enumerator in enum:i386_eh_regnum
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1321 DUMPREG(eax); DUMPREG(ebx); DUMPREG(ecx); DUMPREG(edx); Printf("\n");
/openbsd-current/lib/libcrypto/sha/asm/
H A Dsha1-x86_64.pl97 $t0="%eax";
300 my @V=($A,$B,$C,$D,$E)=("%eax","%ebx","%ecx","%edx","%ebp"); # size optimization
721 my @V=($A,$B,$C,$D,$E)=("%eax","%ebx","%ecx","%edx","%ebp"); # size optimization
1216 mov \$1,%eax # ExceptionContinueSearch
/openbsd-current/lib/libcrypto/bn/asm/
H A Dmodexp512-x86_64.pl1225 mov (+$exp_offset+62)(%rsp), %eax
H A Dx86_64-mont5.pl1141 mov \$1,%eax # ExceptionContinueSearch

Completed in 419 milliseconds

12345678910