Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c1677 UShort *srcS, *dstS; in x86g_dirtyhelper_FXSAVE() local
1721 dstS = (UShort*)(&addrS[16 + 8*stno]); in x86g_dirtyhelper_FXSAVE()
1722 dstS[0] = srcS[0]; in x86g_dirtyhelper_FXSAVE()
1723 dstS[1] = srcS[1]; in x86g_dirtyhelper_FXSAVE()
1724 dstS[2] = srcS[2]; in x86g_dirtyhelper_FXSAVE()
1725 dstS[3] = srcS[3]; in x86g_dirtyhelper_FXSAVE()
1726 dstS[4] = srcS[4]; in x86g_dirtyhelper_FXSAVE()
1727 dstS[5] = 0; in x86g_dirtyhelper_FXSAVE()
1728 dstS[6] = 0; in x86g_dirtyhelper_FXSAVE()
1729 dstS[7] = 0; in x86g_dirtyhelper_FXSAVE()
[all …]
Dguest_amd64_helpers.c1632 UShort *srcS, *dstS; in amd64g_dirtyhelper_FXSAVE() local
1680 dstS = (UShort*)(&addrS[16 + 8*stno]); in amd64g_dirtyhelper_FXSAVE()
1681 dstS[0] = srcS[0]; in amd64g_dirtyhelper_FXSAVE()
1682 dstS[1] = srcS[1]; in amd64g_dirtyhelper_FXSAVE()
1683 dstS[2] = srcS[2]; in amd64g_dirtyhelper_FXSAVE()
1684 dstS[3] = srcS[3]; in amd64g_dirtyhelper_FXSAVE()
1685 dstS[4] = srcS[4]; in amd64g_dirtyhelper_FXSAVE()
1686 dstS[5] = 0; in amd64g_dirtyhelper_FXSAVE()
1687 dstS[6] = 0; in amd64g_dirtyhelper_FXSAVE()
1688 dstS[7] = 0; in amd64g_dirtyhelper_FXSAVE()
[all …]