Home
last modified time | relevance | path

Searched refs:rax (Results 126 – 150 of 214) sorted by relevance

123456789

/freebsd/lib/libc/amd64/string/
H A Dstrlen.S86 leaq (%rcx,%rdi),%rax
87 subq %r10,%rax
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dgcm_pclmulqdq.S152 lea .Lbyte_swap16_mask(%rip), %rax
153 movups (%rax), %xmm10
/freebsd/sys/crypto/aesni/
H A Daeskeys_amd64.S201 movslq %edx,%rax
202 shlq $4,%rax
203 addq %rax,%rdi
/freebsd/sys/amd64/acpica/
H A Dacpi_wakecode.S232 movq wakeup_ret - wakeup_start(%rbx), %rax
238 jmp *%rax
/freebsd/sys/crypto/openssl/amd64/
H A Dchacha-x86_64.S1614 leaq 512(%rsp),%rax
1638 vmovdqa %ymm12,384-512(%rax)
1649 vmovdqa %ymm5,544-512(%rax)
1651 vmovdqa %ymm6,576-512(%rax)
1652 vmovdqa %ymm7,608-512(%rax)
1670 vmovdqa 512-512(%rax),%ymm4
1671 vmovdqa 544-512(%rax),%ymm5
1672 vmovdqa 576-512(%rax),%ymm6
1673 vmovdqa 608-512(%rax),%ymm7
1680 vmovdqa %ymm4,512-512(%rax)
[all …]
H A Dsha256-x86_64.S26 movq %rsp,%rax
27 .cfi_def_cfa_register %rax
47 movq %rax,88(%rsp)
1989 movq %rsp,%rax
2010 movq %rax,88(%rsp)
3102 movq %rsp,%rax
3123 movq %rax,88(%rsp)
4177 movq %rsp,%rax
4199 movq %rax,88(%rsp)
4389 leal (%rax,%r8,1),%eax
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl187 // Clobbers %xmm1-%xmm5, %r9, %r10, %r11, %rax
408 lsl x11, x8, #4 // mov %rax, %r11; shl \$4, %r11
462 sub w8, w8, #1 // sub \$1,%rax # nr--
519 lsl x11, x8, #4 // mov %rax, %r11; shl \$4, %r11
598 sub w8, w8, #1 // sub \$1,%rax # nr--
1089 add $out, $out, #16 // lea 16(%rdx,%rax),%rdx
/freebsd/contrib/netbsd-tests/lib/libc/arch/x86_64/
H A Dreturn_one.S8 movq $0x1, %rax
/freebsd/lib/msun/amd64/
H A Ds_lrintf.S34 cvtss2si %xmm0, %rax
H A Ds_lrint.S34 cvtsd2si %xmm0, %rax
H A Ds_lrintl.S32 popq %rax
H A Ds_llrintl.S32 popq %rax
/freebsd/lib/libc/amd64/stdlib/
H A Dldiv.S10 movq %rdi,%rax
H A Dlldiv.S10 movq %rdi,%rax
H A Ddiv.S14 orq %rdx,%rax
/freebsd/stand/kboot/libkboot/arch/amd64/
H A Dhost_syscall.S19 movq %rdi, %rax /* SYS_ number in %rax */
/freebsd/lib/libsys/amd64/
H A D_umtx_op_err.S31 mov __CONCAT($SYS_,x),%rax; \
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86_64-support.pl27 if ($reg eq "%rax") {
/freebsd/stand/efi/loader/arch/amd64/
H A Damd64_tramp.S67 movq $MULTIBOOT2_BOOTLOADER_MAGIC,%rax
/freebsd/sys/amd64/vmm/
H A Dx86.c74 x86_emulate_cpuid(struct vcpu *vcpu, uint64_t *rax, uint64_t *rbx, in x86_emulate_cpuid() argument
91 func = (uint32_t)*rax; in x86_emulate_cpuid()
621 *rax = regs[0]; in x86_emulate_cpuid()
H A Dx86.h67 int x86_emulate_cpuid(struct vcpu *vcpu, uint64_t *rax, uint64_t *rbx,
H A Dvmm_util.c87 DUMP_REG(rax); in dump_trapframe()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_x86_64.cpp20 uint64_t rax; member
90 …DEFINE_GPR(rax, nullptr, dwarf_rax_x86_64, dwarf_rax_x86_64, LLDB_INVALID_REGNUM, …
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/sha2/
H A Dsha256-x86_64.S75 movq %rsp,%rax
76 .cfi_def_cfa_register %rax
96 movq %rax,88(%rsp)
1634 movq %rsp,%rax
1655 movq %rax,88(%rsp)
2745 movq %rsp,%rax
2766 movq %rax,88(%rsp)
3819 movq %rsp,%rax
3841 movq %rax,88(%rsp)
4031 leal (%rax,%r8,1),%eax
[all …]
/freebsd/sys/amd64/ia32/
H A Dia32_exception.S54 movq %rax,TF_RAX(%rsp)

123456789