summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/X86
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2013-04-11 04:52:28 +0000
committerMichael Liao <michael.liao@intel.com>2013-04-11 04:52:28 +0000
commit02d2e612521954b5ff7c1ba6fd53e36bc51e1c48 (patch)
treeaf6fc7afc6bc91ff6926a48e7819b9538dc1bf68 /test/MC/Disassembler/X86
parent959ddbb5e0e088f4d5c3f8c015de3caf0baa6e6c (diff)
downloadllvm-02d2e612521954b5ff7c1ba6fd53e36bc51e1c48.tar.gz
llvm-02d2e612521954b5ff7c1ba6fd53e36bc51e1c48.tar.bz2
llvm-02d2e612521954b5ff7c1ba6fd53e36bc51e1c48.tar.xz
Add CLAC/STAC instruction encoding/decoding support
As these two instructions in AVX extension are privileged instructions for special purpose, it's only expected to be used in inlined assembly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179266 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler/X86')
-rw-r--r--test/MC/Disassembler/X86/x86-64.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Disassembler/X86/x86-64.txt b/test/MC/Disassembler/X86/x86-64.txt
index efa82484e0..c285af72b3 100644
--- a/test/MC/Disassembler/X86/x86-64.txt
+++ b/test/MC/Disassembler/X86/x86-64.txt
@@ -121,3 +121,9 @@
# CHECK: xsaveoptq (%rax)
0x48 0x0f 0xae 0x30
+
+# CHECK: clac
+0x0f 0x01 0xca
+
+# CHECK: stac
+0x0f 0x01 0xcb