Home | History | Annotate | Download | only in priv

Lines Matching refs:w64

2096       ULong w64 = e->Iex.Const.con->Ico.U64;
2097 UInt wHi = toUInt(w64 >> 32);
2098 UInt wLo = toUInt(w64);
2255 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
2256 UInt wHi = toUInt(w64 >> 32);
2257 UInt wLo = toUInt(w64);