diff options
author | Guinevere Larsen <guinevere@redhat.com> | 2025-06-13 14:39:50 -0300 |
---|---|---|
committer | Guinevere Larsen <guinevere@redhat.com> | 2025-07-11 11:55:34 -0300 |
commit | cb37efef5b02c81e73226cac0dfea0ef00b1c8b3 (patch) | |
tree | 4d0ed2d0459569b759303246c143a0a2b5607b29 /gdb/python/py-progspace.c | |
parent | dfc793f54c1b591663e17633df3d3b6790d3a7b7 (diff) | |
download | binutils-cb37efef5b02c81e73226cac0dfea0ef00b1c8b3.zip binutils-cb37efef5b02c81e73226cac0dfea0ef00b1c8b3.tar.gz binutils-cb37efef5b02c81e73226cac0dfea0ef00b1c8b3.tar.bz2 |
gdb/record: add support for AVX conversion instructions.
WIP
This commit adds support for instructions to convert from one type to
another, which are in the form:
* VCVTDQ2[PS|PD]
* VCVTPS2[DQ|PD]
* VCVTPD2[PS|DQ]
* VCVTSD2[SI|SS]
* VCVTSI2[SS|SD]
* VCVTSS2[SD|SI]
* VCVTTP[S|D]2DQ
* VCVTTS[S|D]2SI
It also adds support to vpsadbw, since it was trivial and only one
instruction. Finally, I have slightly reorder the case statements to
keep them in numerical order.
Diffstat (limited to 'gdb/python/py-progspace.c')
0 files changed, 0 insertions, 0 deletions