diff options
| author | Alasdair Armstrong | 2018-02-02 15:27:34 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-02-02 15:29:09 +0000 |
| commit | 71c6a05584846e1e25c43968a145acf4a2248ac4 (patch) | |
| tree | 64b0b1051f8dd4f72c025ab7e253a8b8952f8119 /aarch64/README | |
| parent | 551497b791f6e8839f84f72e70fe413f655e1902 (diff) | |
Add aarch64 duopod...
... all 4500 lines of it.
Need to figure out how to cut out some details to make more minimal.
Diffstat (limited to 'aarch64/README')
| -rw-r--r-- | aarch64/README | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/aarch64/README b/aarch64/README index 452aff0f..947db614 100644 --- a/aarch64/README +++ b/aarch64/README @@ -1,4 +1,14 @@ This folder contains an automatically generated ARM v8.3 architecture specification. This specification is based on ARM's publically realeased machine-readable XML specification available at -https://github.com/meriac/archex +https://github.com/meriac/archex. See that github repository for +licensing information. + +Generated parts of the specification are contained within the +following subdirectories: + +no_vector/ - a version of the specification without vector +instructions + +duopod/ - a minimal slice of the specification with only add-sub +immediate and some memory instructions
\ No newline at end of file |
