Searched refs:srcS (Results 1 – 2 of 2) sorted by relevance
1678 UShort *srcS, *dstS; in x86g_dirtyhelper_FXSAVE() local1721 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() local1810 dstS[0] = srcS[0]; in x86g_dirtyhelper_FXRSTOR()1811 dstS[1] = srcS[1]; in x86g_dirtyhelper_FXRSTOR()[all …]
1746 UShort *srcS, *dstS; in amd64g_dirtyhelper_FXSAVE() local1793 srcS = (UShort*)(&tmp.reg[10*stno]); in amd64g_dirtyhelper_FXSAVE()1795 dstS[0] = srcS[0]; in amd64g_dirtyhelper_FXSAVE()1796 dstS[1] = srcS[1]; in amd64g_dirtyhelper_FXSAVE()1797 dstS[2] = srcS[2]; in amd64g_dirtyhelper_FXSAVE()1798 dstS[3] = srcS[3]; in amd64g_dirtyhelper_FXSAVE()1799 dstS[4] = srcS[4]; in amd64g_dirtyhelper_FXSAVE()1884 UShort* srcS = (UShort*)(&addrS[16 + 8*stno]); in amd64g_dirtyhelper_FXRSTOR() local1885 dstS[0] = srcS[0]; in amd64g_dirtyhelper_FXRSTOR()1886 dstS[1] = srcS[1]; in amd64g_dirtyhelper_FXRSTOR()[all …]