VSCALEFPS - SCALE Floating-point Packed Single

VSCALEFPS xmm1{k1}{z}, xmm2, xmm3/m128/m32bcst    (V5+VL
__m128 _mm_scalef_ps(__m128 a, __m128 b)
__m128 _mm_mask_scalef_ps(__m128 s, __mmask8 k, __m128 a, __m128 b)
__m128 _mm_maskz_scalef_ps(__mmask8 k, __m128 a, __m128 b)

For each float, calculate (1) * 2n, where n is an integer value of (2) truncated toward negative infinity, and set the result to (3).
VSCALEFPS ymm1{k1}{z}, ymm2, ymm3/m256/m32bcst    (V5+VL
__m256 _mm256_scalef_ps(__m256 a, __m256 b)
__m256 _mm256_mask_scalef_ps(__m256 s, __mmask8 k, __m256 a, __m256 b)
__m256 _mm256_maskz_scalef_ps(__mmask8 k, __m256 a, __m256 b)

For each float, calculate (1) * 2n, where n is an integer value of (2) truncated toward negative infinity, and set the result to (3).
VSCALEFPS zmm1{k1}{z}, zmm2, zmm3/m512/m32bcst{er}    (V5
__m512 _mm512_scalef_ps(__m512 a, __m512 b)
__m512 _mm512_mask_scalef_ps(__m512 s, __mmask16 k, __m512 a, __m512 b)
__m512 _mm512_maskz_scalef_ps(__mmask16 k, __m512 a, __m512 b)
__m512 _mm512_scalef_round_ps(__m512 a, __m512 b, int r)
__m512 _mm512_mask_scalef_round_ps(__m512 s, __mmask16 k, __m512 a, __m512 b, int r)
__m512 _mm512_maskz_scalef_round_ps(__mmask16 k, __m512 a, __m512 b, int r)

For each float, calculate (1) * 2n, where n is an integer value of (2) truncated toward negative infinity, and set the result to (3).

x86/x64 SIMD Instruction List  Feedback