arc: Add new GAS tests for ARCv3.
authorClaudiu Zissulescu <claziss@synopsys.com>
Mon, 25 Sep 2023 07:55:51 +0000 (10:55 +0300)
committerClaudiu Zissulescu <claziss@gmail.com>
Mon, 25 Sep 2023 07:55:51 +0000 (10:55 +0300)
commit462693a455f04fc52c1c91ffc52ea2446a086444
tree9829808ec6c4a764ae81fb3dad17061e84d50e88
parentf0a3c3dd52da96860e41f6df504b0cb8362ecb3e
arc: Add new GAS tests for ARCv3.

Add new assembler tests for ARCv3 ISA. All the new tests are added in
a distinct folder named arc64.

gas/
xxxx-xx-xx  Claudiu Zissulescu <claziss@synopsys.com>

* gas/testsuite/gas/arc64/arc64.exp: New file.
* gas/testsuite/gas/arc64/float01.d: Likewise.
* gas/testsuite/gas/arc64/float01.s: Likewise.
* gas/testsuite/gas/arc64/ldd.d: Likewise.
* gas/testsuite/gas/arc64/ldd.s: Likewise.
* gas/testsuite/gas/arc64/lddl.d: Likewise.
* gas/testsuite/gas/arc64/lddl.s: Likewise.
* gas/testsuite/gas/arc64/load.d: Likewise.
* gas/testsuite/gas/arc64/load.s: Likewise.
* gas/testsuite/gas/arc64/st.d: Likewise.
* gas/testsuite/gas/arc64/st.s: Likewise.
* gas/testsuite/gas/arc64/std.d: Likewise.
* gas/testsuite/gas/arc64/std.s: Likewise.
* gas/testsuite/gas/arc64/stdl.d: Likewise.
* gas/testsuite/gas/arc64/stdl.s: Likewise.
* gas/testsuite/gas/arc64/stl.d: Likewise.
* gas/testsuite/gas/arc64/stl.s: Likewise.

Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
17 files changed:
gas/testsuite/gas/arc64/arc64.exp [new file with mode: 0644]
gas/testsuite/gas/arc64/float01.d [new file with mode: 0644]
gas/testsuite/gas/arc64/float01.s [new file with mode: 0644]
gas/testsuite/gas/arc64/ldd.d [new file with mode: 0644]
gas/testsuite/gas/arc64/ldd.s [new file with mode: 0644]
gas/testsuite/gas/arc64/lddl.d [new file with mode: 0644]
gas/testsuite/gas/arc64/lddl.s [new file with mode: 0644]
gas/testsuite/gas/arc64/load.d [new file with mode: 0644]
gas/testsuite/gas/arc64/load.s [new file with mode: 0644]
gas/testsuite/gas/arc64/st.d [new file with mode: 0644]
gas/testsuite/gas/arc64/st.s [new file with mode: 0644]
gas/testsuite/gas/arc64/std.d [new file with mode: 0644]
gas/testsuite/gas/arc64/std.s [new file with mode: 0644]
gas/testsuite/gas/arc64/stdl.d [new file with mode: 0644]
gas/testsuite/gas/arc64/stdl.s [new file with mode: 0644]
gas/testsuite/gas/arc64/stl.d [new file with mode: 0644]
gas/testsuite/gas/arc64/stl.s [new file with mode: 0644]