aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Thampi <vivek.mt@gmail.com>2012-05-28 23:59:55 -0700
committerVivek Thampi <vivek.mt@gmail.com>2012-05-28 23:59:55 -0700
commit0e7f34a025dc123482055c21e40655d64c045f18 (patch)
tree5e40511c8a55266e7bb008c4e51de28e0b9eb2ea
parent82fafa7b5619e702c8681c959ade0746498e3cbc (diff)
downloadyasm-0e7f34a025dc123482055c21e40655d64c045f18.tar.gz
Fix minor typo in the definition of pmulhrw
This change fixes the definition of "pmulhrw" where it is defined as having the mnemonic "pmulhrwa".
-rwxr-xr-xmodules/arch/x86/gen_x86_insn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arch/x86/gen_x86_insn.py b/modules/arch/x86/gen_x86_insn.py
index 6b7a333c..8f4e659e 100755
--- a/modules/arch/x86/gen_x86_insn.py
+++ b/modules/arch/x86/gen_x86_insn.py
@@ -8120,7 +8120,7 @@ add_insn("pfsub", "now3d", modifiers=[0x9A])
add_insn("pfsubr", "now3d", modifiers=[0xAA])
add_insn("pi2fd", "now3d", modifiers=[0x0D])
add_insn("pi2fw", "now3d", modifiers=[0x0C], cpu=["Athlon", "3DNow"])
-add_insn("pmulhrwa", "now3d", modifiers=[0xB7])
+add_insn("pmulhrw", "now3d", modifiers=[0xB7])
add_insn("pswapd", "now3d", modifiers=[0xBB], cpu=["Athlon", "3DNow"])
#####################################################################