Home | History | Annotate | Download | only in priv

Lines Matching full:w64

1919       ULong w64 = e->Iex.Const.con->Ico.U64;
1920 UInt wHi = toUInt(w64 >> 32);
1921 UInt wLo = toUInt(w64);
2121 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
2122 UInt wHi = toUInt(w64 >> 32);
2123 UInt wLo = toUInt(w64);