[PATCH] D138553: [AArch64] Add Missing System Registers

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 01:56:34 PST 2022


lenary added a comment.

Some additional info on the registers:

- `HAFGRTR_EL2` is available at https://developer.arm.com/documentation/ddi0601/2022-09/AArch64-Registers/HAFGRTR-EL2--Hypervisor-Activity-Monitors-Fine-Grained-Read-Trap-Register?lang=en
- `AMCG1IDR_EL0` is available at https://developer.arm.com/documentation/ddi0601/2022-09/AArch64-Registers/AMCG1IDR-EL0--Activity-Monitors-Counter-Group-1-Identification-Register?lang=en
- `ID_DFR1_EL1` is available at https://developer.arm.com/documentation/ddi0601/2022-09/AArch64-Registers/ID-DFR1-EL1--Debug-Feature-Register-1?lang=en


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138553/new/

https://reviews.llvm.org/D138553



More information about the llvm-commits mailing list