Basic sanity checks to ensure that 2- and 3-byte
authorSean Callanan <scallanan@apple.com>
Tue, 15 Mar 2011 01:32:46 +0000 (01:32 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 15 Mar 2011 01:32:46 +0000 (01:32 +0000)
VEX prefixes are working for triadic AVX
instructions.  This concludes the patch set to
enable AVX support for the X86 disassebler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127647 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/Disassembler/X86/simple-tests.txt

index 13a19d2ca4c39df40b37fa23e87181bfaaffbd06..08fb4c55b385c020774e1fe35b293a19de1a8792 100644 (file)
@@ -66,3 +66,9 @@
 
 # CHECK: movw  $47416, -66(%rbp)
 0x66 0xc7 0x45 0xbe 0x38 0xb9
+
+# CHECK: vaddpd        %ymm13, %ymm1, %ymm0
+0xc4 0xc1 0x75 0x58 0xc5
+
+# CHECK: vaddps        %ymm3, %ymm1, %ymm0
+0xc5 0xf4 0x58 0xc3