[AArch64] Add ARMv8.3 pointer authentication key registers
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 11 Nov 2016 10:33:30 +0000 (10:33 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 11 Nov 2016 10:33:30 +0000 (10:33 +0000)
commitb0bfa7b5b884f78b798ab8d34d2a50bc63f558df
treebb1037f7ece42649b0dd368feee870f37be127e9
parent8787d804e1cbbd1946239d6c5e560c87d38bac06
[AArch64] Add ARMv8.3 pointer authentication key registers

Add support for system registers introduced in ARMv8.3
for pointer authentication.

opcodes/
2016-11-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>

* aarch64-opc.c (aarch64_sys_regs): Add apiakeylo_el1, apiakeyhi_el1,
apibkeylo_el1, apibkeyhi_el1, apdakeylo_el1, apdakeyhi_el1,
apdbkeylo_el1, apdbkeyhi_el1, apgakeylo_el1 and apgakeyhi_el1.
(aarch64_sys_reg_supported_p): Add feature test for new registers.

gas/
2016-11-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>

* testsuite/gas/aarch64/sysreg-3.s: New.
* testsuite/gas/aarch64/sysreg-3.d: New.
* testsuite/gas/aarch64/illegal-sysreg-3.l: New.
* testsuite/gas/aarch64/illegal-sysreg-3.d: New.
gas/ChangeLog
gas/testsuite/gas/aarch64/illegal-sysreg-3.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/illegal-sysreg-3.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/sysreg-3.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/sysreg-3.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/aarch64-opc.c
This page took 0.024396 seconds and 4 git commands to generate.