From: Jakub Jelinek Date: Wed, 19 Jan 2022 08:17:54 +0000 (+0100) Subject: i386: Fix *aesu8 X-Git-Tag: basepoints/gcc-13~1588 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29a6db635f5eb38ba34d15a6ee35b00e753740e4;p=thirdparty%2Fgcc.git i386: Fix *aesu8 grep '{[^|}]*}"' *.md found another spot, though dunno if we have sufficient effective targets etc. to add an -masm=intel test for it (and my installed binutils doesn't support it anyway). Binutils trunk testsuite shows the argument isn't omitted even in the Intel syntax: grep aesencwide *.s keylocker.s: aesencwide128kl 126(%edx) keylocker.s: aesencwide256kl 126(%edx) keylocker.s: aesencwide128kl [edx+126] keylocker.s: aesencwide256kl [edx+126] property-10.s: aesencwide128kl (%eax) x86-64-keylocker.s: aesencwide128kl 126(%rdx) x86-64-keylocker.s: aesencwide256kl 126(%rdx) x86-64-keylocker.s: aesencwide128kl [rdx+126] x86-64-keylocker.s: aesencwide256kl [rdx+126] and doesn't use any WHATEVER PTR. 2022-01-19 Jakub Jelinek * config/i386/sse.md (*aesu*): Use %0 instead of {%0}. --- diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 829107e00c9b..d8cb7b655944 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -28437,7 +28437,7 @@ [(match_operand:BLK 0 "memory_operand" "m")] AESDECENCWIDEKL))])] "TARGET_WIDEKL" - "aes\t{%0}" + "aes\t%0" [(set_attr "type" "other")]) ;; Modes handled by broadcast patterns. NB: Allow V64QI and V32HI with