diff options
-rw-r--r-- | llvm/test/MC/Disassembler/X86/x86-32.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/X86/x86-32.txt b/llvm/test/MC/Disassembler/X86/x86-32.txt index 868134fb76d..edd38044d1f 100644 --- a/llvm/test/MC/Disassembler/X86/x86-32.txt +++ b/llvm/test/MC/Disassembler/X86/x86-32.txt @@ -883,3 +883,9 @@ #CHECK: enclv 0x0f 0x01 0xc0 + +#CHECK: vaddps %xmm2, %xmm1, %xmm16 +0x62 0xe1 0x74 0x00 0x58 0xc2 + +#CHECK: vgatherdps (%esi,%zmm16,4), %zmm1 {%k2} +0x62 0xf2 0x7d 0x42 0x92 0x0c 0x86 |