KNOTW/KNOTB/KNOTQ/KNOTD—NOT Mask RegisterInstruction Operand EncodingDescriptionPerforms a bitwise NOT of vector mask k2 and writes the result into vector mask k1.OperationKNOTWDEST[15:0] := BITWISE NOT SRC[15:0]DEST[MAX_KL-1:16] := 0KNOTBDEST[7:0] := BITWISE NOT SRC[7:0]DEST[MAX_KL-1:8] := 0KNOTQDEST[63:0] := BITWISE NOT SRC[63:0]DEST[MAX_KL-1:64] := 0KNOTDDEST[31:0] := BITWISE NOT SRC[31:0]DEST[MAX_KL-1:32] := 0Intel C/C++ Compiler Intrinsic EquivalentKNOTW __mmask16 _mm512_knot(__mmask16 a);Flags AffectedNoneSIMD Floating-Point ExceptionsNoneOther ExceptionsSee Table2-63, “TYPE K20 Exception Definition (VEX-Encoded OpMask Instructions w/o Memory Arg)”.Opcode/InstructionOp/En64/32 bit Mode SupportCPUID Feature FlagDescriptionVEX.L0.0F.W0 44 /r KNOTW k1, k2RRV/VAVX512FBitwise NOT of 16 bits mask k2.VEX.L0.66.0F.W0 44 /r KNOTB k1, k2RRV/VAVX512DQBitwise NOT of 8 bits mask k2.VEX.L0.0F.W1 44 /r KNOTQ k1, k2RRV/VAVX512BWBitwise NOT of 64 bits mask k2.VEX.L0.66.0F.W1 44 /r KNOTD k1, k2RRV/VAVX512BWBitwise NOT of 32 bits mask k2.Op/EnOperand 1Operand 2RRModRM:reg (w)ModRM:r/m (r, ModRM:[7:6] must be 11b)
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.