[Bug] Fixed RW metadata of KXNORx and KXORx instructions (Compiler)

This commit is contained in:
kobalicek
2021-04-13 19:01:36 +02:00
parent a4dd0b2d8b
commit 0dd16b0a98
2 changed files with 1353 additions and 1342 deletions

View File

@@ -393,6 +393,16 @@ class GenUtils {
case "xorpd" : case "vxorpd" :
case "xorps" : case "vxorps" :
case "kxnorb":
case "kxnord":
case "kxnorw":
case "kxnorq":
case "kxorb":
case "kxord":
case "kxorw":
case "kxorq":
case "sub" :
case "sbb" :
case "psubb" : case "vpsubb" :