Lines Matching +full:zero +full:- +full:point

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.
41 /// the result is undefined. If the length and index are both zero, bits
42 /// [63:0] of parameter \a x are extracted. If the length is zero but the
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
62 /// length at [5:0]; all other bits are ignored. If bits [5:0] are zero, the
65 /// both zero, bits [63:0] of parameter \a __x are extracted. If the length
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
97 /// are zero, the length is interpreted as 64.
101 /// the result is undefined. If the length and index are both zero, bits
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
130 /// [69:64] are zero, the length is interpreted as 64. If the sum of the
132 /// length and index are both zero, bits [63:0] of parameter \a __y are
133 /// inserted into parameter \a __x. If the length is zero but the index is
134 /// non-zero, the result is undefined.
135 /// \returns A 128-bit integer vector containing the original lower 64-bits of
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.