Lines Matching refs:eax
12 movl 12(%ebp),%eax # eax <- systab
13 movl 24(%eax),%ebx # ebx <- systab->FirmwareVendor
15 movl 44(%eax),%ebx # ebx <- systab->ConOut
17 movl 4(%ebx),%eax # eax <- conout->OutputString
18 call *%eax
29 0: popl %eax
30 addl $hello-0b,%eax
31 pushl %eax
32 movl 12(%ebp),%eax # eax <- systab
33 movl 44(%eax),%ebx # ebx <- systab->ConOut
35 movl 4(%ebx),%eax # eax <- conout->OutputString
36 call *%eax