commit | cdc328ea65b499e1e0cbc142e06645801a42c5f3 | [log] [tgz] |
---|---|---|
author | Guinevere Larsen <guinevere@redhat.com> | Mon Jun 09 16:04:48 2025 -0300 |
committer | Guinevere Larsen <guinevere@redhat.com> | Fri Jul 11 11:55:34 2025 -0300 |
tree | 58ae08c4b345c99bd5030d9da38967207fdf3758 | |
parent | 77a7df4756cd4b07bc1c3efbae774498fcebc77e [diff] |
gdb/record: Add support for AVX/AVX2 shift instructions This commit adds record-full support to the following instructions: * VPSLL[W|D|Q|DQ] * VPSRL[W|D|Q|DQ] * VPSRA[W|D] With both dynamic and constant shifts, and the associated tests. Notably, vpsraq is not available for AVX or AVX2 instruction sets, only AVX512. vpsradq does not seem to be available with any instruction set.