Files
wasmtime/lib/cretonne/meta/isa/arm64/__init__.py
Jakob Stoklund Olesen 353caf23cd Generate register bank descriptions.
Use the information in the ISA's registers.py files to generate a
RegInfo Rust data structure.
2016-11-22 18:15:21 -08:00

14 lines
265 B
Python

"""
ARM 64-bit Architecture
-----------------------
ARMv8 CPUs running the Aarch64 architecture.
"""
from __future__ import absolute_import
from . import defs
from . import registers # noqa
# Re-export the primary target ISA definition.
ISA = defs.ISA.finish()