summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-04-17 06:33:45 +0000
committerCraig Topper <craig.topper@gmail.com>2014-04-17 06:33:45 +0000
commit61070beae0596ce066b8826e605443ca44fd9bdd (patch)
treeba5f9a4f3441b2afee6f254aef3139a8468841a1 /test/MC/Disassembler
parent67283b8a5e196f30a42a3611494eb785ef8fd500 (diff)
[X86] Add disassembler support for the 0x0f 0x7f form of movq %mm, %mm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler')
-rw-r--r--test/MC/Disassembler/X86/x86-32.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Disassembler/X86/x86-32.txt b/test/MC/Disassembler/X86/x86-32.txt
index a4a0b2cf9f0..c9c508680c5 100644
--- a/test/MC/Disassembler/X86/x86-32.txt
+++ b/test/MC/Disassembler/X86/x86-32.txt
@@ -708,3 +708,6 @@
# CHECK: movl $4294967295, %eax
0xc7 0xc0 0xff 0xff 0xff 0xff
+
+# CHECK: movq %mm0, %mm1
+0x0f 0x7f 0xc1