================
@@ -2621,6 +2621,27 @@ let Features = "avx512f", Attributes = [NoThrow,
RequiredVectorWidth<512>] in {
def pmovusdb512mem_mask : X86Builtin<"void(_Vector<16, char *>, _Vector<16,
int>, unsigned short)">;
}
+// VPMOVSSDB - Symmetric signed saturation DWord to Byte
+let Features = "avx10v2aux", Attributes = [NoThrow, Const,
RequiredVectorWidth<128>] in {
+ def pmovssdb128_mask : X86Builtin<"_Vector<16, char>(_Vector<4, int>,
_Vector<16, char>, unsigned char)">;
----------------
ganeshgit wrote:
Done!
https://github.com/llvm/llvm-project/pull/206888
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits