[GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sysreg.s
CommitLineData
a06ea964
NC
1
2 # Test case for system registers
3 .text
4
5 msr pmovsclr_el0, x7
6 mrs x0, pmovsclr_el0
7
8 msr pmovsset_el0, x7
9 mrs x0, pmovsset_el0
10
11 mrs x0, id_dfr0_el1
12 mrs x0, id_pfr0_el1
13 mrs x0, id_pfr1_el1
14 mrs x0, id_afr0_el1
15 mrs x0, id_mmfr0_el1
16 mrs x0, id_mmfr1_el1
17 mrs x0, id_mmfr2_el1
18 mrs x0, id_mmfr3_el1
bdfa8b95 19 mrs x0, id_mmfr4_el1
a06ea964
NC
20 mrs x0, id_isar0_el1
21 mrs x0, id_isar1_el1
22 mrs x0, id_isar2_el1
23 mrs x0, id_isar3_el1
24 mrs x0, id_isar4_el1
25 mrs x0, id_isar5_el1
aeebdd9b
YZ
26
27 mrs x0, s3_0_c12_c12_0
28 mrs x0, s3_0_c4_c6_0
29 msr s3_0_c4_c6_0, x0
18cf6de4
YZ
30
31 mrs x0, s2_1_c0_c3_0
32 msr s2_1_c0_c3_0, x0
This page took 0.150277 seconds and 4 git commands to generate.