diff --git a/gen/asm-x86-64.h b/gen/asm-x86-64.h index bcb32485..cead2433 100644 --- a/gen/asm-x86-64.h +++ b/gen/asm-x86-64.h @@ -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 },