Home | History | Annotate | Download | only in libpng

Lines Matching full:stack

26         "pushfq               \n\t"  // save Eflag to stack
27 "popq %%rax \n\t" // get Eflag from stack into rax
30 "pushq %%rax \n\t" // save modified Eflag back to stack
32 "pushfq \n\t" // save Eflag to stack
33 "popq %%rax \n\t" // get Eflag from stack
34 "pushq %%rcx \n\t" // save original Eflag to stack
40 "pushfl \n\t" // save Eflag to stack
41 "popl %%eax \n\t" // get Eflag from stack into eax
44 "pushl %%eax \n\t" // save modified Eflag back to stack
46 "pushfl \n\t" // save Eflag to stack
47 "popl %%eax \n\t" // get Eflag from stack
48 "pushl %%ecx \n\t" // save original Eflag to stack