commit | cc80485f45cc983370327b50d4310927bb77b7bb | [log] [tgz] |
---|---|---|
author | Claudio Bantaloukas <claudio.bantaloukas@arm.com> | Thu May 30 08:42:37 2024 +0000 |
committer | Richard Earnshaw <rearnsha@arm.com> | Fri May 31 15:31:12 2024 +0100 |
tree | bc73c4604186e177356fd0d1a059df673166c29f | |
parent | 869fcd51d5ee9494dcf3f404fd7147849090d04b [diff] |
aarch64, testsuite: avoid regexes in opcode field Some dejagnu files use regexes rather than specific encodings. This change replaces them with the explicit encodings we expect. Tested against aarch64-unknown-linux-gnu and aarch64-none-elf.