ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
#include <pmmintrin.h>
Go to the source code of this file.
Macros | |
#define | __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("ssse3"), __min_vector_width__(64))) |
#define | __DEFAULT_FN_ATTRS_MMX __attribute__((__always_inline__, __nodebug__, __target__("mmx,ssse3"), __min_vector_width__(64))) |
#define | _mm_alignr_epi8(a, b, n) |
Concatenates the two 128-bit integer vector operands, and right-shifts the result by the number of bytes specified in the immediate operand. More... | |
#define | _mm_alignr_pi8(a, b, n) (__m64)__builtin_ia32_palignr((__v8qi)(__m64)(a), (__v8qi)(__m64)(b), (n)) |
Concatenates the two 64-bit integer vector operands, and right-shifts the result by the number of bytes specified in the immediate operand. More... | |
Functions | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_abs_pi8 (__m64 __a) |
Computes the absolute value of each of the packed 8-bit signed integers in the source operand and stores the 8-bit unsigned integer results in the destination. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_abs_epi8 (__m128i __a) |
Computes the absolute value of each of the packed 8-bit signed integers in the source operand and stores the 8-bit unsigned integer results in the destination. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_abs_pi16 (__m64 __a) |
Computes the absolute value of each of the packed 16-bit signed integers in the source operand and stores the 16-bit unsigned integer results in the destination. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_abs_epi16 (__m128i __a) |
Computes the absolute value of each of the packed 16-bit signed integers in the source operand and stores the 16-bit unsigned integer results in the destination. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_abs_pi32 (__m64 __a) |
Computes the absolute value of each of the packed 32-bit signed integers in the source operand and stores the 32-bit unsigned integer results in the destination. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_abs_epi32 (__m128i __a) |
Computes the absolute value of each of the packed 32-bit signed integers in the source operand and stores the 32-bit unsigned integer results in the destination. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_hadd_epi16 (__m128i __a, __m128i __b) |
Horizontally adds the adjacent pairs of values contained in 2 packed 128-bit vectors of [8 x i16]. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_hadd_epi32 (__m128i __a, __m128i __b) |
Horizontally adds the adjacent pairs of values contained in 2 packed 128-bit vectors of [4 x i32]. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_hadd_pi16 (__m64 __a, __m64 __b) |
Horizontally adds the adjacent pairs of values contained in 2 packed 64-bit vectors of [4 x i16]. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_hadd_pi32 (__m64 __a, __m64 __b) |
Horizontally adds the adjacent pairs of values contained in 2 packed 64-bit vectors of [2 x i32]. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_hadds_epi16 (__m128i __a, __m128i __b) |
Horizontally adds the adjacent pairs of values contained in 2 packed 128-bit vectors of [8 x i16]. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_hadds_pi16 (__m64 __a, __m64 __b) |
Horizontally adds the adjacent pairs of values contained in 2 packed 64-bit vectors of [4 x i16]. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_hsub_epi16 (__m128i __a, __m128i __b) |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 128-bit vectors of [8 x i16]. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_hsub_epi32 (__m128i __a, __m128i __b) |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 128-bit vectors of [4 x i32]. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_hsub_pi16 (__m64 __a, __m64 __b) |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 64-bit vectors of [4 x i16]. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_hsub_pi32 (__m64 __a, __m64 __b) |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 64-bit vectors of [2 x i32]. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_hsubs_epi16 (__m128i __a, __m128i __b) |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 128-bit vectors of [8 x i16]. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_hsubs_pi16 (__m64 __a, __m64 __b) |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 64-bit vectors of [4 x i16]. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_maddubs_epi16 (__m128i __a, __m128i __b) |
Multiplies corresponding pairs of packed 8-bit unsigned integer values contained in the first source operand and packed 8-bit signed integer values contained in the second source operand, adds pairs of contiguous products with signed saturation, and writes the 16-bit sums to the corresponding bits in the destination. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_maddubs_pi16 (__m64 __a, __m64 __b) |
Multiplies corresponding pairs of packed 8-bit unsigned integer values contained in the first source operand and packed 8-bit signed integer values contained in the second source operand, adds pairs of contiguous products with signed saturation, and writes the 16-bit sums to the corresponding bits in the destination. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_mulhrs_epi16 (__m128i __a, __m128i __b) |
Multiplies packed 16-bit signed integer values, truncates the 32-bit products to the 18 most significant bits by right-shifting, rounds the truncated value by adding 1, and writes bits [16:1] to the destination. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_mulhrs_pi16 (__m64 __a, __m64 __b) |
Multiplies packed 16-bit signed integer values, truncates the 32-bit products to the 18 most significant bits by right-shifting, rounds the truncated value by adding 1, and writes bits [16:1] to the destination. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_shuffle_epi8 (__m128i __a, __m128i __b) |
Copies the 8-bit integers from a 128-bit integer vector to the destination or clears 8-bit values in the destination, as specified by the second source operand. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_shuffle_pi8 (__m64 __a, __m64 __b) |
Copies the 8-bit integers from a 64-bit integer vector to the destination or clears 8-bit values in the destination, as specified by the second source operand. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_sign_epi8 (__m128i __a, __m128i __b) |
For each 8-bit integer in the first source operand, perform one of the following actions as specified by the second source operand. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_sign_epi16 (__m128i __a, __m128i __b) |
For each 16-bit integer in the first source operand, perform one of the following actions as specified by the second source operand. More... | |
static __inline__ __m128i __DEFAULT_FN_ATTRS | _mm_sign_epi32 (__m128i __a, __m128i __b) |
For each 32-bit integer in the first source operand, perform one of the following actions as specified by the second source operand. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_sign_pi8 (__m64 __a, __m64 __b) |
For each 8-bit integer in the first source operand, perform one of the following actions as specified by the second source operand. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_sign_pi16 (__m64 __a, __m64 __b) |
For each 16-bit integer in the first source operand, perform one of the following actions as specified by the second source operand. More... | |
static __inline__ __m64 __DEFAULT_FN_ATTRS_MMX | _mm_sign_pi32 (__m64 __a, __m64 __b) |
For each 32-bit integer in the first source operand, perform one of the following actions as specified by the second source operand. More... | |
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("ssse3"), __min_vector_width__(64))) |
Definition at line 16 of file tmmintrin.h.
#define __DEFAULT_FN_ATTRS_MMX __attribute__((__always_inline__, __nodebug__, __target__("mmx,ssse3"), __min_vector_width__(64))) |
Definition at line 17 of file tmmintrin.h.
#define _mm_alignr_epi8 | ( | a, | |
b, | |||
n | |||
) |
Concatenates the two 128-bit integer vector operands, and right-shifts the result by the number of bytes specified in the immediate operand.
This intrinsic corresponds to the PALIGNR
instruction.
a | A 128-bit vector of [16 x i8] containing one of the source operands. |
b | A 128-bit vector of [16 x i8] containing one of the source operands. |
n | An immediate operand specifying how many bytes to right-shift the result. |
Definition at line 147 of file tmmintrin.h.
#define _mm_alignr_pi8 | ( | a, | |
b, | |||
n | |||
) | (__m64)__builtin_ia32_palignr((__v8qi)(__m64)(a), (__v8qi)(__m64)(b), (n)) |
Concatenates the two 64-bit integer vector operands, and right-shifts the result by the number of bytes specified in the immediate operand.
This intrinsic corresponds to the PALIGNR
instruction.
a | A 64-bit vector of [8 x i8] containing one of the source operands. |
b | A 64-bit vector of [8 x i8] containing one of the source operands. |
n | An immediate operand specifying how many bytes to right-shift the result. |
Definition at line 170 of file tmmintrin.h.
|
static |
Computes the absolute value of each of the packed 16-bit signed integers in the source operand and stores the 16-bit unsigned integer results in the destination.
This intrinsic corresponds to the VPABSW
instruction.
__a | A 128-bit vector of [8 x i16]. |
Definition at line 86 of file tmmintrin.h.
References __a.
Referenced by _mm_mask_abs_epi16(), and _mm_maskz_abs_epi16().
|
static |
Computes the absolute value of each of the packed 32-bit signed integers in the source operand and stores the 32-bit unsigned integer results in the destination.
This intrinsic corresponds to the VPABSD
instruction.
__a | A 128-bit vector of [4 x i32]. |
Definition at line 122 of file tmmintrin.h.
References __a.
Referenced by _mm_mask_abs_epi32(), and _mm_maskz_abs_epi32().
|
static |
Computes the absolute value of each of the packed 8-bit signed integers in the source operand and stores the 8-bit unsigned integer results in the destination.
This intrinsic corresponds to the VPABSB
instruction.
__a | A 128-bit vector of [16 x i8]. |
Definition at line 50 of file tmmintrin.h.
References __a.
Referenced by _mm_mask_abs_epi8(), and _mm_maskz_abs_epi8().
|
static |
Computes the absolute value of each of the packed 16-bit signed integers in the source operand and stores the 16-bit unsigned integer results in the destination.
This intrinsic corresponds to the PABSW
instruction.
__a | A 64-bit vector of [4 x i16]. |
Definition at line 68 of file tmmintrin.h.
References __a.
|
static |
Computes the absolute value of each of the packed 32-bit signed integers in the source operand and stores the 32-bit unsigned integer results in the destination.
This intrinsic corresponds to the PABSD
instruction.
__a | A 64-bit vector of [2 x i32]. |
Definition at line 104 of file tmmintrin.h.
References __a.
|
static |
Computes the absolute value of each of the packed 8-bit signed integers in the source operand and stores the 8-bit unsigned integer results in the destination.
This intrinsic corresponds to the PABSB
instruction.
__a | A 64-bit vector of [8 x i8]. |
Definition at line 32 of file tmmintrin.h.
References __a.
|
static |
Horizontally adds the adjacent pairs of values contained in 2 packed 128-bit vectors of [8 x i16].
This intrinsic corresponds to the VPHADDW
instruction.
__a | A 128-bit vector of [8 x i16] containing one of the source operands. The horizontal sums of the values are stored in the lower bits of the destination. |
__b | A 128-bit vector of [8 x i16] containing one of the source operands. The horizontal sums of the values are stored in the upper bits of the destination. |
Definition at line 191 of file tmmintrin.h.
|
static |
Horizontally adds the adjacent pairs of values contained in 2 packed 128-bit vectors of [4 x i32].
This intrinsic corresponds to the VPHADDD
instruction.
__a | A 128-bit vector of [4 x i32] containing one of the source operands. The horizontal sums of the values are stored in the lower bits of the destination. |
__b | A 128-bit vector of [4 x i32] containing one of the source operands. The horizontal sums of the values are stored in the upper bits of the destination. |
Definition at line 214 of file tmmintrin.h.
|
static |
Horizontally adds the adjacent pairs of values contained in 2 packed 64-bit vectors of [4 x i16].
This intrinsic corresponds to the PHADDW
instruction.
__a | A 64-bit vector of [4 x i16] containing one of the source operands. The horizontal sums of the values are stored in the lower bits of the destination. |
__b | A 64-bit vector of [4 x i16] containing one of the source operands. The horizontal sums of the values are stored in the upper bits of the destination. |
Definition at line 237 of file tmmintrin.h.
|
static |
Horizontally adds the adjacent pairs of values contained in 2 packed 64-bit vectors of [2 x i32].
This intrinsic corresponds to the PHADDD
instruction.
__a | A 64-bit vector of [2 x i32] containing one of the source operands. The horizontal sums of the values are stored in the lower bits of the destination. |
__b | A 64-bit vector of [2 x i32] containing one of the source operands. The horizontal sums of the values are stored in the upper bits of the destination. |
Definition at line 260 of file tmmintrin.h.
|
static |
Horizontally adds the adjacent pairs of values contained in 2 packed 128-bit vectors of [8 x i16].
Positive sums greater than 0x7FFF are saturated to 0x7FFF. Negative sums less than 0x8000 are saturated to 0x8000.
This intrinsic corresponds to the VPHADDSW
instruction.
__a | A 128-bit vector of [8 x i16] containing one of the source operands. The horizontal sums of the values are stored in the lower bits of the destination. |
__b | A 128-bit vector of [8 x i16] containing one of the source operands. The horizontal sums of the values are stored in the upper bits of the destination. |
Definition at line 285 of file tmmintrin.h.
|
static |
Horizontally adds the adjacent pairs of values contained in 2 packed 64-bit vectors of [4 x i16].
Positive sums greater than 0x7FFF are saturated to 0x7FFF. Negative sums less than 0x8000 are saturated to 0x8000.
This intrinsic corresponds to the PHADDSW
instruction.
__a | A 64-bit vector of [4 x i16] containing one of the source operands. The horizontal sums of the values are stored in the lower bits of the destination. |
__b | A 64-bit vector of [4 x i16] containing one of the source operands. The horizontal sums of the values are stored in the upper bits of the destination. |
Definition at line 310 of file tmmintrin.h.
|
static |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 128-bit vectors of [8 x i16].
This intrinsic corresponds to the VPHSUBW
instruction.
__a | A 128-bit vector of [8 x i16] containing one of the source operands. The horizontal differences between the values are stored in the lower bits of the destination. |
__b | A 128-bit vector of [8 x i16] containing one of the source operands. The horizontal differences between the values are stored in the upper bits of the destination. |
Definition at line 333 of file tmmintrin.h.
|
static |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 128-bit vectors of [4 x i32].
This intrinsic corresponds to the VPHSUBD
instruction.
__a | A 128-bit vector of [4 x i32] containing one of the source operands. The horizontal differences between the values are stored in the lower bits of the destination. |
__b | A 128-bit vector of [4 x i32] containing one of the source operands. The horizontal differences between the values are stored in the upper bits of the destination. |
Definition at line 356 of file tmmintrin.h.
|
static |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 64-bit vectors of [4 x i16].
This intrinsic corresponds to the PHSUBW
instruction.
__a | A 64-bit vector of [4 x i16] containing one of the source operands. The horizontal differences between the values are stored in the lower bits of the destination. |
__b | A 64-bit vector of [4 x i16] containing one of the source operands. The horizontal differences between the values are stored in the upper bits of the destination. |
Definition at line 379 of file tmmintrin.h.
|
static |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 64-bit vectors of [2 x i32].
This intrinsic corresponds to the PHSUBD
instruction.
__a | A 64-bit vector of [2 x i32] containing one of the source operands. The horizontal differences between the values are stored in the lower bits of the destination. |
__b | A 64-bit vector of [2 x i32] containing one of the source operands. The horizontal differences between the values are stored in the upper bits of the destination. |
Definition at line 402 of file tmmintrin.h.
|
static |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 128-bit vectors of [8 x i16].
Positive differences greater than 0x7FFF are saturated to 0x7FFF. Negative differences less than 0x8000 are saturated to 0x8000.
This intrinsic corresponds to the VPHSUBSW
instruction.
__a | A 128-bit vector of [8 x i16] containing one of the source operands. The horizontal differences between the values are stored in the lower bits of the destination. |
__b | A 128-bit vector of [8 x i16] containing one of the source operands. The horizontal differences between the values are stored in the upper bits of the destination. |
Definition at line 427 of file tmmintrin.h.
|
static |
Horizontally subtracts the adjacent pairs of values contained in 2 packed 64-bit vectors of [4 x i16].
Positive differences greater than 0x7FFF are saturated to 0x7FFF. Negative differences less than 0x8000 are saturated to 0x8000.
This intrinsic corresponds to the PHSUBSW
instruction.
__a | A 64-bit vector of [4 x i16] containing one of the source operands. The horizontal differences between the values are stored in the lower bits of the destination. |
__b | A 64-bit vector of [4 x i16] containing one of the source operands. The horizontal differences between the values are stored in the upper bits of the destination. |
Definition at line 452 of file tmmintrin.h.
|
static |
Multiplies corresponding pairs of packed 8-bit unsigned integer values contained in the first source operand and packed 8-bit signed integer values contained in the second source operand, adds pairs of contiguous products with signed saturation, and writes the 16-bit sums to the corresponding bits in the destination.
For example, bits [7:0] of both operands are multiplied, bits [15:8] of both operands are multiplied, and the sum of both results is written to bits [15:0] of the destination.
This intrinsic corresponds to the VPMADDUBSW
instruction.
__a | A 128-bit integer vector containing the first source operand. |
__b | A 128-bit integer vector containing the second source operand. |
Definition at line 486 of file tmmintrin.h.
Referenced by _mm_mask_maddubs_epi16(), and _mm_maskz_maddubs_epi16().
|
static |
Multiplies corresponding pairs of packed 8-bit unsigned integer values contained in the first source operand and packed 8-bit signed integer values contained in the second source operand, adds pairs of contiguous products with signed saturation, and writes the 16-bit sums to the corresponding bits in the destination.
For example, bits [7:0] of both operands are multiplied, bits [15:8] of both operands are multiplied, and the sum of both results is written to bits [15:0] of the destination.
This intrinsic corresponds to the PMADDUBSW
instruction.
__a | A 64-bit integer vector containing the first source operand. |
__b | A 64-bit integer vector containing the second source operand. |
Definition at line 516 of file tmmintrin.h.
|
static |
Multiplies packed 16-bit signed integer values, truncates the 32-bit products to the 18 most significant bits by right-shifting, rounds the truncated value by adding 1, and writes bits [16:1] to the destination.
This intrinsic corresponds to the VPMULHRSW
instruction.
__a | A 128-bit vector of [8 x i16] containing one of the source operands. |
__b | A 128-bit vector of [8 x i16] containing one of the source operands. |
Definition at line 536 of file tmmintrin.h.
Referenced by _mm_mask_mulhrs_epi16(), and _mm_maskz_mulhrs_epi16().
|
static |
Multiplies packed 16-bit signed integer values, truncates the 32-bit products to the 18 most significant bits by right-shifting, rounds the truncated value by adding 1, and writes bits [16:1] to the destination.
This intrinsic corresponds to the PMULHRSW
instruction.
__a | A 64-bit vector of [4 x i16] containing one of the source operands. |
__b | A 64-bit vector of [4 x i16] containing one of the source operands. |
Definition at line 556 of file tmmintrin.h.
|
static |
Copies the 8-bit integers from a 128-bit integer vector to the destination or clears 8-bit values in the destination, as specified by the second source operand.
This intrinsic corresponds to the VPSHUFB
instruction.
__a | A 128-bit integer vector containing the values to be copied. |
__b | A 128-bit integer vector containing control bytes corresponding to positions in the destination: Bit 7: 1: Clear the corresponding byte in the destination. 0: Copy the selected source byte to the corresponding byte in the destination. Bits [6:4] Reserved. Bits [3:0] select the source byte to be copied. |
Definition at line 582 of file tmmintrin.h.
Referenced by _mm_mask_shuffle_epi8(), and _mm_maskz_shuffle_epi8().
|
static |
Copies the 8-bit integers from a 64-bit integer vector to the destination or clears 8-bit values in the destination, as specified by the second source operand.
This intrinsic corresponds to the PSHUFB
instruction.
__a | A 64-bit integer vector containing the values to be copied. |
__b | A 64-bit integer vector containing control bytes corresponding to positions in the destination: Bit 7: 1: Clear the corresponding byte in the destination. 0: Copy the selected source byte to the corresponding byte in the destination. Bits [3:0] select the source byte to be copied. |
Definition at line 607 of file tmmintrin.h.
|
static |
For each 16-bit integer in the first source operand, perform one of the following actions as specified by the second source operand.
If the word in the second source is negative, calculate the two's complement of the corresponding word in the first source, and write that value to the destination. If the word in the second source is positive, copy the corresponding word from the first source to the destination. If the word in the second source is zero, clear the corresponding word in the destination.
This intrinsic corresponds to the VPSIGNW
instruction.
__a | A 128-bit integer vector containing the values to be copied. |
__b | A 128-bit integer vector containing control words corresponding to positions in the destination. |
Definition at line 659 of file tmmintrin.h.
|
static |
For each 32-bit integer in the first source operand, perform one of the following actions as specified by the second source operand.
If the doubleword in the second source is negative, calculate the two's complement of the corresponding word in the first source, and write that value to the destination. If the doubleword in the second source is positive, copy the corresponding word from the first source to the destination. If the doubleword in the second source is zero, clear the corresponding word in the destination.
This intrinsic corresponds to the VPSIGND
instruction.
__a | A 128-bit integer vector containing the values to be copied. |
__b | A 128-bit integer vector containing control doublewords corresponding to positions in the destination. |
Definition at line 685 of file tmmintrin.h.
|
static |
For each 8-bit integer in the first source operand, perform one of the following actions as specified by the second source operand.
If the byte in the second source is negative, calculate the two's complement of the corresponding byte in the first source, and write that value to the destination. If the byte in the second source is positive, copy the corresponding byte from the first source to the destination. If the byte in the second source is zero, clear the corresponding byte in the destination.
This intrinsic corresponds to the VPSIGNB
instruction.
__a | A 128-bit integer vector containing the values to be copied. |
__b | A 128-bit integer vector containing control bytes corresponding to positions in the destination. |
Definition at line 633 of file tmmintrin.h.
|
static |
For each 16-bit integer in the first source operand, perform one of the following actions as specified by the second source operand.
If the word in the second source is negative, calculate the two's complement of the corresponding word in the first source, and write that value to the destination. If the word in the second source is positive, copy the corresponding word from the first source to the destination. If the word in the second source is zero, clear the corresponding word in the destination.
This intrinsic corresponds to the PSIGNW
instruction.
__a | A 64-bit integer vector containing the values to be copied. |
__b | A 64-bit integer vector containing control words corresponding to positions in the destination. |
Definition at line 737 of file tmmintrin.h.
|
static |
For each 32-bit integer in the first source operand, perform one of the following actions as specified by the second source operand.
If the doubleword in the second source is negative, calculate the two's complement of the corresponding doubleword in the first source, and write that value to the destination. If the doubleword in the second source is positive, copy the corresponding doubleword from the first source to the destination. If the doubleword in the second source is zero, clear the corresponding doubleword in the destination.
This intrinsic corresponds to the PSIGND
instruction.
__a | A 64-bit integer vector containing the values to be copied. |
__b | A 64-bit integer vector containing two control doublewords corresponding to positions in the destination. |
Definition at line 763 of file tmmintrin.h.
|
static |
For each 8-bit integer in the first source operand, perform one of the following actions as specified by the second source operand.
If the byte in the second source is negative, calculate the two's complement of the corresponding byte in the first source, and write that value to the destination. If the byte in the second source is positive, copy the corresponding byte from the first source to the destination. If the byte in the second source is zero, clear the corresponding byte in the destination.
This intrinsic corresponds to the PSIGNB
instruction.
__a | A 64-bit integer vector containing the values to be copied. |
__b | A 64-bit integer vector containing control bytes corresponding to positions in the destination. |
Definition at line 711 of file tmmintrin.h.