• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //! `Register` structs for the AArch64 ARM architecture.
2 
3 /// `RegId` definitions for the ARM AArch64 Architecture.
4 pub mod id;
5 
6 mod aarch64_core;
7 
8 pub use aarch64_core::AArch64CoreRegs;
9