Searched refs:PackedArith (Results 1 – 2 of 2) sorted by relevance
293 template <typename C> class PackedArith {459 PackedArith<Container> operator~() const {466 return PackedArith<Container>(*reinterpret_cast<Dqword *>(&Ret));517 explicit PackedArith(const Dqword &MyLhs) : Lhs(MyLhs) {} in PackedArith() function525 template <typename C> static PackedArith<C> packedAs(const Dqword &D) { in packedAs()526 return PackedArith<C>(D); in packedAs()
405 template <typename C> class PackedArith {571 PackedArith<Container> operator~() const {578 return PackedArith<Container>(*reinterpret_cast<Dqword *>(&Ret));629 explicit PackedArith(const Dqword &MyLhs) : Lhs(MyLhs) {} in PackedArith() function637 template <typename C> static PackedArith<C> packedAs(const Dqword &D) { in packedAs()638 return PackedArith<C>(D); in packedAs()