Home | History | Annotate | Download | only in priv

Lines Matching refs:SseSF2SI

885    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.dst);
1791 mapReg(m, &i->Ain.SseSF2SI.src);
1792 mapReg(m, &i->Ain.SseSF2SI.dst);
3379 rex = rexAMode_R_reg_enc( i->Ain.SseSF2SI.dst,
3380 vregEnc3210(i->Ain.SseSF2SI.src) );
3381 *p++ = toUChar(i->Ain.SseSF2SI.szS==4 ? 0xF3 : 0xF2);
3382 *p++ = toUChar(i->Ain.SseSF2SI.szD==4 ? clearWBit(rex) : rex);
3385 p = doAMode_R_reg_enc( p, i->Ain.SseSF2SI.dst,
3386 vregEnc3210(i->Ain.SseSF2SI.src) );