summaryrefslogtreecommitdiff
path: root/test/MC/X86/x86-32-coverage.s
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-02-18 08:19:49 +0000
committerCraig Topper <craig.topper@gmail.com>2012-02-18 08:19:49 +0000
commit9e3d0b335111b2df73984a6cfd9ef1cd5d323872 (patch)
tree008e8d738626d7336b6a16aef4cf54a5cf0016b3 /test/MC/X86/x86-32-coverage.s
parent0a85771de8abb4bb25f655f13a1ae429cd99e299 (diff)
downloadllvm-9e3d0b335111b2df73984a6cfd9ef1cd5d323872.tar.gz
llvm-9e3d0b335111b2df73984a6cfd9ef1cd5d323872.tar.bz2
llvm-9e3d0b335111b2df73984a6cfd9ef1cd5d323872.tar.xz
Add X86 assembler and disassembler support for AMD SVM instructions. Original patch by Kay Tiong Khoo. Few tweaks by me for code density and to reduce replication.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/X86/x86-32-coverage.s')
-rw-r--r--test/MC/X86/x86-32-coverage.s24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/MC/X86/x86-32-coverage.s b/test/MC/X86/x86-32-coverage.s
index 577ac40e32..cee119827f 100644
--- a/test/MC/X86/x86-32-coverage.s
+++ b/test/MC/X86/x86-32-coverage.s
@@ -18465,6 +18465,30 @@
// CHECK: vmxon 305419896
vmxon 0x12345678
+// CHECK: vmrun %eax
+ vmrun %eax
+
+// CHECK: vmmcall
+ vmmcall
+
+// CHECK: vmload %eax
+ vmload %eax
+
+// CHECK: vmsave %eax
+ vmsave %eax
+
+// CHECK: stgi
+ stgi
+
+// CHECK: clgi
+ clgi
+
+// CHECK: skinit %eax
+ skinit %eax
+
+// CHECK: invlpga %ecx, %eax
+ invlpga %ecx, %eax
+
// CHECK: phaddw 3735928559(%ebx,%ecx,8), %mm3
phaddw 0xdeadbeef(%ebx,%ecx,8),%mm3