]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-aarch64.c
aarch64: Rename REG_TYPE_ZA* to REG_TYPE_ZAT*
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)
commitfd855fbb378e466fe8976b65743704da1136fe6e
tree615c84e74cde5371bff4acd64a084cfd9eaa39bb
parent3e4525ca0b410b558207b2cdf62c44e3fc13b4f3
aarch64: Rename REG_TYPE_ZA* to REG_TYPE_ZAT*

The ZA tile registers were called REG_TYPE_ZA, REG_TYPE_ZAH and
REG_TYPE_ZAV.  However, a later patch wants to make plain "za"
a register type too, and REG_TYPE_ZA is the obvious name for that.

This patch therefore adds "T" (tile) to the existing names.
gas/config/tc-aarch64.c