mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 04:24:37 +03:00
[Bug] Fixed RW metadata of KXNORx and KXORx instructions (Compiler)
This commit is contained in:
@@ -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" :
|
||||
|
||||
Reference in New Issue
Block a user