Hi all, This patch adds more straightforward annotations to some more integer binary ops to eliminate redundant fmovs around 64-bit SIMD results. Bootstrapped and tested on aarch64-none-linux. Pushing to trunk. Thanks, Kyrill gcc/ChangeLog: PR target/PR99195 * config/aarch64/aarch64-simd.md (orn3): Rename to... (orn3): ... This. (bic3): Rename to... (bic3): ... This. (3): Rename to... (3): ... This. gcc/testsuite/ChangeLog: PR target/PR99195 * gcc.target/aarch64/simd/pr99195_1.c: Add tests for orn, bic, max and min.