From 9b3939983fd0103b102c7aec0ed08d1e8bd28214 Mon Sep 17 00:00:00 2001 From: Dave Zarzycki Date: Mon, 25 Mar 2013 18:59:43 +0000 Subject: x86 -- add the XTEST instruction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177888 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/X86/x86_64-rtm-encoding.s | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/MC/X86') diff --git a/test/MC/X86/x86_64-rtm-encoding.s b/test/MC/X86/x86_64-rtm-encoding.s index 44d6bac..d9975d6 100644 --- a/test/MC/X86/x86_64-rtm-encoding.s +++ b/test/MC/X86/x86_64-rtm-encoding.s @@ -8,6 +8,10 @@ // CHECK: encoding: [0x0f,0x01,0xd5] xend +// CHECK: xtest +// CHECK: encoding: [0x0f,0x01,0xd6] + xtest + // CHECK: xabort // CHECK: encoding: [0xc6,0xf8,0x0d] xabort $13 -- cgit v1.1