Available on x86 or x86-64 only.
Expand description
i686’s Streaming SIMD Extensions 4a (SSE4a)
Functions§
- _mm_
extract_ si64 sse4a - Extracts the bit range specified by
yfrom the lower 64 bits ofx. - _mm_
extracti_ si64 sse4a - Extracts the specified bits from the lower 64 bits of the 128-bit integer vector operand at the
index
idxand of the lengthlen. - _mm_
insert_ si64 sse4a - Inserts the
[length:0]bits ofyintoxatindex. - _mm_
inserti_ si64 sse4a - Inserts the
lenleast-significant bits from the lower 64 bits of the 128-bit integer vector operandyinto the lower 64 bits of the 128-bit integer vector operandxat the indexidxand of the lengthlen. - _mm_
stream_ ⚠sd sse4a - Non-temporal store of
a.0intop. - _mm_
stream_ ⚠ss sse4a - Non-temporal store of
a.0intop. - extrq 🔒 ⚠
- extrqi 🔒 ⚠
- insertq 🔒 ⚠
- insertqi 🔒 ⚠