Lines Matching refs:stack
6 #define STACK 0
32 ;;; It must move the parameters passed in registers to their stack location,
36 ;; copy register arguments onto stack
73 mov rdx, rsp ; stack is second parameter
84 ;; copy registers onto stack
103 mov QWORD PTR STACK[rbp], rax
106 mov rcx, QWORD PTR STACK[rbp]
109 mov rsp, QWORD PTR STACK[rbp]
278 # It must move the parameters passed in registers to their stack location,
285 # copy register arguments onto stack
322 mov %rsp, %rdx # stack is second parameter
336 # copy registers onto stack
364 mov %rax, STACK(%rbp)
367 mov STACK(%rbp), %rcx
370 mov STACK(%rbp), %rsp