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 16:37:27 +0000 (08:37 -0800)
commitca8542189fab37fc21f65609df070f3eaef0c8c8
tree684dbb5ef5f52e9742d98532f7bf6b6ba04c42a1
parent21050a715f883f15a0a46ba03f129156214953d5
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