diff options
author | Kevin Enderby <enderby@apple.com> | 2010-03-08 22:17:26 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2010-03-08 22:17:26 +0000 |
commit | 6f7d5f723268183369e2382ac1966f4b4d4a9728 (patch) | |
tree | 4d55465fbbcbbea0c893db1f0ff9d57c767959f9 /test/MC/Disassembler | |
parent | e79ba957c4108c445581d1a3711348ae91dfac48 (diff) | |
download | external_llvm-6f7d5f723268183369e2382ac1966f4b4d4a9728.zip external_llvm-6f7d5f723268183369e2382ac1966f4b4d4a9728.tar.gz external_llvm-6f7d5f723268183369e2382ac1966f4b4d4a9728.tar.bz2 |
Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes
for the encoding and is not the same as vmptrld.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler')
-rw-r--r-- | test/MC/Disassembler/simple-tests.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/test/MC/Disassembler/simple-tests.txt b/test/MC/Disassembler/simple-tests.txt index 11c077d..b6bb35d 100644 --- a/test/MC/Disassembler/simple-tests.txt +++ b/test/MC/Disassembler/simple-tests.txt @@ -41,4 +41,13 @@ 0x0f 0x01 0xf8 # CHECK: rdtscp -0x0f 0x01 0xf9
\ No newline at end of file +0x0f 0x01 0xf9 + +# CHECK: vmxon +0xf3 0x0f 0xc7 0x30 + +# CHECK: vmptrld +0x0f 0xc7 0x30 + +# CHECK: vmptrst +0x0f 0xc7 0x38 |