summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2011-10-16 07:05:40 +0000
committerCraig Topper <craig.topper@gmail.com>2011-10-16 07:05:40 +0000
commitdc479c4a897bb7cc756370cc2051da79b65e7d16 (patch)
treebc2bc69ec45e65558b8264ab17ab465a74dbb8ea /test/MC
parent28588e12adbf094cdc11b38413300b57c6784c4f (diff)
downloadllvm-dc479c4a897bb7cc756370cc2051da79b65e7d16.tar.gz
llvm-dc479c4a897bb7cc756370cc2051da79b65e7d16.tar.bz2
llvm-dc479c4a897bb7cc756370cc2051da79b65e7d16.tar.xz
Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMREAD, and VMWRITE to remove hack from X86RecognizableInstr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/Disassembler/X86/simple-tests.txt3
-rw-r--r--test/MC/Disassembler/X86/x86-32.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Disassembler/X86/simple-tests.txt b/test/MC/Disassembler/X86/simple-tests.txt
index dc45366f38..b82cac6955 100644
--- a/test/MC/Disassembler/X86/simple-tests.txt
+++ b/test/MC/Disassembler/X86/simple-tests.txt
@@ -309,6 +309,9 @@
# CHECK: invvpid (%rax), %rax
0x66 0x0f 0x38 0x81 0x00
+# CHECK: invpcid (%rax), %rax
+0x66 0x0f 0x38 0x82 0x00
+
# CHECK: nop
0x90
diff --git a/test/MC/Disassembler/X86/x86-32.txt b/test/MC/Disassembler/X86/x86-32.txt
index 5b00769902..7e02b395e4 100644
--- a/test/MC/Disassembler/X86/x86-32.txt
+++ b/test/MC/Disassembler/X86/x86-32.txt
@@ -328,6 +328,9 @@
# CHECK: invvpid (%eax), %eax
0x66 0x0f 0x38 0x81 0x00
+# CHECK: invpcid (%eax), %eax
+0x66 0x0f 0x38 0x82 0x00
+
# CHECK: nop
0x90