i386: Replace movzx with movzbl
commit525ca33a61edd733e8ad8c0456f8f811adc2ccb9
authorFangrui Song <maskray@google.com>
Thu, 4 Aug 2022 21:06:50 +0000 (4 14:06 -0700)
committerFangrui Song <maskray@google.com>
Thu, 4 Aug 2022 21:06:50 +0000 (4 14:06 -0700)
treee515c7a91937d76c0b72bc3973a3d22e12ba258e
parented0185e4129130cbe081c221efb758fb400623ce
i386: Replace movzx with movzbl

Similar to 6720d36b6623c5e48c070d86acf61198b33e144e for x86-64.

Clang cannot assemble movzx in the AT&T dialect mode.  Change movzx to
movzbl, which follows the AT&T dialect and is used elsewhere in the
file.
sysdeps/i386/i686/multiarch/strcmp-ssse3.S