x86: correct bmi2_umul<mode><dwi>3_1's MEM_P() uses
authorJan Beulich <jbeulich@suse.com>
Mon, 30 May 2022 09:29:59 +0000 (11:29 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 30 May 2022 09:29:59 +0000 (11:29 +0200)
commitc89298404071e3b42eb7e2bfbdbaa45573538b53
tree333d5ff3dfc05e9fad85b7bae8056732304f15b5
parent1b88c61e3749d8da905af1c8efc11002b01bd339
x86: correct bmi2_umul<mode><dwi>3_1's MEM_P() uses

It's pretty clear that the operand numbers in the MEM_P() checks are
off by one, perhaps due to a copy-and-paste oversight (unlike in most
other places here we're dealing with two outputs).

gcc/

* config/i386/i386.md (bmi2_umul<mode><dwi>3_1): Correct MEM_P()
arguments.
gcc/config/i386/i386.md