mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 12:23:13 +01:00
Added in a missing opcode from the last commit.
This commit is contained in:
@@ -984,7 +984,6 @@ namespace AsmParserx8632
|
||||
{ "pminub", Op_DstSrcMMX },
|
||||
{ "pmovmskb", Op_DstSrcMMX },
|
||||
{ "pmulhrw", Op_DstSrcMMX }, // AMD 3dNow!
|
||||
|
||||
{ "pmulhuw", Op_DstSrcMMX },
|
||||
{ "pmulhw", Op_DstSrcMMX },
|
||||
{ "pmullw", Op_DstSrcMMX },
|
||||
|
||||
@@ -1100,6 +1100,7 @@ namespace AsmParserx8664
|
||||
{ "pminsw", Op_DstSrcMMX },
|
||||
{ "pminub", Op_DstSrcMMX },
|
||||
{ "pmovmskb", Op_DstSrcMMX },
|
||||
{ "pmulhrw", Op_DstSrcMMX }, // AMD 3dNow!
|
||||
{ "pmulhrsw", Op_DstSrcMMX },
|
||||
{ "pmulhuw", Op_DstSrcMMX },
|
||||
{ "pmulhw", Op_DstSrcMMX },
|
||||
|
||||
Reference in New Issue
Block a user