aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-10-27 11:22:13 +1030
committerAlan Modra <amodra@gmail.com>2022-10-27 11:52:05 +1030
commit2c02c72c62d2e9f590155561ebc54ca87bc10c2a (patch)
tree8ec6a2e43d1f7f932d9e7cd930d66d2413542459 /gas
parent1ad40414e3acfa6a96c3e76226aa670cedef902c (diff)
downloadgdb-2c02c72c62d2e9f590155561ebc54ca87bc10c2a.zip
gdb-2c02c72c62d2e9f590155561ebc54ca87bc10c2a.tar.gz
gdb-2c02c72c62d2e9f590155561ebc54ca87bc10c2a.tar.bz2
re: Support Intel AMX-FP16
Fix these fails due to the target padding out sections with nops. x86_64-w64-mingw32 +FAIL: x86_64 AMX-FP16 insns x86_64-w64-mingw32 +FAIL: x86_64 AMX-FP16 insns (Intel disassembly) * testsuite/gas/i386/x86-64-amx-fp16-intel.d: Accept trailing nops. * testsuite/gas/i386/x86-64-amx-fp16.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/gas/i386/x86-64-amx-fp16-intel.d1
-rw-r--r--gas/testsuite/gas/i386/x86-64-amx-fp16.d1
2 files changed, 2 insertions, 0 deletions
diff --git a/gas/testsuite/gas/i386/x86-64-amx-fp16-intel.d b/gas/testsuite/gas/i386/x86-64-amx-fp16-intel.d
index 497898b..cf90c4a 100644
--- a/gas/testsuite/gas/i386/x86-64-amx-fp16-intel.d
+++ b/gas/testsuite/gas/i386/x86-64-amx-fp16-intel.d
@@ -11,3 +11,4 @@ Disassembly of section \.text:
0+ <_start>:
[ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps tmm3,tmm4,tmm5
[ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps tmm3,tmm4,tmm5
+#pass
diff --git a/gas/testsuite/gas/i386/x86-64-amx-fp16.d b/gas/testsuite/gas/i386/x86-64-amx-fp16.d
index 7d3af95..56040f8 100644
--- a/gas/testsuite/gas/i386/x86-64-amx-fp16.d
+++ b/gas/testsuite/gas/i386/x86-64-amx-fp16.d
@@ -11,3 +11,4 @@ Disassembly of section \.text:
0+ <_start>:
[ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps %tmm5,%tmm4,%tmm3
[ ]*[a-f0-9]+:[ ]*c4 e2 53 5c dc[ ]*tdpfp16ps %tmm5,%tmm4,%tmm3
+#pass