mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
Latest AVX512 spec http://download-software.intel.com/sites/default/files/managed/50/1a/319433-018.pdf Has CPUID PREFETCHWT1 for prefetchwt1 instruction, which we list as AVX512PF. This patch introduces CPUID PREFETCHWT1. gas/ * config/tc-i386.c (cpu_arch): Add .prefetchwt1. * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1. opcodes/ * i386-gen.c (cpu_flag_init): Add CPU_PREFETCHWT1_FLAGS/ (cpu_flags): Add CpuPREFETCHWT1. * i386-init.h: Regenerate. * i386-opc.h (CpuPREFETCHWT1): New. (i386_cpu_flags): Add cpuprefetchwt1. * i386-opc.tbl: Cahnge CPU of prefetchwt1 from CpuAVX512PF to CpuPREFETCHWT1. * i386-tbl.h: Regenerate. gas/testsuite * gas/i386/avx512pf-intel.d: Remove prefetchwt1. * gas/i386/avx512pf.s: Ditto. * gas/i386/avx512pf.d: Ditto. * gas/i386/x86-64-avx512pf-intel.d: Ditto. * gas/i386/x86-64-avx512pf.s: Ditto. * gas/i386/x86-64-avx512pf.d: Ditto. * gas/i386/prefetchwt1-intel.d: New file. * gas/i386/prefetchwt1.s: Ditto. * gas/i386/prefetchwt1.d: Ditto. * gas/i386/x86-64-prefetchwt1-intel.d: Ditto. * gas/i386/x86-64-prefetchwt1.s: Ditto. * gas/i386/x86-64-prefetchwt1.d: Ditto.
118 lines
3.8 KiB
Plaintext
118 lines
3.8 KiB
Plaintext
2014-02-21 Ilya Tocar <ilya.tocar@intel.com>
|
||
|
||
* gas/i386/avx512pf-intel.d: Remove prefetchwt1.
|
||
* gas/i386/avx512pf.s: Ditto.
|
||
* gas/i386/avx512pf.d: Ditto.
|
||
* gas/i386/x86-64-avx512pf-intel.d: Ditto.
|
||
* gas/i386/x86-64-avx512pf.s: Ditto.
|
||
* gas/i386/x86-64-avx512pf.d: Ditto.
|
||
* gas/i386/prefetchwt1-intel.d: New file.
|
||
* gas/i386/prefetchwt1.s: Ditto.
|
||
* gas/i386/prefetchwt1.d: Ditto.
|
||
* gas/i386/x86-64-prefetchwt1-intel.d: Ditto.
|
||
* gas/i386/x86-64-prefetchwt1.s: Ditto.
|
||
* gas/i386/x86-64-prefetchwt1.d: Ditto.
|
||
|
||
2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
|
||
|
||
* gas/i386/avx512cd-intel.d: Remove vptestnmq, vptestnmd.
|
||
* gas/i386/avx512cd.s: Ditto.
|
||
* gas/i386/avx512cd.d: Ditto.
|
||
* gas/i386/x86-64-avx512cd-intel.d: Ditto.
|
||
* gas/i386/x86-64-avx512cd.s: Ditto.
|
||
* gas/i386/x86-64-avx512cd.d: Ditto.
|
||
* gas/i386/avx512f-intel.d: Add vptestnmq, vptestnmd.
|
||
* gas/i386/avx512f.s: Ditto.
|
||
* gas/i386/avx512f.d: Ditto.
|
||
* gas/i386/x86-64-avx512f-intel.d: Ditto.
|
||
* gas/i386/x86-64-avx512f.s: Ditto.
|
||
* gas/i386/x86-64-avx512f.d: Ditto.
|
||
|
||
2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
|
||
|
||
* gas/i386/clflushopt-intel.d: New.
|
||
* gas/i386/clflushopt.d: Ditto.
|
||
* gas/i386/clflushopt.s: Ditto.
|
||
* gas/i386/i386.exp: Run new tests.
|
||
* gas/i386/x86-64-clflushopt-intel.d: New.
|
||
* gas/i386/x86-64-clflushopt.d: Ditto.
|
||
* gas/i386/x86-64-clflushopt.s: Ditto.
|
||
* gas/i386/x86-64-xsavec-intel.d: Ditto.
|
||
* gas/i386/x86-64-xsavec.d: Ditto.
|
||
* gas/i386/x86-64-xsavec.s: Ditto.
|
||
* gas/i386/x86-64-xsaves-intel.d: Ditto.
|
||
* gas/i386/x86-64-xsaves.d: Ditto.
|
||
* gas/i386/x86-64-xsaves.s: Ditto.
|
||
* gas/i386/xsavec-intel.d: Ditto.
|
||
* gas/i386/xsavec.d: Ditto.
|
||
* gas/i386/xsavec.s: Ditto.
|
||
* gas/i386/xsaves-intel.d: Ditto.
|
||
* gas/i386/xsaves.d: Ditto.
|
||
* gas/i386/xsaves.s: Ditto.
|
||
|
||
2014-01-31 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
|
||
|
||
PR gas/16488
|
||
* gas/i386/inval-avx512f.s: Add test for incorrect memory operand
|
||
for gather/scatter instructions.
|
||
* gas/i386/x86-64-inval-avx512f.s: Likewise.
|
||
* gas/i386/inval-avx512f.l: Adjust correspondingly.
|
||
* gas/i386/x86-64-inval-avx512f.l: Likewise.
|
||
|
||
2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
|
||
|
||
* gas/nios2/call26_noat.d: New.
|
||
* gas/nios2/call26_noat.s: New.
|
||
* gas/nios2/call_noat.d: New.
|
||
* gas/nios2/call_noat.s: New.
|
||
|
||
2014-01-30 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
|
||
Jan Beulich <jbeulich@suse.com>
|
||
|
||
PR binutils/16490
|
||
* gas/i386/avx512f.d: Fix test output.
|
||
* gas/i386/avx512f-intel.d: Likewise.
|
||
* gas/i386/x86-64-avx512f.d: Likewise.
|
||
* gas/i386/x86-64-avx512f-intel.d: Likewise.
|
||
|
||
2014-01-28 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/16317
|
||
* gas/ia64/group-2.d: Expect I attribute with RELA sections.
|
||
* gas/ia64/xdata.d: Likewise.
|
||
|
||
2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
|
||
|
||
PR gas/16489
|
||
* gas/i386/vgather-check.s: Add tests for AVX512 gathers.
|
||
* gas/i386/x86-64-vgather-check.s: Likewise.
|
||
* gas/i386/vgather-check-error.l: Update correspondingly.
|
||
* gas/i386/vgather-check-none.d: Likewise.
|
||
* gas/i386/vgather-check-warn.d: Likewise.
|
||
* gas/i386/vgather-check-warn.e: Likewise.
|
||
* gas/i386/vgather-check.d: Likewise.
|
||
* gas/i386/x86-64-vgather-check-error.l: Likewise.
|
||
* gas/i386/x86-64-vgather-check-none.d: Likewise.
|
||
* gas/i386/x86-64-vgather-check-warn.d: Likewise.
|
||
* gas/i386/x86-64-vgather-check-warn.e: Likewise.
|
||
* gas/i386/x86-64-vgather-check.d: Likewise.
|
||
|
||
2014-01-17 Will Newton <will.newton@linaro.org>
|
||
|
||
* gas/arm/armv8-a+fp.d: Correct encoding of vcvta.s32.f64.
|
||
|
||
For older changes see ChangeLog-2013
|
||
|
||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|