diff options
author | Alice Carlotti <alice.carlotti@arm.com> | 2025-04-17 20:39:26 +0100 |
---|---|---|
committer | Alice Carlotti <alice.carlotti@arm.com> | 2025-05-09 20:27:22 +0100 |
commit | 20687924847067ab7270c6cc2fec4316b43facf0 (patch) | |
tree | d9c15af4361025827672bd20fbdcaba3bae1287f | |
parent | f1c037989a00afc9c38b3db7cfe029066a1be439 (diff) | |
download | binutils-20687924847067ab7270c6cc2fec4316b43facf0.zip binutils-20687924847067ab7270c6cc2fec4316b43facf0.tar.gz binutils-20687924847067ab7270c6cc2fec4316b43facf0.tar.bz2 |
aarch64: Merge dgh tests into system.d
-rw-r--r-- | gas/testsuite/gas/aarch64/dgh.d | 11 | ||||
-rw-r--r-- | gas/testsuite/gas/aarch64/dgh.s | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/aarch64/system.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/aarch64/system.s | 1 |
4 files changed, 2 insertions, 15 deletions
diff --git a/gas/testsuite/gas/aarch64/dgh.d b/gas/testsuite/gas/aarch64/dgh.d deleted file mode 100644 index e9eebbc..0000000 --- a/gas/testsuite/gas/aarch64/dgh.d +++ /dev/null @@ -1,11 +0,0 @@ -#name: V8.6 Data Gathering Hint -#as: -march=armv8.6-a -#objdump: -dr - -.* file format .* - -Disassembly of section \.text: - -0+ <\.text>: - *[0-9a-f]*: d50320df dgh - *[0-9a-f]*: d50320df dgh diff --git a/gas/testsuite/gas/aarch64/dgh.s b/gas/testsuite/gas/aarch64/dgh.s deleted file mode 100644 index 6470cd0..0000000 --- a/gas/testsuite/gas/aarch64/dgh.s +++ /dev/null @@ -1,4 +0,0 @@ -# Test for the V8.6-a Data Gathering Hint instruction - -dgh -hint #6 diff --git a/gas/testsuite/gas/aarch64/system.d b/gas/testsuite/gas/aarch64/system.d index 2635814..8c1a113 100644 --- a/gas/testsuite/gas/aarch64/system.d +++ b/gas/testsuite/gas/aarch64/system.d @@ -15,6 +15,7 @@ Disassembly of section \.text: .*: d503207f wfi .*: d503209f sev .*: d50320bf sevl +.*: d50320df dgh .*: d503229f csdb .*: d50322df clrbhb .*: d503201f nop diff --git a/gas/testsuite/gas/aarch64/system.s b/gas/testsuite/gas/aarch64/system.s index 304c53d..db35e7d 100644 --- a/gas/testsuite/gas/aarch64/system.s +++ b/gas/testsuite/gas/aarch64/system.s @@ -12,6 +12,7 @@ wfi sev sevl + dgh csdb clearbhb |