Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
1bd56cda
Commit
1bd56cda
authored
Feb 11, 2002
by
Niels Möller
Browse files
Moved some instructions around.
Rev: src/nettle/sparc/aes.asm:1.6
parent
43ed050c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/sparc/aes.asm
View file @
1bd56cda
...
...
@@ -67,16 +67,16 @@ key_addition_8to32:
.proc
020
key_addition32:
!
Use
%
g2
and
%
g3
as
temporaries
,
%
o3
as
counter
mov
0
,
%
o3
!
Decrement
out
,
so
we
can
increment
the
counter
earlier
in
the
loop
sub
%
o
2
,
4
,
%
o
2
mov
-
4
,
%
o3
!
Increment
txt
add
%
o
0
,
4
,
%
o
0
.LL26:
!
Get
txt
[
i
]
ld
[
%
o0
+%
o3
],
%
g2
add
%
o3
,
4
,
%
o3
!
Get
keys
[
i
]
ld
[
%
o1
+%
o3
],
%
g3
cmp
%
o3
,
12
add
%
o3
,
4
,
%
o3
xor
%
g2
,
%
g3
,
%
g3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment