aarch64: Add REG_TYPE_ZATHV
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 30 Mar 2023 10:09:03 +0000 (11:09 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 30 Mar 2023 10:09:03 +0000 (11:09 +0100)
commit83dbd40dea2a00be854e4ffe204b9d456fcca17e
tree63d0c213c2e137eae1e534acb3b29edde9d6367a
parentfd855fbb378e466fe8976b65743704da1136fe6e
aarch64: Add REG_TYPE_ZATHV

This patch adds a multi-register type that includes both REG_TYPE_ZATH
and REG_TYPE_ZATV.  This slightly simplifies the existing code, but the
main purpose is to enable later patches.
gas/config/tc-aarch64.c