Searched refs:x87_stack (Results 1 – 2 of 2) sorted by relevance
1516 p->x87_stack--; in note_x87_pop()1517 assert(p->x87_stack >= 0); in note_x87_pop()1522 p->x87_stack++; in note_x87_push()1523 assert(p->x87_stack <= 7); in note_x87_push()1528 assert (p->x87_stack == 0); in x87_assert_stack_empty()
59 int x87_stack:8; member