Home | History | Annotate | Download | only in test

Lines Matching refs:ESP

1109     asm volatile ("pushl $12345432 ; pushl $0x9abcdef ; popl (%%esp) ; popl %0"
1111 printf("popl esp=%x\n", res);
1115 asm volatile ("pushl $12345432 ; pushl $0x9abcdef ; popw (%%esp) ; addl $2, %%esp ; popl %0"
1117 printf("popw esp=%x\n", res);
1190 r->esp = (r->esp & ~0xffff) | ((r->esp - 2) & 0xffff);
1191 *(uint16_t *)seg_to_linear(r->ss, r->esp) = val;
1227 r->esp = 0xfffe;
1318 #define REG_ESP ESP
1503 "orl $0x00100, (%%esp)\n"
1533 "orl $0x00100, (%%esp)\n"
1585 "andl $~0x00100, (%%esp)\n"
1602 "movl 4(%esp), %eax\n"