public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] avx512 bfloat16 support
@ 2020-07-21 15:52 Felix Willgerodt
  2020-07-21 15:52 ` [PATCH 1/2] i386-tdep: Fix naming in zmm and ymm type descriptions Felix Willgerodt
  2020-07-21 15:52 ` [PATCH 2/2] Add bfloat16 support for AVX512 register view Felix Willgerodt
  0 siblings, 2 replies; 8+ messages in thread
From: Felix Willgerodt @ 2020-07-21 15:52 UTC (permalink / raw)
  To: gdb-patches

This series introduces support for the bfloat16 datatype available in a set of
new avx512 instructions and fixes some existing avx512 register type
descriptions.

For more information on the new instructions, please see the
Intel Architecture Instruction Set Extensions Programming Reference:
https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html#architecture

Regards,
Felix

Felix Willgerodt (2):
  i386-tdep: Fix naming in zmm and ymm type descriptions.
  Add bfloat16 support for AVX512 register view.

 gdb/features/i386/64bit-avx512.c          |   5 +
 gdb/features/i386/64bit-avx512.xml        |   4 +-
 gdb/features/i386/64bit-sse.c             |   5 +
 gdb/features/i386/64bit-sse.xml           |   2 +
 gdb/gdbarch.c                             |  45 ++++++
 gdb/gdbarch.h                             |   8 +-
 gdb/gdbarch.sh                            |   4 +-
 gdb/gdbtypes.c                            |   7 +
 gdb/gdbtypes.h                            |   3 +-
 gdb/i386-tdep.c                           |  37 +++--
 gdb/target-descriptions.c                 |   5 +
 gdb/testsuite/gdb.arch/x86-avx512bf16.c   | 166 ++++++++++++++++++++++
 gdb/testsuite/gdb.arch/x86-avx512bf16.exp |  74 ++++++++++
 gdb/testsuite/lib/gdb.exp                 |  51 +++++++
 gdbsupport/tdesc.cc                       |   3 +-
 gdbsupport/tdesc.h                        |   1 +
 include/floatformat.h                     |   3 +
 libiberty/floatformat.c                   |  19 ++-
 18 files changed, 422 insertions(+), 20 deletions(-)
 create mode 100644 gdb/testsuite/gdb.arch/x86-avx512bf16.c
 create mode 100644 gdb/testsuite/gdb.arch/x86-avx512bf16.exp

-- 
2.25.4

Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Gary Kershaw
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-07-24  8:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 15:52 [PATCH 0/2] avx512 bfloat16 support Felix Willgerodt
2020-07-21 15:52 ` [PATCH 1/2] i386-tdep: Fix naming in zmm and ymm type descriptions Felix Willgerodt
2020-07-22 18:45   ` Kevin Buettner
2020-07-21 15:52 ` [PATCH 2/2] Add bfloat16 support for AVX512 register view Felix Willgerodt
2020-07-22 22:19   ` Kevin Buettner
2020-07-24  8:06     ` Willgerodt, Felix
2020-07-22 22:27   ` Luis Machado
2020-07-24  8:06     ` Willgerodt, Felix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).