mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Allow sha256rnds2 to have memory as 2nd operand (#108)
This commit is contained in:
parent
468014643d
commit
f2f9f157df
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue