From: Jan Beulich Date: Tue, 25 Jun 2019 07:22:38 +0000 (+0200) Subject: x86: add CVT{,T}PS2PI cases to xmmwords test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a410bd1c373d377c221476ccda2156b595e6d6b;p=binutils-gdb.git x86: add CVT{,T}PS2PI cases to xmmwords test I've (not so) recently noticed this further pair which should be tested here. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index c7dc37d937d..41400b4629a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2019-06-25 Jan Beulich + + * testsuite/gas/i386/xmmword.s: Add cvtps2pi and cvttps2pi + tests. + * testsuite/gas/i386/xmmword.l: Adjust expectations. + 2019-06-25 Alan Modra * config/tc-ppc.c (ppc_handle_align): Add parentheses. diff --git a/gas/testsuite/gas/i386/xmmword.l b/gas/testsuite/gas/i386/xmmword.l index 9703bd10001..e8c89c8e69c 100644 --- a/gas/testsuite/gas/i386/xmmword.l +++ b/gas/testsuite/gas/i386/xmmword.l @@ -109,3 +109,5 @@ .*:140: Error: .* `movq' .*:141: Error: .* `vmovq' .*:142: Error: .* `vmovq' +.*:144: Error: .* `cvtps2pi' +.*:146: Error: .* `cvttps2pi' diff --git a/gas/testsuite/gas/i386/xmmword.s b/gas/testsuite/gas/i386/xmmword.s index accdbfef841..d21ffa6a765 100644 --- a/gas/testsuite/gas/i386/xmmword.s +++ b/gas/testsuite/gas/i386/xmmword.s @@ -140,3 +140,7 @@ xmmword: movq xmmword ptr [eax], xmm0 vmovq xmmword ptr [eax], xmm0 {evex} vmovq xmmword ptr [eax], xmm0 + + cvtps2pi mm0, xmmword ptr [eax] + + cvttps2pi mm0, xmmword ptr [eax]