Hi all, More of the straightforward cases to annotate plus tests, this time for simple integer unary ops. Bootstrapped and tested on aarch64-none-linux-gnu and aarch64_be-none-elf. Pushing to trunk. Thanks, Kyrill gcc/ChangeLog: PR target/99195 * config/aarch64/aarch64-simd.md (aarch64_rbit): Rename to... (aarch64_rbit): ... This. (neg2): Rename to... (neg2): ... This. (abs2): Rename to... (abs2): ... This. (aarch64_abs): Rename to... (aarch64_abs): ... This. (one_cmpl2): Rename to... (one_cmpl2): ... This. (clrsb2): Rename to... (clrsb2): ... This. (clz2): Rename to... (clz2): ... This. (popcount2): Rename to... (popcount2): ... This. gcc/testsuite/ChangeLog: PR target/99195 * gcc.target/aarch64/simd/pr99195_1.c: Add tests for unary integer ops.