Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lsh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LSH
lsh
Commits
092397b8
Commit
092397b8
authored
Feb 25, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(_aes_crypt): Renamed registers in final_loop: t0.
Rev: src/nettle/sparc/aes.asm:1.52
parent
ffe0c488
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/nettle/sparc/aes.asm
src/nettle/sparc/aes.asm
+4
-4
No files found.
src/nettle/sparc/aes.asm
View file @
092397b8
...
...
@@ -180,18 +180,18 @@ _aes_crypt:
add
%
i5
,
ds
t
,
%
o2
ld
[
%
g4
-
16
],
%
g3
!
2
add
i
,
1
,
i
ld
[
wtxt
+%
i5
],
%
g2
!
0
ld
[
wtxt
+%
i5
],
t0
!
0
lduh
[
wtxt
+%
g3
],
%
o4
!
2
and
%
g2
,
255
,
%
g2
!
0
and
t0
,
255
,
t0
!
0
ld
[
%
g4
],
%
o5
!
3
and
%
o4
,
255
,
%
o4
!
2
ldub
[
T
+
t1
],
t1
!
1
ldub
[
T
+
%
g2
],
%
g3
!
0
ldub
[
T
+
t0
],
t0
!
0
sll
t1
,
8
,
t1
!
1
ldub
[
wtxt
+%
o5
],
%
o3
!
3
or
%
g3
,
t1
,
%
g3
!
0
,
1
or
t0
,
t1
,
%
g3
!
0
,
1
ldub
[
T
+%
o4
],
%
g2
!
2
cmp
i
,
3
ldub
[
T
+%
o3
],
%
o5
!
3
...
...
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