Skip to content
Snippets Groups Projects
Commit e3ece2ae authored by Marcus Hoffmann's avatar Marcus Hoffmann
Browse files

Make nettle compile with pre-UAL arm assembler.

See: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0204j/Cjagjjbc.html
The pre-UAL instruction is accepted by the assembler.
parent f8ad54fa
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -91,7 +91,7 @@ PROLOGUE(nettle_ecc_521_modp) ...@@ -91,7 +91,7 @@ PROLOGUE(nettle_ecc_521_modp)
adcs F0, F0, F3, lsr #9 adcs F0, F0, F3, lsr #9
C Copy low 9 bits to H, then shift right including carry C Copy low 9 bits to H, then shift right including carry
and H, F0, T0 and H, F0, T0
rrx F0, F0 mov F0, F0, rrx
lsr F0, F0, #8 lsr F0, F0, #8
C Add in F1 = rp[33], with weight 2^1056 = 2^14 C Add in F1 = rp[33], with weight 2^1056 = 2^14
adds F0, F0, F1, lsl #14 adds F0, F0, F1, lsl #14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment