From 8941b6960c4e26e894efc2230f34ed96d04c30f9 Mon Sep 17 00:00:00 2001 From: Kelly Wilson Date: Tue, 19 May 2009 11:58:54 -0600 Subject: [PATCH] fix missing 'test' mnemonic and add several variations --- gen/asm-x86-64.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gen/asm-x86-64.h b/gen/asm-x86-64.h index b7c14584..0ad9c561 100644 --- a/gen/asm-x86-64.h +++ b/gen/asm-x86-64.h @@ -1224,7 +1224,11 @@ namespace AsmParserx8664 { "sysenter",Op_0 }, { "sysexit", Op_0 }, { "sysret", Op_0 }, + { "test", Op_DstSrcNT }, + { "testb", Op_DstSrcNT }, { "testl", Op_DstSrcNT }, + { "testq", Op_DstSrcNT }, + { "testw", Op_DstSrcNT }, { "ucomisd", Op_SrcSrcSSEF }, { "ucomiss", Op_SrcSrcSSEF }, { "ud2", Op_0 },