summaryrefslogtreecommitdiffstats
path: root/src/arch/arm32/include/bits
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Expose shifted out bit from big integer shiftsMichael Brown2025-02-131-8/+14
* [crypto] Expose carry flag from big integer addition and subtractionMichael Brown2024-11-261-8/+15
* [crypto] Use architecture-independent bigint_is_set()Michael Brown2024-10-101-19/+0Star
* [crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()Michael Brown2024-10-071-4/+4
* [crypto] Eliminate temporary carry space for big integer multiplicationMichael Brown2024-09-271-7/+8
* [arm] Check PMCCNTR availability before use for profilingMichael Brown2024-09-241-3/+14
* [profile] Standardise return type of profile_timestamp()Michael Brown2024-09-241-1/+1
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-231-5/+29
* [libc] Centralise architecture-independent portions of setjmp.hMichael Brown2024-09-121-0/+32
* [build] Centralise dummy architecture-specific headersMichael Brown2024-09-031-19/+0Star
* [crypto] Allow multiplicand and multiplier to differ in sizeMichael Brown2024-01-161-1/+3
* [build] Allow for per-architecture unprefixed constant operand modifierMichael Brown2023-02-061-0/+3
* [arm] Add optimised TCP/IP checksumming for 64-bit ARMMichael Brown2016-05-111-0/+19
* [arm] Add optimised string functions for 64-bit ARMMichael Brown2016-05-111-0/+60
* [arm] Split out 32-bit-specific code to arch/arm32Michael Brown2016-05-087-0/+622