Home
last modified time | relevance | path

Searched refs:x87_stack (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c1525 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()
Drtasm_x86sse.h59 int x87_stack:8; member