aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Archi.v
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' (Absint 3.8) into kvx-work-merge3.8David Monniaux2020-11-181-2/+4
|\
| * Support the use of already-installed MenhirLib and Flocq librariesXavier Leroy2020-09-211-2/+1
| | | | | | | | configure flags -use-external-Flocq and -use external-MenhirLib.
| * Dual-license aarch64/{Archi.v,Cbuiltins.ml,extractionMachdep.v}Xavier Leroy2020-05-051-0/+3
| | | | | | | | | | | | The corresponding files in all other ports are dual-licensed (GPL + non-commercial), there is no reason it should be different for aarch64.
* | test whether the instructions are allowedDavid Monniaux2020-04-191-0/+2
|/
* AArch64 portXavier Leroy2019-08-081-0/+88
This commit adds a back-end for the AArch64 architecture, namely ARMv8 in 64-bit mode.