Lines Matching refs:esp
33 mov %esp, %ebp // copy value of stack pointer into base pointer
39 subl %ebx, %esp // reserve stack space for argument array
41 lea 4(%esp), %eax // use stack pointer + method ptr as dest for memcpy
46 addl LITERAL(12), %esp // pop arguments to memcpy
48 mov %eax, (%esp) // push method pointer onto stack
50 mov %ebp, %esp // restore stack pointer
53 mov 20(%esp), %ecx // get result pointer
54 cmpl LITERAL(68), 24(%esp) // test if result type char == 'D'
56 cmpl LITERAL(70), 24(%esp) // test if result type char == 'F'
71 movl %esp, %ebp
73 subl LITERAL(4), %esp // Align stack
86 CFI_DEF_CFA(%esp, 4)
95 movl %esp, %ebp
97 subl LITERAL(4), %esp // Align stack
110 CFI_DEF_CFA(%esp, 4)
120 movl %esp, %ebp
122 subl LITERAL(8), %esp // Align stack
133 CFI_DEF_CFA(%esp, 4)