diff options
author | Jakub Jelinek <jakub@redhat.com> | 2022-01-19 09:17:54 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2022-01-19 09:17:54 +0100 |
commit | 29a6db635f5eb38ba34d15a6ee35b00e753740e4 (patch) | |
tree | f71bc5e28d2ce633e0f0159e978565ebfef5ab34 /gcc/fold-const.cc | |
parent | 03b0bf783084d010f289eb42defafab82c4f9eb0 (diff) | |
download | gcc-29a6db635f5eb38ba34d15a6ee35b00e753740e4.zip gcc-29a6db635f5eb38ba34d15a6ee35b00e753740e4.tar.gz gcc-29a6db635f5eb38ba34d15a6ee35b00e753740e4.tar.bz2 |
i386: Fix *aes<aeswideklvariant>u8
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 <jakub@redhat.com>
* config/i386/sse.md (*aes<aeswideklvariant>u*): Use %0 instead of
{%0}.
Diffstat (limited to 'gcc/fold-const.cc')
0 files changed, 0 insertions, 0 deletions