VBLENDMPD/VBLENDMPS—Blend Float64/Float32 Vectors Using an OpMask ControlInstruction Operand EncodingDescriptionPerforms an element-by-element blending between float64/float32 elements in the first source operand (the second operand) with the elements in the second source operand (the third operand) using an opmask register as select control. The blended result is written to the destination register.The destination and first source operands are ZMM/YMM/XMM registers. The second source operand can be a ZMM/YMM/XMM register, a 512/256/128-bit memory location or a 512/256/128-bit vector broadcasted from a 64-bit memory location.The opmask register is not used as a writemask for this instruction. Instead, the mask is used as an element selector: every element of the destination is conditionally selected between first source or second source using the value of the related mask bit (0 for first source operand, 1 for second source operand).If EVEX.z is set, the elements with corresponding mask bit value of 0 in the destination operand are zeroed.Opcode/InstructionOp / En64/32 bit Mode SupportCPUID Feature FlagDescriptionEVEX.128.66.0F38.W1 65 /rVBLENDMPD xmm1 {k1}{z}, xmm2, xmm3/m128/m64bcstAV/VAVX512VLAVX512FBlend double-precision vector xmm2 and double-precision vector xmm3/m128/m64bcst and store the result in xmm1, under control mask.EVEX.256.66.0F38.W1 65 /rVBLENDMPD ymm1 {k1}{z}, ymm2, ymm3/m256/m64bcstAV/VAVX512VLAVX512FBlend double-precision vector ymm2 and double-precision vector ymm3/m256/m64bcst and store the result in ymm1, under control mask.EVEX.512.66.0F38.W1 65 /rVBLENDMPD zmm1 {k1}{z}, zmm2, zmm3/m512/m64bcstAV/VAVX512FBlend double-precision vector zmm2 and double-precision vector zmm3/m512/m64bcst and store the result in zmm1, under control mask.EVEX.128.66.0F38.W0 65 /rVBLENDMPS xmm1 {k1}{z}, xmm2, xmm3/m128/m32bcstAV/VAVX512VLAVX512FBlend single-precision vector xmm2 and single-precision vector xmm3/m128/m32bcst and store the result in xmm1, under control mask.EVEX.256.66.0F38.W0 65 /rVBLENDMPS ymm1 {k1}{z}, ymm2, ymm3/m256/m32bcstAV/VAVX512VLAVX512FBlend single-precision vector ymm2 and single-precision vector ymm3/m256/m32bcst and store the result in ymm1, under control mask.EVEX.512.66.0F38.W0 65 /rVBLENDMPS zmm1 {k1}{z}, zmm2, zmm3/m512/m32bcstAV/VAVX512FBlend single-precision vector zmm2 and single-precision vector zmm3/m512/m32bcst using k1 as select control and store the result in zmm1.Op/EnTuple TypeOperand 1Operand 2Operand 3Operand 4AFullModRM:reg (w)EVEX.vvvv (r)ModRM:r/m (r)NA
This UNOFFICIAL reference was generated from the official Intel® 64 and IA-32 Architectures Software Developer’s Manual by a dumb script. There is no guarantee that some parts aren't mangled or broken and is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.