diff options
author | Srinath Parvathaneni <srinath.parvathaneni@arm.com> | 2025-01-10 16:47:30 +0000 |
---|---|---|
committer | Srinath Parvathaneni <srinath.parvathaneni@arm.com> | 2025-01-10 16:47:30 +0000 |
commit | d8c923031eaeb4ea3dc9812189948610468f1caa (patch) | |
tree | bd16b483f43197f4d680749a63a39ec48e61da8b /gdb/python/py-param.c | |
parent | 4180f87a99094d7bada8c9bff3aa116f0c4b6c97 (diff) | |
download | binutils-d8c923031eaeb4ea3dc9812189948610468f1caa.zip binutils-d8c923031eaeb4ea3dc9812189948610468f1caa.tar.gz binutils-d8c923031eaeb4ea3dc9812189948610468f1caa.tar.bz2 |
aarch64: Add support for FEAT_SVE_B16B16 feature.
In the current code, SVE2 Bfloat16 instructions are implemented with tick
FEAT_B16B16 and command line flag "+b16b16" and this feature was suspended
due to incomplete support.
In the new spec available here[1], FEAT_B16B16 is replaced with
FEAT_SVE_B16B16 and command line flag "+b16b16" is replace with "sve-b16b16".
Also the test files related to FEAT_SVE_B16B16 are prefixed with sve-b16b16*.
eg: sve-b16b16-sve2-1.s, sve-b16b16-sve2-1.d.
This patch supports the SVE Z-targeting non-widening BFloat16 instructions
with command line flag "+sve-b16b16+sve2".
[1]: https://developer.arm.com/documentation/ddi0602/2024-06/SVE-Instructions?lang=en
Diffstat (limited to 'gdb/python/py-param.c')
0 files changed, 0 insertions, 0 deletions