Add AVX512IFMA instructions
authorIlya Tocar <ilya.tocar@intel.com>
Mon, 17 Nov 2014 11:57:33 +0000 (14:57 +0300)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 17 Nov 2014 14:03:24 +0000 (06:03 -0800)
commit2cc1b5aad8defa9b5e6d9b4920c4d2ab6cf1f02e
treeec46d3f23ddc3b6640f2f1d66f0db69a60eaad05
parent9d8596f0792ad0f9d21d6af23ff0db68beb56ccd
Add AVX512IFMA instructions

gas/

* config/tc-i386.c (cpu_arch): Add .avx512ifma.
* doc/c-i386.texi: Document it.

opcodes/

* i386-dis-evex.c (evex_table): Add vpmadd52luq, vpmadd52huq.
* i386-dis.c (PREFIX enum): Add PREFIX_EVEX_0F38B4,
PREFIX_EVEX_0F38B5.
* i386-gen.c (cpu_flag_init): Add CPU_AVX512IFMA_FLAGS.
(cpu_flags): Add CpuAVX512IFMA.
* i386-opc.h (enum): Add CpuAVX512IFMA.
(i386_cpu_flags): Add cpuavx512ifma.
* i386-opc.tbl: Add vpmadd52huq, vpmadd52luq.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.

/gas/testsuite/

* gas/i386/i386.exp: Run new tests.
* gas/i386/avx512ifma-intel.d: New file.
* gas/i386/avx512ifma.d: Likewise.
* gas/i386/avx512ifma.s: Likewise.
* gas/i386/avx512ifma_vl-intel.d: Likewise.
* gas/i386/avx512ifma_vl.d: Likewise.
* gas/i386/avx512ifma_vl.s: Likewise.
* gas/i386/x86-64-avx512ifma-intel.d: Likewise.
* gas/i386/x86-64-avx512ifma.d: Likewise.
* gas/i386/x86-64-avx512ifma.s: Likewise.
* gas/i386/x86-64-avx512ifma_vl-intel.d: Likewise.
* gas/i386/x86-64-avx512ifma_vl.d: Likewise.
* gas/i386/x86-64-avx512ifma_vl.s: Likewise.
25 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/doc/c-i386.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/avx512ifma-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/avx512ifma.d [new file with mode: 0644]
gas/testsuite/gas/i386/avx512ifma.s [new file with mode: 0644]
gas/testsuite/gas/i386/avx512ifma_vl-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/avx512ifma_vl.d [new file with mode: 0644]
gas/testsuite/gas/i386/avx512ifma_vl.s [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/x86-64-avx512ifma-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-avx512ifma.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-avx512ifma.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-avx512ifma_vl-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-avx512ifma_vl.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-avx512ifma_vl.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis-evex.h
opcodes/i386-dis.c
opcodes/i386-gen.c
opcodes/i386-init.h
opcodes/i386-opc.h
opcodes/i386-opc.tbl
opcodes/i386-tbl.h
This page took 0.026148 seconds and 4 git commands to generate.