mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-20 14:53:14 +01:00
Fix imul and mul asm opcodes on X86_64
This commit is contained in:
@@ -891,7 +891,7 @@ namespace AsmParserx8664
|
||||
{ "hsubpd", Op_DstSrcSSE },
|
||||
{ "hsubps", Op_DstSrcSSE },
|
||||
{ "idiv", Op_Src_DXAXF },
|
||||
{ "imul", Op_DstSrcNT },
|
||||
{ "imul", Op_imul },
|
||||
{ "in", Op_in },
|
||||
{ "inc", Op_UpdF },
|
||||
{ "ins", Op_ins },
|
||||
@@ -1021,7 +1021,7 @@ namespace AsmParserx8664
|
||||
{ "movups",Op_DstSrcSSE },
|
||||
{ "movzbl", Op_DstSrcNT },
|
||||
{ "movzx", Op_movzx },
|
||||
{ "mul", Op_DstSrcNT },
|
||||
{ "mul", Op_mul },
|
||||
{ "mulpd", Op_DstSrcSSE },
|
||||
{ "mulps", Op_DstSrcSSE },
|
||||
{ "mulsd", Op_DstSrcSSE },
|
||||
|
||||
Reference in New Issue
Block a user