GCC Middle and Back End API Reference
|
#include <wide-int-bitmask.h>
Public Member Functions | |
constexpr | wide_int_bitmask () |
constexpr | wide_int_bitmask (uint64_t l) |
constexpr | wide_int_bitmask (uint64_t l, uint64_t h) |
wide_int_bitmask & | operator&= (wide_int_bitmask) |
wide_int_bitmask & | operator|= (wide_int_bitmask) |
constexpr wide_int_bitmask | operator~ () const |
constexpr wide_int_bitmask | operator& (wide_int_bitmask) const |
constexpr wide_int_bitmask | operator| (wide_int_bitmask) const |
wide_int_bitmask | operator>> (int) |
wide_int_bitmask | operator<< (int) |
bool | operator== (wide_int_bitmask) const |
bool | operator!= (wide_int_bitmask) const |
Data Fields | |
uint64_t | low |
uint64_t | high |
Operation with 128 bit bitmask. Copyright (C) 2013-2024 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>.
|
constexpr |
Referenced by operator&(), operator|(), and operator~().
|
constexpr |
|
constexpr |
|
inline |
|
constexpr |
References b, high, low, and wide_int_bitmask().
|
inline |
|
inline |
|
inline |
|
inline |
|
constexpr |
References b, high, low, and wide_int_bitmask().
|
inline |
|
constexpr |
References high, low, and wide_int_bitmask().
uint64_t wide_int_bitmask::high |
Referenced by operator!=(), operator&(), operator&=(), operator<<(), operator==(), operator>>(), operator|(), operator|=(), and operator~().
uint64_t wide_int_bitmask::low |
Referenced by operator!=(), operator&(), operator&=(), operator<<(), operator==(), operator>>(), operator|(), operator|=(), and operator~().