diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-05-25 10:49:25 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-05-25 10:49:25 -0700 |
commit | f1360d5830fc7695cd26214257c62f34b73070c8 (patch) | |
tree | cc121ba65ef0e78af3fbe19822412f3db368f8d5 /opcodes/ChangeLog | |
parent | 293f5f65435c4d309cbf463e941a8bd5ae50c02d (diff) | |
download | gdb-f1360d5830fc7695cd26214257c62f34b73070c8.zip gdb-f1360d5830fc7695cd26214257c62f34b73070c8.tar.gz gdb-f1360d5830fc7695cd26214257c62f34b73070c8.tar.bz2 |
Enable VREX for AVX512 directives
Enable VREX for AVX512 instructions with upper 16 vector registers.
gas/
PR gas/20141
* testsuite/gas/i386/i386.exp: Run x86-64-pr20141.
* testsuite/gas/i386/x86-64-pr20141.d: New file.
* testsuite/gas/i386/x86-64-pr20141.s: Likewise.
opcodes/
PR gas/20141
* i386-gen.c (cpu_flag_init): Add CpuVREX to CPU_AVX512F_FLAGS,
CPU_AVX512CD_FLAGS, CPU_AVX512ER_FLAGS and CPU_AVX512PF_FLAGS.
* i386-init.h: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f13f299..819c8ee 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,12 @@ 2016-05-25 H.J. Lu <hongjiu.lu@intel.com> + PR gas/20141 + * i386-gen.c (cpu_flag_init): Add CpuVREX to CPU_AVX512F_FLAGS, + CPU_AVX512CD_FLAGS, CPU_AVX512ER_FLAGS and CPU_AVX512PF_FLAGS. + * i386-init.h: Regenerated. + +2016-05-25 H.J. Lu <hongjiu.lu@intel.com> + * i386-gen.c (cpu_flag_init): Rename CPU_ANY87_FLAGS to CPU_ANY_X87_FLAGS. Add CPU_ANY_MMX_FLAGS. * i386-init.h: Regenerated. |