aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/X86/simple-tests.txt
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2011-08-19 05:28:50 +0000
committerCraig Topper <craig.topper@gmail.com>2011-08-19 05:28:50 +0000
commite004d941ec999e0c34772f079e430efe95b0dd9c (patch)
tree8096ea917d5175edbe2c2ca03cb0d281487f04a8 /test/MC/Disassembler/X86/simple-tests.txt
parent7c6da77810bbc31ecc53f933582bababbfb57a11 (diff)
downloadexternal_llvm-e004d941ec999e0c34772f079e430efe95b0dd9c.zip
external_llvm-e004d941ec999e0c34772f079e430efe95b0dd9c.tar.gz
external_llvm-e004d941ec999e0c34772f079e430efe95b0dd9c.tar.bz2
Add TB encoding to VEX versions of SSE fp logical operations to fix disassembler
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138034 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler/X86/simple-tests.txt')
-rw-r--r--test/MC/Disassembler/X86/simple-tests.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Disassembler/X86/simple-tests.txt b/test/MC/Disassembler/X86/simple-tests.txt
index 08fb4c5..2de25ad 100644
--- a/test/MC/Disassembler/X86/simple-tests.txt
+++ b/test/MC/Disassembler/X86/simple-tests.txt
@@ -72,3 +72,9 @@
# CHECK: vaddps %ymm3, %ymm1, %ymm0
0xc5 0xf4 0x58 0xc3
+
+# CHECK: vandpd %ymm13, %ymm1, %ymm0
+0xc4 0xc1 0x75 0x54 0xc5
+
+# CHECK: vandps %ymm3, %ymm1, %ymm0
+0xc5 0xf4 0x54 0xc3