Lines Matching refs:dstS
1715 UShort *srcS, *dstS; in x86g_dirtyhelper_FXSAVE() local
1759 dstS = (UShort*)(&addrS[16 + 8*stno]); in x86g_dirtyhelper_FXSAVE()
1760 dstS[0] = srcS[0]; in x86g_dirtyhelper_FXSAVE()
1761 dstS[1] = srcS[1]; in x86g_dirtyhelper_FXSAVE()
1762 dstS[2] = srcS[2]; in x86g_dirtyhelper_FXSAVE()
1763 dstS[3] = srcS[3]; in x86g_dirtyhelper_FXSAVE()
1764 dstS[4] = srcS[4]; in x86g_dirtyhelper_FXSAVE()
1765 dstS[5] = 0; in x86g_dirtyhelper_FXSAVE()
1766 dstS[6] = 0; in x86g_dirtyhelper_FXSAVE()
1767 dstS[7] = 0; in x86g_dirtyhelper_FXSAVE()
1846 UShort* dstS = (UShort*)(&tmp.reg[10*stno]); in x86g_dirtyhelper_FXRSTOR() local
1848 dstS[0] = srcS[0]; in x86g_dirtyhelper_FXRSTOR()
1849 dstS[1] = srcS[1]; in x86g_dirtyhelper_FXRSTOR()
1850 dstS[2] = srcS[2]; in x86g_dirtyhelper_FXRSTOR()
1851 dstS[3] = srcS[3]; in x86g_dirtyhelper_FXRSTOR()
1852 dstS[4] = srcS[4]; in x86g_dirtyhelper_FXRSTOR()