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
Marcus Hoffmann
nettle
Commits
8765e72e
Commit
8765e72e
authored
Feb 25, 2002
by
Niels Möller
Browse files
(_aes_crypt): Renamed registers in final_loop: t2.
Rev: src/nettle/sparc/aes.asm:1.55
parent
a7738238
Changes
1
Hide whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
8765e72e
...
...
@@ -177,36 +177,36 @@ _aes_crypt:
add
wtxt
,
t1
,
t1
!
1
ldub
[
t1
+
2
],
t1
!
1
add
%
i5
,
ds
t
,
%
o
2
ld
[
%
g4
-
16
],
%
g3
!
2
add
%
i5
,
ds
t
,
%
g
2
ld
[
%
g4
-
16
],
t2
!
2
add
i
,
1
,
i
ld
[
wtxt
+%
i5
],
t0
!
0
lduh
[
wtxt
+
%
g3
],
%
o4
!
2
lduh
[
wtxt
+
t2
],
t2
!
2
and
t0
,
255
,
t0
!
0
ld
[
%
g4
],
t3
!
3
and
%
o4
,
255
,
%
o4
!
2
and
t2
,
255
,
t2
!
2
ldub
[
T
+
t1
],
t1
!
1
ldub
[
T
+
t0
],
t0
!
0
sll
t1
,
8
,
t1
!
1
ldub
[
wtxt
+
t3
],
t3
!
3
or
t0
,
t1
,
t0
!
0
,
1
ldub
[
T
+
%
o4
],
%
g
2
!
2
ldub
[
T
+
t2
],
t
2
!
2
cmp
i
,
3
ldub
[
T
+
t3
],
t3
!
3
sll
%
g
2
,
16
,
%
g
2
!
2
or
t0
,
%
g
2
,
t0
!
0
,
1
,
2
ld
[
ctx
+
round
],
%
g
2
sll
t
2
,
16
,
t
2
!
2
or
t0
,
t
2
,
t0
!
0
,
1
,
2
ld
[
ctx
+
round
],
t
2
sll
t3
,
24
,
t3
!
3
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
%
g
2
,
%
g3
xor
t0
,
t
2
,
%
g3
srl
%
g3
,
24
,
%
o5
srl
%
g3
,
16
,
%
o0
srl
%
g3
,
8
,
%
g
2
stb
%
g
2
,
[
%
o
2
+
1
]
stb
%
o5
,
[
%
o
2
+
3
]
stb
%
o0
,
[
%
o
2
+
2
]
srl
%
g3
,
8
,
t
2
stb
t
2
,
[
%
g
2
+
1
]
stb
%
o5
,
[
%
g
2
+
3
]
stb
%
o0
,
[
%
g
2
+
2
]
stb
%
g3
,
[
ds
t
+%
i5
]
add
round
,
4
,
round
bleu
.Lfinal_loop
...
...
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