From 58a211d2602df0a39779c84a344b1b4d12deb2d0 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 6 Nov 2018 11:44:31 +0100 Subject: x86: correctly handle KMOVD with VEX.W set outside of 64-bit mode For the flavors having a GPR operand VEX.W is ignored outside of 64-bit mode. The mnemonic should therefore not be KMOVQ. --- gas/ChangeLog | 5 +++++ gas/testsuite/gas/i386/avx-wig.d | 2 ++ gas/testsuite/gas/i386/avx-wig.s | 2 ++ 3 files changed, 9 insertions(+) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index d1170e6..967f6bc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2018-11-06 Jan Beulich + * testsuite/gas/i386/avx-wig.s: Add kmovd cases. + * testsuite/gas/i386/avx-wig.d: Adjust expectations. + +2018-11-06 Jan Beulich + * testsuite/gas/i386/avx-wig.s, testsuite/gas/i386/x86-64-avx-wig.s: Add vpextrb, vpextrw, vpinsrb, and vpinsrw cases. diff --git a/gas/testsuite/gas/i386/avx-wig.d b/gas/testsuite/gas/i386/avx-wig.d index c724d09..7a8f947 100644 --- a/gas/testsuite/gas/i386/avx-wig.d +++ b/gas/testsuite/gas/i386/avx-wig.d @@ -22,6 +22,8 @@ Disassembly of section .text: +[a-f0-9]+: c4 e2 f8 f3 10 blsmsk \(%eax\),%eax +[a-f0-9]+: c4 e2 f8 f3 08 blsr \(%eax\),%eax +[a-f0-9]+: c4 e2 f8 f5 00 bzhi %eax,\(%eax\),%eax + +[a-f0-9]+: c4 e1 fb 92 c0 kmovd %eax,%k0 + +[a-f0-9]+: c4 e1 fb 93 c0 kmovd %k0,%eax +[a-f0-9]+: 8f e9 f8 12 c0 llwpcb %eax +[a-f0-9]+: 8f ea f8 12 00 00 00 00 00 lwpins \$0x0,\(%eax\),%eax +[a-f0-9]+: 8f ea f8 12 08 00 00 00 00 lwpval \$0x0,\(%eax\),%eax diff --git a/gas/testsuite/gas/i386/avx-wig.s b/gas/testsuite/gas/i386/avx-wig.s index 3f16ede..4d17ab4 100644 --- a/gas/testsuite/gas/i386/avx-wig.s +++ b/gas/testsuite/gas/i386/avx-wig.s @@ -17,6 +17,8 @@ _start: blsmsk (%eax), %eax blsr (%eax), %eax bzhi %eax, (%eax), %eax + kmovd %eax, %k0 + kmovd %k0, %eax llwpcb %eax lwpins $0, (%eax), %eax lwpval $0, (%eax), %eax -- cgit v1.1