BLENDPD — Blend Packed Double Precision Floating-Point ValuesInstruction Operand EncodingDescriptionDouble-precision floating-point values from the second source operand (third operand) are conditionally merged with values from the first source operand (second operand) and written to the destination operand (first operand). The immediate bits [3:0] determine whether the corresponding double-precision floating-point value in the desti-nation is copied from the second source or first source. If a bit in the mask, corresponding to a word, is ”1”, then the double-precision floating-point value in the second source operand is copied, else the value in the first source operand is copied.128-bit Legacy SSE version: The second source can be an XMM register or an 128-bit memory location. The desti-nation is not distinct from the first source XMM register and the upper bits (MAXVL-1:128) of the corresponding YMM register destination are unmodified.VEX.128 encoded version: the first source operand is an XMM register. The second source operand is an XMM register or 128-bit memory location. The destination operand is an XMM register. The upper bits (MAXVL-1:128) of the corresponding YMM register destination are zeroed.VEX.256 encoded version: The first source operand is a YMM register. The second source operand can be a YMM register or a 256-bit memory location. The destination operand is a YMM register. OperationBLENDPD (128-bit Legacy SSE version)IF (IMM8[0] = 0)THEN DEST[63:0] := DEST[63:0]ELSE DEST [63:0] := SRC[63:0] FIIF (IMM8[1] = 0) THEN DEST[127:64] := DEST[127:64]ELSE DEST [127:64] := SRC[127:64] FIDEST[MAXVL-1:128] (Unmodified)VBLENDPD (VEX.128 encoded version)IF (IMM8[0] = 0)THEN DEST[63:0] := SRC1[63:0]ELSE DEST [63:0] := SRC2[63:0] FIIF (IMM8[1] = 0) THEN DEST[127:64] := SRC1[127:64]ELSE DEST [127:64] := SRC2[127:64] FIDEST[MAXVL-1:128] := 0Opcode/InstructionOp/ En64/32-bit ModeCPUID Feature FlagDescription66 0F 3A 0D /r ibBLENDPD xmm1, xmm2/m128, imm8RMIV/VSSE4_1Select packed DP-FP values from xmm1 and xmm2/m128 from mask specified in imm8 and store the values into xmm1.VEX.128.66.0F3A.WIG 0D /r ibVBLENDPD xmm1, xmm2, xmm3/m128, imm8RVMIV/VAVXSelect packed double-precision floating-point Values from xmm2 and xmm3/m128 from mask in imm8 and store the values in xmm1.VEX.256.66.0F3A.WIG 0D /r ibVBLENDPD ymm1, ymm2, ymm3/m256, imm8RVMIV/VAVXSelect packed double-precision floating-point Values from ymm2 and ymm3/m256 from mask in imm8 and store the values in ymm1.Op/EnOperand 1Operand 2Operand 3Operand 4RMIModRM:reg (r, w)ModRM:r/m (r)imm8NARVMIModRM:reg (w)VEX.vvvv (r)ModRM:r/m (r)imm8[3:0]
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.