summaryrefslogtreecommitdiff
path: root/rtl/aarch64
Commit message (Expand)AuthorAgeFilesLines
* * fix bootstrapping on aarch64-linux with 3.2.xflorian2021-04-251-26/+26
* + Aarch64: directly inline code for frac(...)florian2021-04-251-0/+11
* + Aarch64: use frintz for int(...) instead of creating a helper callflorian2021-04-251-15/+15
* * fpsr and fpcr are 64 bit on aarch64florian2021-04-241-8/+8
* + Aarch64: completed LSE support for all interlocked operationsflorian2021-04-161-0/+38
* + Aarch64: use LSE if available for atomic intrinsicsflorian2021-04-031-1/+36
* * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.pierre2021-01-031-1/+1
* * for Aarch64 inline assembly comments need to start with //svenbarth2020-10-181-1/+1
* * AArch64: added SIMD instructions (only plain ARMv8-A for now)jonas2020-10-152-7/+7
* * Aarch64: fix Math.SetExceptionMask for implementations throwing hardwareflorian2020-09-161-14/+12
* * llvm sometimes uses the AArch64 framepointer register as a regvar in thejonas2020-01-291-0/+7
* o AArch64:florian2019-10-111-4/+17
* + support for software floating point exception handling on AArch64 (-CE)florian2019-09-013-5/+86
* * cpu specific header file for the system unit: cpuh.inc, moved several decla...florian2017-11-012-1/+16
* * replaced AArch64 setjmp/longjmp code initially taken from NetBSD withjonas2015-02-252-77/+17
* * support for the "RaisePending" parameter of RaiseExceptions on AArch64jonas2015-02-231-2/+23
* * switched to using the stack pointer as base register for the temp allocatorjonas2015-02-231-6/+0
* + aarch64 makefile.cpujonas2015-02-231-0/+7
* * dummy strings.inc for aarch64jonas2015-02-231-0/+17
* + aarch64 fpu init, atomic routines and memory barriersjonas2015-02-231-0/+328
* + AArch64 setjump code based on NetBSD versionjonas2015-02-232-0/+164
* + dummy AArch64 stringss.inc filejonas2015-02-231-0/+18
* + dummy set.inc for AArch64jonas2015-02-231-0/+15
* + round/trunc/int for AArch64jonas2015-02-231-0/+86
* + dummy int64p.incjonas2015-02-231-0/+15
* + aarch64 fpu rounding mode/exception supportjonas2015-02-231-0/+136