Home | History | Annotate | Download | only in priv

Lines Matching refs:w64

2078       ULong   w64 = e->Iex.Const.con->Ico.U64;
2079 UInt wHi = toUInt(w64 >> 32);
2080 UInt wLo = toUInt(w64);