]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/record: add support for AVX blend instructions
authorGuinevere Larsen <guinevere@redhat.com>
Thu, 12 Jun 2025 19:55:28 +0000 (16:55 -0300)
committerGuinevere Larsen <guinevere@redhat.com>
Fri, 11 Jul 2025 14:55:34 +0000 (11:55 -0300)
commit6f129dba1dc0795aa810b2a8c246fd92a198f7e2
treeaf07223f893aa183fc43d961e7635a9a8ac71eb0
parent32be35c9e3159e949edc3d4a957d347f1c7b8dad
gdb/record: add support for AVX blend instructions

This commit supports for the following instructions:
* VBLENDP[S|D]
* VBLENDVP[S|D]
* VPBLEND[D|W|VB]

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