Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / sysreg.s
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
19 mrs x0, id_isar0_el1
20 mrs x0, id_isar1_el1
21 mrs x0, id_isar2_el1
22 mrs x0, id_isar3_el1
23 mrs x0, id_isar4_el1
24 mrs x0, id_isar5_el1
This page took 0.031206 seconds and 4 git commands to generate.