Fix imul and mul asm opcodes on X86_64

This commit is contained in:
Alexey Prokhin
2011-02-25 22:29:34 +03:00
parent 53fe662957
commit e21fbc26e8

View File

@@ -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 },