Searched refs:SseSF2SI (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_amd64_defs.c885 i->Ain.SseSF2SI.szS = toUChar(szS);
886 i->Ain.SseSF2SI.szD = toUChar(szD);
887 i->Ain.SseSF2SI.src = src;
888 i->Ain.SseSF2SI.dst = dst;
1242 vex_printf("cvts%s2si ", i->Ain.SseSF2SI.szS==4 ? "s" : "d");
1243 ppHRegAMD64(i->Ain.SseSF2SI.src);
1245 (i->Ain.SseSF2SI.szD==4 ? ppHRegAMD64_lo32 : ppHRegAMD64)
1246 (i->Ain.SseSF2SI.dst);
1557 addHRegUse(u, HRmRead, i->Ain.SseSF2SI.src);
1558 addHRegUse(u, HRmWrite, i->Ain.SseSF2SI
[all...]
H A Dhost_amd64_defs.h631 } SseSF2SI; member in union:__anon15061::__anon15062

Completed in 30 milliseconds