Remove path name from test case
[binutils-gdb.git] / gas / testsuite / gas / aarch64 / sysreg-7.s
1 .arch armv8-a+lor
2
3 /* Read from system registers. */
4 mrs x0, lorc_el1
5 mrs x0, lorea_el1
6 mrs x0, lorn_el1
7 mrs x0, lorsa_el1
8 mrs x0, icc_ctlr_el3
9 mrs x0, icc_sre_el1
10 mrs x0, icc_sre_el2
11 mrs x0, icc_sre_el3
12 mrs x0, ich_vtr_el2
13
14 /* Write to system registers. */
15 msr lorc_el1, x0
16 msr lorea_el1, x0
17 msr lorn_el1, x0
18 msr lorsa_el1, x0
19 msr icc_ctlr_el3, x0
20 msr icc_sre_el1, x0
21 msr icc_sre_el2, x0
22 msr icc_sre_el3, x0