Add support for AVX512VL versions of AVX512CD instructions.
authorIlya Tocar <ilya.tocar@intel.com>
Thu, 10 Jul 2014 10:21:48 +0000 (14:21 +0400)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 22 Jul 2014 17:23:40 +0000 (10:23 -0700)
commit99282af656bee8092850664de135c4a1a9017032
tree73721f1356afa70c9553e4af02d02627bac28eb9
parentb28d1bda54728d10ae189a323c343b6d76f94b8e
Add support for AVX512VL versions of AVX512CD instructions.

gas/testsuite/

* gas/i386/avx512cd_vl-intel.d: New.
* gas/i386/avx512cd_vl.d: New.
* gas/i386/avx512cd_vl.s: New.
* gas/i386/i386.exp: Run new AVX-512 tests.
* gas/i386/x86-64-avx512cd_vl-intel.d: New.
* gas/i386/x86-64-avx512cd_vl.d: New.
* gas/i386/x86-64-avx512cd_vl.s: New.

opcodes/

* i386-opc.tbl: Add AVX512VL and AVX512CD instructions.
* i386-tbl.h: Regenerate.
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/avx512cd_vl-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/avx512cd_vl.d [new file with mode: 0644]
gas/testsuite/gas/i386/avx512cd_vl.s [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/x86-64-avx512cd_vl-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-avx512cd_vl.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-avx512cd_vl.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-opc.tbl
opcodes/i386-tbl.h
This page took 0.042315 seconds and 4 git commands to generate.