Home | History | Annotate | Download | only in priv

Lines Matching defs:w64

1893       ULong w64 = e->Iex.Const.con->Ico.U64;
1894 UInt wHi = toUInt(w64 >> 32);
1895 UInt wLo = toUInt(w64);