Lines Matching full:bits
31 /// \brief Counts the number of trailing zero bits in the operand.
44 /// bits in the operand.
67 /// \brief Clears all bits in the source except for the least significant bit
79 /// An unsigned integer whose bits are to be cleared.
80 /// \returns An unsigned integer containing the result of clearing the bits from
84 /// \brief Creates a mask whose bits are set to 1, using bit 0 up to and
118 /// \brief Counts the number of trailing zero bits in the operand.
131 /// bits in the operand.
142 /// \brief Counts the number of trailing zero bits in the operand.
151 /// bits in the operand.
178 /// \brief Extracts the specified bits from the first operand and returns them
179 /// in the least significant bits of the result.
186 /// An unsigned integer whose bits are to be extracted.
188 /// An unsigned integer used to specify which bits are extracted. Bits [7:0]
189 /// specify the index of the least significant bit. Bits [15:8] specify the
190 /// number of bits to be extracted.
191 /// \returns An unsigned integer whose least significant bits contain the
192 /// extracted bits.
200 /// \brief Extracts the specified bits from the first operand and returns them
201 /// in the least significant bits of the result.
208 /// An unsigned integer whose bits are to be extracted.
211 /// bit for the bits to be extracted. Bits [7:0] specify the index.
213 /// An unsigned integer used to specify the number of bits to be extracted.
214 /// Bits [7:0] specify the number of bits.
215 /// \returns An unsigned integer whose least significant bits contain the
216 /// extracted bits.
223 /// \brief Clears all bits in the source except for the least significant bit
231 /// An unsigned integer whose bits are to be cleared.
232 /// \returns An unsigned integer containing the result of clearing the bits from
240 /// \brief Creates a mask whose bits are set to 1, using bit 0 up to and
274 /// \brief Counts the number of trailing zero bits in the operand.
283 /// bits in the operand.
290 /// \brief Counts the number of trailing zero bits in the operand.
299 /// bits in the operand.
328 /// \brief Clears all bits in the source except for the least significant bit
340 /// An unsigned 64-bit integer whose bits are to be cleared.
342 /// bits from the source operand.
345 /// \brief Creates a mask whose bits are set to 1, using bit 0 up to and
379 /// \brief Counts the number of trailing zero bits in the operand.
392 /// bits in the operand.
415 /// \brief Extracts the specified bits from the first operand and returns them
416 /// in the least significant bits of the result.
423 /// An unsigned 64-bit integer whose bits are to be extracted.
425 /// An unsigned 64-bit integer used to specify which bits are extracted. Bits
426 /// [7:0] specify the index of the least significant bit. Bits [15:8] specify
427 /// the number of bits to be extracted.
428 /// \returns An unsigned 64-bit integer whose least significant bits contain the
429 /// extracted bits.
437 /// \brief Extracts the specified bits from the first operand and returns them
438 /// in the least significant bits of the result.
445 /// An unsigned 64-bit integer whose bits are to be extracted.
448 /// bit for the bits to be extracted. Bits [7:0] specify the index.
450 /// An unsigned integer used to specify the number of bits to be extracted.
451 /// Bits [7:0] specify the number of bits.
452 /// \returns An unsigned 64-bit integer whose least significant bits contain the
453 /// extracted bits.
460 /// \brief Clears all bits in the source except for the least significant bit
468 /// An unsigned 64-bit integer whose bits are to be cleared.
470 /// bits from the source operand.
477 /// \brief Creates a mask whose bits are set to 1, using bit 0 up to and
511 /// \brief Counts the number of trailing zero bits in the operand.
520 /// bits in the operand.
527 /// \brief Counts the number of trailing zero bits in the operand.
536 /// bits in the operand.