RISC-V: Add vxsat as a register
commitf6d7ff4796709c0639317bfd8fa58a2957a1e299
authorPalmer Dabbelt <palmer@rivosinc.com>
Wed, 27 Mar 2024 19:54:04 +0000 (27 12:54 -0700)
committerKito Cheng <kito.cheng@sifive.com>
Thu, 28 Mar 2024 06:32:44 +0000 (28 14:32 +0800)
treed68e4f5371a90e8a2fa74affbe1ca8ad1f04ae22
parentfeafff0494281795cce01e93b36aa88806b74907
RISC-V: Add vxsat as a register

We aren't doing anything with vxsat right now, but I'd like to add it as
an accepted register to the clobber list.  If we get this into GCC-14
then we'll avoid some preprocessor-based twiddling if we ever start
using vxsat in the future.

gcc/ChangeLog:

* config/riscv/riscv.h (REGISTER_NAMES): Add vxsat.
gcc/config/riscv/riscv.h