[binutils-gdb] x86/APX: also amend the PUSH2/POP2 testcase
Jan Beulich
jbeulich@sourceware.org
Mon Jan 22 07:52:40 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6498d4829c838423801331c6c0ec53f6b083addc
commit 6498d4829c838423801331c6c0ec53f6b083addc
Author: Jan Beulich <jbeulich@suse.com>
Date: Mon Jan 22 08:52:30 2024 +0100
x86/APX: also amend the PUSH2/POP2 testcase
Commit f530d5f1bab6 ("Update x86/APX: VROUND{P,S}{S,D} can generally be
encoded") took care of only half of the remaining issue. Add #pass here
as well.
Diff:
---
gas/testsuite/gas/i386/x86-64-apx-push2pop2-intel.d | 1 +
gas/testsuite/gas/i386/x86-64-apx-push2pop2.d | 1 +
2 files changed, 2 insertions(+)
diff --git a/gas/testsuite/gas/i386/x86-64-apx-push2pop2-intel.d b/gas/testsuite/gas/i386/x86-64-apx-push2pop2-intel.d
index 46b21219582..728429e8820 100644
--- a/gas/testsuite/gas/i386/x86-64-apx-push2pop2-intel.d
+++ b/gas/testsuite/gas/i386/x86-64-apx-push2pop2-intel.d
@@ -40,3 +40,4 @@ Disassembly of section \.text:
\s*[a-f0-9]+:\s*62 d4 f4 10 8f c0\s+pop2p\s+r17,r8
\s*[a-f0-9]+:\s*62 dc b4 18 8f c7\s+pop2p\s+r9,r31
\s*[a-f0-9]+:\s*62 dc 84 10 8f c0\s+pop2p\s+r31,r24
+#pass
diff --git a/gas/testsuite/gas/i386/x86-64-apx-push2pop2.d b/gas/testsuite/gas/i386/x86-64-apx-push2pop2.d
index 54f22a7f94e..cc9c2221c2e 100644
--- a/gas/testsuite/gas/i386/x86-64-apx-push2pop2.d
+++ b/gas/testsuite/gas/i386/x86-64-apx-push2pop2.d
@@ -40,3 +40,4 @@ Disassembly of section \.text:
\s*[a-f0-9]+:\s*62 d4 f4 10 8f c0\s+pop2p\s+%r8,%r17
\s*[a-f0-9]+:\s*62 dc b4 18 8f c7\s+pop2p\s+%r31,%r9
\s*[a-f0-9]+:\s*62 dc 84 10 8f c0\s+pop2p\s+%r24,%r31
+#pass
More information about the Binutils-cvs
mailing list