https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98962
--- Comment #4 from Uroš Bizjak <ubizjak at gmail dot com> --- (In reply to Jakub Jelinek from comment #3) > Another possibility is add x/v constraints to *andsi_1 and *anddi_1 with the > immediates and disparage that alternative enough to reflect the fact that > the immediate will need to be forced into memory. Using this approach we risk that under general reg pressure, RA will start to allocate XMM registers using gr-xmm reloads also in unwanted cases.