diff options
Diffstat (limited to 'test/MC/X86/x86_64-rtm-encoding.s')
-rw-r--r-- | test/MC/X86/x86_64-rtm-encoding.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/X86/x86_64-rtm-encoding.s b/test/MC/X86/x86_64-rtm-encoding.s index 44d6bacb7f..d9975d67b3 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 |