Searched refs:x87_stack (Results 1 – 2 of 2) sorted by relevance
1525 p->x87_stack--; in note_x87_pop()1526 assert(p->x87_stack >= 0); in note_x87_pop()1531 p->x87_stack++; in note_x87_push()1532 assert(p->x87_stack <= 7); in note_x87_push()1537 assert (p->x87_stack == 0); in x87_assert_stack_empty()
59 int x87_stack:8; member