]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/record: Add support for more vmov-style instructions
authorGuinevere Larsen <guinevere@redhat.com>
Tue, 17 Jun 2025 12:35:03 +0000 (09:35 -0300)
committerGuinevere Larsen <guinevere@redhat.com>
Fri, 11 Jul 2025 14:55:34 +0000 (11:55 -0300)
commitb97691b926c1616c674e9e6a9f15e24bfb82eaea
treeb06e754f0cc59682f5595351aab162a64fa3ef27
parentcb37efef5b02c81e73226cac0dfea0ef00b1c8b3
gdb/record: Add support for more vmov-style instructions

This commit adds support for a few more vmov instructions:
* VMOV[LH|HL]PS
* VMOVLPD
* VMOVHP[S|D]
* VMOVDDUP

And associated tests. The testsuite had some minor re-working, adding a
function to zero buffers, to make later tests less fragile.
gdb/i386-tdep.c
gdb/testsuite/gdb.reverse/i386-avx-reverse.c
gdb/testsuite/gdb.reverse/i386-avx-reverse.exp