Allow sha256rnds2 to have memory as 2nd operand (#108)

This commit is contained in:
Peter Meerwald-Stadler 2023-05-13 06:17:09 +02:00 committed by GitHub
parent 468014643d
commit f2f9f157df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8096,7 +8096,7 @@ add_group("intel_SHA256RNDS2",
cpu=["SHA"],
opcode=[0x0F, 0x38, 0xCB],
operands=[Operand(type="SIMDReg", size=128, dest="Spare"),
Operand(type="SIMDReg", size=128, dest="EA")])
Operand(type="SIMDRM", size=128, dest="EA")])
add_insn("SHA1MSG1", "intel_SHA1MSG1")
add_insn("SHA1MSG2", "intel_SHA1MSG2")