Returns a bitwise AND of this value with the specified value.
Returns a bitwise AND of this value with the specified value.
The resulting value's size is the minimum of this value's size and the specified value's size.
Returns a bitwise complement of this value.
Returns a bitwise OR of this value with the specified value.
Returns a bitwise OR of this value with the specified value.
The resulting value's size is the minimum of this value's size and the specified value's size.
Returns a value of the same size with each bit circularly shifted to the left n
bits.
Returns a value of the same size with each bit circularly shifted to the right n
bits.
Returns a value of the same size with each bit shifted to the left n
bits.
Returns a value of the same size with each bit shifted to the right n
bits.
Returns a value of the same size with each bit shifted to the right n
bits.
whether the n
left-msot bits should take on the value of bit 0
Returns a bitwise XOR of this value with the specified value.
Returns a bitwise XOR of this value with the specified value.
The resulting value's size is the minimum of this value's size and the specified value's size.
Returns a bitwise AND of this value with the specified value.
Returns a bitwise AND of this value with the specified value.
The resulting value's size is the minimum of this value's size and the specified value's size.
Returns a value of the same size with each bit shifted to the left n
bits.
Returns a value of the same size with each bit shifted to the right n
bits where the n
left-most bits are sign extended.
Returns a value of the same size with each bit shifted to the right n
bits where the n
left-most bits are low.
Returns a bitwise XOR of this value with the specified value.
Returns a bitwise XOR of this value with the specified value.
The resulting value's size is the minimum of this value's size and the specified value's size.
Returns a bitwise if-and-only-if of this value with the specified value.
Returns a bitwise if-and-only-if of this value with the specified value.
The resulting value's size is the minimum of this value's size and the specified value's size.
Returns a bitwise implication of this value with the specified value.
Returns a bitwise implication of this value with the specified value.
The resulting value's size is the minimum of this value's size and the specified value's size.
Returns a bitwise NAND of this value with the specified value.
Returns a bitwise NAND of this value with the specified value.
The resulting value's size is the minimum of this value's size and the specified value's size.
Returns a bitwise NOR of this value with the specified value.
Returns a bitwise NOR of this value with the specified value.
The resulting value's size is the minimum of this value's size and the specified value's size.
Returns a bitwise complement of this value.
Returns a bitwise OR of this value with the specified value.
Returns a bitwise OR of this value with the specified value.
The resulting value's size is the minimum of this value's size and the specified value's size.
Bitwise operations on a value of type
Repr
.type that supports that supports bitwise operations
numeric index type