Lines Matching refs:srcS
1678 UShort *srcS, *dstS; in x86g_dirtyhelper_FXSAVE() local
1721 srcS = (UShort*)(&tmp.reg[10*stno]); in x86g_dirtyhelper_FXSAVE()
1723 dstS[0] = srcS[0]; in x86g_dirtyhelper_FXSAVE()
1724 dstS[1] = srcS[1]; in x86g_dirtyhelper_FXSAVE()
1725 dstS[2] = srcS[2]; in x86g_dirtyhelper_FXSAVE()
1726 dstS[3] = srcS[3]; in x86g_dirtyhelper_FXSAVE()
1727 dstS[4] = srcS[4]; in x86g_dirtyhelper_FXSAVE()
1809 UShort* srcS = (UShort*)(&addrS[16 + 8*stno]); in x86g_dirtyhelper_FXRSTOR() local
1810 dstS[0] = srcS[0]; in x86g_dirtyhelper_FXRSTOR()
1811 dstS[1] = srcS[1]; in x86g_dirtyhelper_FXRSTOR()
1812 dstS[2] = srcS[2]; in x86g_dirtyhelper_FXRSTOR()
1813 dstS[3] = srcS[3]; in x86g_dirtyhelper_FXRSTOR()
1814 dstS[4] = srcS[4]; in x86g_dirtyhelper_FXRSTOR()