Home | History | Annotate | Download | only in x86_64

Lines Matching refs:rcx

16         mov    %rcx,%rax        // x64 _alloca is a normal function with parameter in rcx
19 push %rcx
21 lea 16(%rsp),%rcx // rsp before calling this routine -> rcx
24 sub $0x1000,%rcx
25 test %rcx,(%rcx)
30 sub %rax,%rcx
31 test %rcx,(%rcx)
34 mov %rcx,%rsp // install the new top of stack pointer into rsp
35 mov -8(%rax),%rcx // restore rcx