Lines Matching full:calling
110 movq 24(%rsp), %rax /* load calling RIP */
111 movq %rax, 8(%rsp) /* store calling RIP */
112 movq 32(%rsp), %rax /* load calling CS */
113 movq %rax, 16(%rsp) /* store calling CS */
114 movq 40(%rsp), %rax /* load calling RFLAGS */
115 movq %rax, 24(%rsp) /* store calling RFLAGS */
116 movq 48(%rsp), %rax /* load calling RSP */
118 movq %rax, 32(%rsp) /* store calling RSP */
119 movq 56(%rsp), %rax /* load calling SS */
120 movq %rax, 40(%rsp) /* store calling SS */
121 movq 32(%rsp), %rax /* reload calling RSP */
140 movq 32(%rsp), %rax /* load calling RIP */
141 movq %rax, 16(%rsp) /* store calling RIP */
142 movq 40(%rsp), %rax /* load calling CS */
143 movq %rax, 24(%rsp) /* store calling CS */
144 movq 48(%rsp), %rax /* load calling RFLAGS */
145 movq %rax, 32(%rsp) /* store calling RFLAGS */
146 movq 56(%rsp), %rax /* load calling RSP */
148 movq %rax, 40(%rsp) /* store calling RSP */
149 movq 64(%rsp), %rax /* load calling SS */
150 movq %rax, 48(%rsp) /* store calling SS */
153 movq 40(%rsp), %rbx /* reload calling RSP */
171 movq 8(%rsp), %rax /* load calling RIP */
172 movq %rax, 8(%rsp) /* store calling RIP */
191 movq (%rax), %rax /* load calling RIP */
192 movq %rax, 8(%rsp) /* store calling RIP */