diff options
author | Felix Willgerodt <felix.willgerodt@intel.com> | 2024-03-25 16:57:37 +0100 |
---|---|---|
committer | Felix Willgerodt <felix.willgerodt@intel.com> | 2024-06-18 09:26:56 +0200 |
commit | c7e4521c972e455a7331e96d3f9870c0deccde26 (patch) | |
tree | 320bf2133adb06f2083468113cc25376642d3361 /ld | |
parent | 7aabe8edca8aaafa099a3451ce97997278a5bcf2 (diff) | |
download | gdb-c7e4521c972e455a7331e96d3f9870c0deccde26.zip gdb-c7e4521c972e455a7331e96d3f9870c0deccde26.tar.gz gdb-c7e4521c972e455a7331e96d3f9870c0deccde26.tar.bz2 |
gdb: rename offset to high bits in ymm registers
The xsave_ymm_avx512_offset data structure contains the xsave
offset to the upper 128 bits of a ymm register. Similarly, for zmm this
offset is described by xsave_avx512_zmm_h_offset, h indicating the
high bits. This commit renames the xsave_ymm_avx512_offset to
xsave_ymm_h_avx512_offset - as well as the associated define from
XSAVE_YMM_AVX512_ADDR to XSAVE_YMM_H_AVX512_ADDR - to make this
more consistent.
Note, that the regnum defines already included the 'h' for ymm, like
I387_YMM16H_REGNUM and I387_YMMH_AVX512_END_REGNUM.
Co-authored-by: Nils-Christian Kempke <nils-christian.kempke@intel.com>
Approved-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'ld')
0 files changed, 0 insertions, 0 deletions