aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/X86/simple-tests.txt
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2011-12-29 20:43:40 +0000
committerCraig Topper <craig.topper@gmail.com>2011-12-29 20:43:40 +0000
commit1604ccfc01f1151537350c07bcbce0f9816b57c4 (patch)
treeafb58bd516f0ea448018782abe0c0bf7ddcd60c1 /test/MC/Disassembler/X86/simple-tests.txt
parent6f0b181bc70318f8d5d4b9bdead7fc748677fe2a (diff)
downloadexternal_llvm-1604ccfc01f1151537350c07bcbce0f9816b57c4.zip
external_llvm-1604ccfc01f1151537350c07bcbce0f9816b57c4.tar.gz
external_llvm-1604ccfc01f1151537350c07bcbce0f9816b57c4.tar.bz2
Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler/X86/simple-tests.txt')
-rw-r--r--test/MC/Disassembler/X86/simple-tests.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/MC/Disassembler/X86/simple-tests.txt b/test/MC/Disassembler/X86/simple-tests.txt
index 5ee3d19..0b15633 100644
--- a/test/MC/Disassembler/X86/simple-tests.txt
+++ b/test/MC/Disassembler/X86/simple-tests.txt
@@ -671,3 +671,15 @@
# CHECK: vfmadd132pd (%rax), %ymm12, %ymm10
0xc4 0x62 0x9d 0x98 0x10
+
+# CHECK: vfmadd132ss %xmm11, %xmm12, %xmm10
+0xc4 0x42 0x19 0x99 0xd3
+
+# CHECK: vfmadd132sd %xmm11, %xmm12, %xmm10
+0xc4 0x42 0x99 0x99 0xd3
+
+# CHECK: vfmadd132ss (%rax), %xmm12, %xmm10
+0xc4 0x62 0x19 0x99 0x10
+
+# CHECK: vfmadd132sd (%rax), %xmm12, %xmm10
+0xc4 0x62 0x99 0x99 0x10