VDPBF16PS—Dot Product of BF16 Pairs Accumulated into Packed Single PrecisionInstruction Operand EncodingDescriptionThis instruction performs a SIMD dot-product of two BF16 pairs and accumulates into a packed single precision register.“Round to nearest even” rounding mode is used when doing each accumulation of the FMA. Output denormals are always flushed to zero and input denormals are always treated as zero. MXCSR is not consulted nor updated. NaN propagation priorities are described in Table 5-1. OperationDefine make_fp32(x):// The x parameter is bfloat16. Pack it in to upper 16b of a dword. The bit pattern is a legal fp32 value. Return that bit pattern.dword := 0dword[31:16] := xRETURN dwordOpcode/InstructionOp/En64/32 bit Mode SupportCPUID Feature FlagDescriptionEVEX.128.F3.0F38.W0 52 /rVDPBF16PS xmm1{k1}{z}, xmm2, xmm3/m128/m32bcstAV/VAVX512VLAVX512_BF16Multiply BF16 pairs from xmm2 and xmm3/m128, and accumulate the resulting packed single precision results in xmm1 with writemask k1.EVEX.256.F3.0F38.W0 52 /rVDPBF16PS ymm1{k1}{z}, ymm2, ymm3/m256/m32bcstAV/VAVX512VLAVX512_BF16Multiply BF16 pairs from ymm2 and ymm3/m256, and accumulate the resulting packed single precision results in ymm1 with writemask k1.EVEX.512.F3.0F38.W0 52 /rVDPBF16PS zmm1{k1}{z}, zmm2, zmm3/m512/m32bcstAV/VAVX512FAVX512_BF16Multiply BF16 pairs from zmm2 and zmm3/m512, and accumulate the resulting packed single precision results in zmm1 with writemask k1.Op/EnTupleOperand 1Operand 2Operand 3Operand 4AFullModRM:reg (w)EVEX.vvvv (r)ModRM:r/m (r)NATable 5-1. NaN Propagation PrioritiesNaN PriorityDescriptionComments1src1 low is NaNLower part has priority over upper part, i.e., it overrides the upper part.2src2 low is NaN3src1 high is NaNUpper part may be overridden if lower has NaN.4src2 high is NaN5srcdest is NaNDest is propagated if no NaN is encountered by src2.
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.