Lines Matching full:w64
1957 ULong w64 = e->Iex.Const.con->Ico.U64;1958 UInt wHi = toUInt(w64 >> 32);1959 UInt wLo = toUInt(w64);2159 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;2160 UInt wHi = toUInt(w64 >> 32);2161 UInt wLo = toUInt(w64);