]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/record: add support for AVX/AVX2 shuffle instructions
authorGuinevere Larsen <guinevere@redhat.com>
Mon, 9 Jun 2025 20:25:00 +0000 (17:25 -0300)
committerGuinevere Larsen <guinevere@redhat.com>
Fri, 11 Jul 2025 14:55:34 +0000 (11:55 -0300)
commitd83364eb1d8cb443dd94dbf5cb2aa4f32ceedcf9
tree9ed54ae833d604c488629daadd4b40316f9ee269
parentcdc328ea65b499e1e0cbc142e06645801a42c5f3
gdb/record: add support for AVX/AVX2 shuffle instructions

This commit adds support for the following instructions:
* VPSHUF[B|D|HW|LW]
* VSHUFP[S|D]

and the associated test.
gdb/i386-tdep.c
gdb/testsuite/gdb.reverse/i386-avx-reverse.c
gdb/testsuite/gdb.reverse/i386-avx-reverse.exp