Lines Matching +full:64 +full:- +full:bit

1 /*===---- ammintrin.h - SSE4a intrinsics -----------------------------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
22 /// Extracts the specified bits from the lower 64 bits of the 128-bit
37 /// are zero, the length is interpreted as 64.
39 /// Bits [5:0] specify the index of the least significant bit; the other
40 /// bits are ignored. If the sum of the index and length is greater than 64,
43 /// index is non-zero, the result is undefined.
44 /// \returns A 128-bit integer vector whose lower 64 bits contain the bits
50 /// Extracts the specified bits from the lower 64 bits of the 128-bit
61 /// Specifies the index of the least significant bit at [13:8] and the
63 /// length is interpreted as 64. If the sum of the index and length is
64 /// greater than 64, the result is undefined. If the length and index are
66 /// is zero but the index is non-zero, the result is undefined.
67 /// \returns A 128-bit vector whose lower 64 bits contain the bits extracted
76 /// \a y into the lower 64 bits of the destination integer vector \a x at
91 /// least significant bit.
97 /// are zero, the length is interpreted as 64.
99 /// Bits [5:0] specify the index of the least significant bit; the other
100 /// bits are ignored. If the sum of the index and length is greater than 64,
103 /// is zero but the index is non-zero, the result is undefined.
104 /// \returns A 128-bit integer vector containing the original lower 64-bits of
106 /// lower bits of source operand \a y. The upper 64 bits of the return value
114 /// \a __y into the lower 64 bits of the destination integer vector \a __x
123 /// are defined by the length and by the index of the least significant bit
128 /// specified by bits [69:64]. These are inserted into the destination at the
130 /// [69:64] are zero, the length is interpreted as 64. If the sum of the
131 /// index and length is greater than 64, the result is undefined. If the
134 /// non-zero, the result is undefined.
135 /// \returns A 128-bit integer vector containing the original lower 64-bits of
137 /// lower bits of source operand \a __y. The upper 64 bits of the return
145 /// Stores a 64-bit double-precision value in a 64-bit memory location.
146 /// To minimize caching, the data is flagged as non-temporal (unlikely to be
154 /// The 64-bit memory location used to store the register value.
156 /// The 64-bit double-precision floating-point register value to be stored.
163 /// Stores a 32-bit single-precision floating-point value in a 32-bit
165 /// non-temporal (unlikely to be used again soon).
172 /// The 32-bit memory location used to store the register value.
174 /// The 32-bit single-precision floating-point register value to be stored.