Home
last modified time | relevance | path

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

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