Searched refs:rsp (Results 26 - 50 of 251) sorted by relevance

1234567891011

/freebsd-11-stable/lib/msun/amd64/
H A De_remainderl.S41 fldt 24(%rsp)
42 fldt 8(%rsp)
H A De_fmodl.S40 fldt 24(%rsp)
41 fldt 8(%rsp)
H A De_sqrtl.S31 fldt 8(%rsp)
H A Ds_logbl.S40 fldt 8(%rsp)
H A Ds_rintl.S41 fldt 8(%rsp)
H A Ds_remquol.S35 fldt 24(%rsp)
36 fldt 8(%rsp)
52 movl 32(%rsp),%ecx
53 xorl 16(%rsp),%ecx
/freebsd-11-stable/sys/dev/hyperv/vmbus/amd64/
H A Dvmbus_vector.S41 FAKE_MCOUNT(TF_RIP(%rsp))
42 movq %rsp, %rdi
/freebsd-11-stable/sys/amd64/include/
H A Dasmacros.h149 movq %rsp, %rbp ;
169 movw %fs,TF_FS(%rsp)
170 movw %gs,TF_GS(%rsp)
171 movw %es,TF_ES(%rsp)
172 movw %ds,TF_DS(%rsp)
178 movq .L.offset(%rsp),%rdx
190 movq %rax,%rsp
212 testb $SEL_RPL_MASK,PTI_CS-PTI_ERR-((1-\has_err)*8)(%rsp)
223 testb $SEL_RPL_MASK,PTI_CS-3*8(%rsp) /* err, %rax, %rdx not pushed */
234 testb $SEL_RPL_MASK,PTI_CS-3*8(%rsp) /* com
[all...]
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Decp_nistz256-x86_64.S1595 subq $160+8,%rsp
1607 movdqa %xmm0,96(%rsp)
1608 movdqa %xmm1,96+16(%rsp)
1615 leaq 0(%rsp),%rdi
1623 leaq 64(%rsp),%rdi
1626 movq 0+0(%rsp),%rax
1627 movq 8+0(%rsp),%r14
1628 leaq 0+0(%rsp),%rsi
1629 movq 16+0(%rsp),%r15
1630 movq 24+0(%rsp),
[all...]
H A Daesni-mb-x86_64.S19 movq %rsp,%rax
32 subq $48,%rsp
33 andq $-64,%rsp
34 movq %rax,16(%rsp)
42 movl %edx,24(%rsp)
51 movl %ecx,32(%rsp)
52 cmovleq %rsp,%r8
60 movl %ecx,36(%rsp)
61 cmovleq %rsp,%r9
69 movl %ecx,40(%rsp)
[all...]
H A Drsaz-x86_64.S18 subq $128+24,%rsp
23 movq %rcx,128(%rsp)
32 movl %r8d,128+8(%rsp)
85 movq %rax,(%rsp)
86 movq %rdx,8(%rsp)
150 movq %r9,16(%rsp)
151 movq %r10,24(%rsp)
206 movq %r11,32(%rsp)
207 movq %r12,40(%rsp)
256 movq %r13,48(%rsp)
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dsigtramp.S42 call *SIGF_HANDLER(%rsp) /* call signal handler */
43 lea SIGF_UC(%rsp),%rdi /* get ucontext_t */
/freebsd-11-stable/lib/csu/amd64/
H A Dcrti.S34 subq $8,%rsp
41 subq $8,%rsp
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dchkstk2.S9 // _chkstk (_alloca) routine - probe stack between %rsp and (%rsp-%rax) in 4k increments,
10 // then decrement %rsp by %rax. Preserves all registers except %rsp and flags.
22 lea 16(%rsp),%rcx // rsp before calling this routine -> rcx
34 lea 8(%rsp),%rax // load pointer to the return address into rax
35 mov %rcx,%rsp // install the new top of stack pointer into rsp
38 sub %rsp,
[all...]
H A Dfloatundixf.S23 movq %rdi, -8(%rsp)
24 fildq -8(%rsp)
59 movq %rdi, -8(%rsp)
60 movq %rsi, -16(%rsp)
62 faddl -8(%rsp) // hi - 2^52 (as double extended, no rounding occurs)
63 faddl -16(%rsp) // hi + lo (as double extended)
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx_support.S44 #define VENTER push %rbp ; mov %rsp,%rbp
51 movq %rdi,VMXCTX_GUEST_RDI(%rsp); \
52 movq %rsi,VMXCTX_GUEST_RSI(%rsp); \
53 movq %rdx,VMXCTX_GUEST_RDX(%rsp); \
54 movq %rcx,VMXCTX_GUEST_RCX(%rsp); \
55 movq %r8,VMXCTX_GUEST_R8(%rsp); \
56 movq %r9,VMXCTX_GUEST_R9(%rsp); \
57 movq %rax,VMXCTX_GUEST_RAX(%rsp); \
58 movq %rbx,VMXCTX_GUEST_RBX(%rsp); \
59 movq %rbp,VMXCTX_GUEST_RBP(%rsp); \
[all...]
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim_rcfile.c52 static int rc_sect_free(struct rcsection *rsp);
53 static struct rckey *rc_sect_findkey(struct rcsection *rsp,
55 static struct rckey *rc_sect_addkey(struct rcsection *rsp, const char *name,
159 rc_sect_free(struct rcsection *rsp) argument
163 for (p = SLIST_FIRST(&rsp->rs_keys); p; ) {
168 free(rsp->rs_name);
169 free(rsp);
174 rc_sect_findkey(struct rcsection *rsp, const char *keyname) argument
178 SLIST_FOREACH(p, &rsp->rs_keys, rk_next)
185 rc_sect_addkey(struct rcsection *rsp, cons argument
217 struct rcsection *rsp = NULL; local
305 struct rcsection *rsp; local
342 struct rcsection *rsp; local
369 struct rcsection *rsp; local
418 struct rcsection *rsp; local
[all...]
/freebsd-11-stable/lib/libc/amd64/gen/
H A D_setjmp.S51 movq 0(%rsp),%rdx /* retval */
54 movq %rsp,16(%rax) /* 2; rsp */
70 stmxcsr -4(%rsp)
73 movl -4(%rsp),%edi
76 movl %edi,-4(%rsp)
77 ldmxcsr -4(%rsp)
81 movq 16(%rdx),%rsp
91 1: movq %rcx,0(%rsp)
H A Dsetjmp.S61 movq 0(%rsp),%rdx /* retval */
64 movq %rsp,16(%rcx) /* 2; rsp */
84 subq $0x8,%rsp /* make the stack 16-byte aligned */
86 addq $0x8,%rsp
91 stmxcsr -4(%rsp)
94 movl -4(%rsp),%edi
97 movl %edi,-4(%rsp)
98 ldmxcsr -4(%rsp)
102 movq 16(%rdx),%rsp
[all...]
/freebsd-11-stable/lib/libc/amd64/sys/
H A Dgetcontext.S40 movq (%rsp),%rsi /* save getcontext return address */
44 addq $8,%rsp /* remove stale (setcontext) return address */
/freebsd-11-stable/stand/libsa/amd64/
H A D_setjmp.S51 movq 0(%rsp),%rdx /* retval */
54 movq %rsp,16(%rax) /* 2; rsp */
70 stmxcsr -4(%rsp)
73 movl -4(%rsp),%edi
76 movl %edi,-4(%rsp)
77 ldmxcsr -4(%rsp)
81 movq 16(%rdx),%rsp
91 1: movq %rcx,0(%rsp)
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl678 lea -0xb8(%rsp),%rsp
679 movaps %xmm6,0x10(%rsp)
680 movaps %xmm7,0x20(%rsp)
681 movaps %xmm8,0x30(%rsp)
682 movaps %xmm9,0x40(%rsp)
683 movaps %xmm10,0x50(%rsp)
684 movaps %xmm11,0x60(%rsp)
685 movaps %xmm12,0x70(%rsp)
686 movaps %xmm13,0x80(%rsp)
[all...]
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dpam_vprompt.c66 struct pam_response *rsp; local
84 rsp = NULL;
85 r = (conv->conv)(1, &msgp, &rsp, conv->appdata_ptr);
86 *resp = rsp == NULL ? NULL : rsp->resp;
87 FREE(rsp);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_x86_64.inc.S23 mov %rdx, 8(%rsp)
24 mov (%rsp), %rax
30 lea 16(%rsp), %rdi
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Drsaz-x86_64.pl141 subq \$128+24, %rsp
146 movq $n0, 128(%rsp)
159 movl $times,128+8(%rsp)
212 movq %rax, (%rsp)
213 movq %rdx, 8(%rsp)
277 movq %r9, 16(%rsp)
278 movq %r10, 24(%rsp)
333 movq %r11, 32(%rsp)
334 movq %r12, 40(%rsp)
383 movq %r13, 48(%rsp)
[all...]

Completed in 224 milliseconds

1234567891011