chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e95b355
)
symm/gcm-arm-crypto.S (mul96): Fill in the clobbered-registers list.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 Jan 2024 13:58:08 +0000
(13:58 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 Jan 2024 13:58:08 +0000
(13:58 +0000)
symm/gcm-arm-crypto.S
patch
|
blob
|
blame
|
history
diff --git
a/symm/gcm-arm-crypto.S
b/symm/gcm-arm-crypto.S
index ee31785bd2e5859606a7c3e8dd600636c31332c7..166a5b7403e5e7d74404c0d940638c618d526481 100644
(file)
--- a/
symm/gcm-arm-crypto.S
+++ b/
symm/gcm-arm-crypto.S
@@
-237,7
+237,7
@@
// Enter with u and v in the most-significant three words of q0 and
// q1 respectively, and zero in the low words, and zero in q15; leave
// with z = u v in the high three words of q0, and /junk/ in the low
// Enter with u and v in the most-significant three words of q0 and
// q1 respectively, and zero in the low words, and zero in q15; leave
// with z = u v in the high three words of q0, and /junk/ in the low
- // word. Clobbers
???
.
+ // word. Clobbers
q1--q3, q8, q9
.
// This is an inconvenient size. There's nothing for it but to do
// four multiplications, as if for the 128-bit case. It's possible
// This is an inconvenient size. There's nothing for it but to do
// four multiplications, as if for the 128-bit case. It's possible