From 093a22d1d27d4fe8542734358fe86b0cf2176ba1 Mon Sep 17 00:00:00 2001 From: Kelly Wilson Date: Sat, 28 Feb 2009 18:17:45 -0700 Subject: [PATCH] Just forgot an opcode for x64 --- gen/asm-x86-64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gen/asm-x86-64.h b/gen/asm-x86-64.h index 074715c9..eec6d5e3 100644 --- a/gen/asm-x86-64.h +++ b/gen/asm-x86-64.h @@ -693,6 +693,7 @@ namespace AsmParserx8664 { "cmp", Op_SrcSrcF }, { "cmppd", Op_DstSrcImmS }, { "cmpps", Op_DstSrcImmS }, + { "cmpq", Op_DstSrcNT }, { "cmps", Op_cmps }, { "cmpsb", Op_cmpsX }, { "cmpsd", Op_cmpsd }, // string cmp, and SSE cmp