mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
x86: add CVT{,T}PS2PI cases to xmmwords test
I've (not so) recently noticed this further pair which should be tested here.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2019-06-25 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
|
* testsuite/gas/i386/xmmword.s: Add cvtps2pi and cvttps2pi
|
||||||
|
tests.
|
||||||
|
* testsuite/gas/i386/xmmword.l: Adjust expectations.
|
||||||
|
|
||||||
2019-06-25 Alan Modra <amodra@gmail.com>
|
2019-06-25 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* config/tc-ppc.c (ppc_handle_align): Add parentheses.
|
* config/tc-ppc.c (ppc_handle_align): Add parentheses.
|
||||||
|
@ -109,3 +109,5 @@
|
|||||||
.*:140: Error: .* `movq'
|
.*:140: Error: .* `movq'
|
||||||
.*:141: Error: .* `vmovq'
|
.*:141: Error: .* `vmovq'
|
||||||
.*:142: Error: .* `vmovq'
|
.*:142: Error: .* `vmovq'
|
||||||
|
.*:144: Error: .* `cvtps2pi'
|
||||||
|
.*:146: Error: .* `cvttps2pi'
|
||||||
|
@ -140,3 +140,7 @@ xmmword:
|
|||||||
movq xmmword ptr [eax], xmm0
|
movq xmmword ptr [eax], xmm0
|
||||||
vmovq xmmword ptr [eax], xmm0
|
vmovq xmmword ptr [eax], xmm0
|
||||||
{evex} vmovq xmmword ptr [eax], xmm0
|
{evex} vmovq xmmword ptr [eax], xmm0
|
||||||
|
|
||||||
|
cvtps2pi mm0, xmmword ptr [eax]
|
||||||
|
|
||||||
|
cvttps2pi mm0, xmmword ptr [eax]
|
||||||
|
Reference in New Issue
Block a user