Lines Matching defs:eax
87 // No need to save EAX/EDX for X86-64.
203 "pushl %eax\n"
204 CFI(".cfi_rel_offset %eax, 0\n")
205 "pushl %edx\n" // Save EAX/EDX/ECX
213 "movl 4(%ebp), %eax\n" // Pass prev frame and return address
214 "movl %eax, 4(%esp)\n"
227 "popl %eax\n"
229 CFI(".cfi_restore %eax\n")
252 "pushl %eax\n"
253 CFI(".cfi_rel_offset %eax, 0\n")
254 "pushl %edx\n" // Save EAX/EDX/ECX
269 "movl 4(%ebp), %eax\n" // Pass prev frame and return address
270 "movl %eax, 4(%esp)\n"
292 "popl %eax\n"
294 CFI(".cfi_restore %eax\n")
309 push eax
314 mov eax, dword ptr [ebp+4]
315 mov dword ptr [esp+4], eax
322 pop eax