Home | History | Annotate | Download | only in priv

Lines Matching refs:szS

871 AMD64Instr* AMD64Instr_SseSI2SF ( Int szS, Int szD, HReg src, HReg dst ) {
874 i->Ain.SseSI2SF.szS = toUChar(szS);
878 vassert(szS == 4 || szS == 8);
882 AMD64Instr* AMD64Instr_SseSF2SI ( Int szS, Int szD, HReg src, HReg dst ) {
885 i->Ain.SseSF2SI.szS = toUChar(szS);
889 vassert(szS == 4 || szS == 8);
1236 (i->Ain.SseSI2SF.szS==4 ? ppHRegAMD64_lo32 : ppHRegAMD64)
1242 vex_printf("cvts%s2si ", i->Ain.SseSF2SI.szS==4 ? "s" : "d");
3370 *p++ = toUChar(i->Ain.SseSI2SF.szS==4 ? clearWBit(rex) : rex);
3381 *p++ = toUChar(i->Ain.SseSF2SI.szS==4 ? 0xF3 : 0xF2);