From: Sean Callanan Date: Tue, 15 Mar 2011 01:32:46 +0000 (+0000) Subject: Basic sanity checks to ensure that 2- and 3-byte X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9a9d8b97325ca5e568afebe54dd0bffd64b3eff1;p=oota-llvm.git Basic sanity checks to ensure that 2- and 3-byte 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 --- diff --git a/test/MC/Disassembler/X86/simple-tests.txt b/test/MC/Disassembler/X86/simple-tests.txt index 13a19d2ca4c..08fb4c55b38 100644 --- a/test/MC/Disassembler/X86/simple-tests.txt +++ b/test/MC/Disassembler/X86/simple-tests.txt @@ -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