Lines Matching refs:stno
1605 Int stno, preg; in do_put_x87() local
1619 for (stno = 0; stno < 8; stno++) { in do_put_x87()
1620 preg = (stno + ftop) & 7; in do_put_x87()
1634 convert_f80le_to_f64le( &x87->reg[10*stno], in do_put_x87()
1665 Int i, stno, preg; in do_get_x87() local
1684 for (stno = 0; stno < 8; stno++) { in do_get_x87()
1685 preg = (stno + ftop) & 7; in do_get_x87()
1690 &x87->reg[10*stno] ); in do_get_x87()
1695 &x87->reg[10*stno] ); in do_get_x87()
1714 Int r, stno; in x86g_dirtyhelper_FXSAVE() local
1757 for (stno = 0; stno < 8; stno++) { in x86g_dirtyhelper_FXSAVE()
1758 srcS = (UShort*)(&tmp.reg[10*stno]); in x86g_dirtyhelper_FXSAVE()
1759 dstS = (UShort*)(&addrS[16 + 8*stno]); in x86g_dirtyhelper_FXSAVE()
1804 Int r, stno, i; in x86g_dirtyhelper_FXRSTOR() local
1845 for (stno = 0; stno < 8; stno++) { in x86g_dirtyhelper_FXRSTOR()
1846 UShort* dstS = (UShort*)(&tmp.reg[10*stno]); in x86g_dirtyhelper_FXRSTOR()
1847 UShort* srcS = (UShort*)(&addrS[16 + 8*stno]); in x86g_dirtyhelper_FXRSTOR()