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
Wim Lewis
nettle
Commits
b66ea2ec
Commit
b66ea2ec
authored
May 14, 2002
by
Niels Möller
Browse files
Added fixme on register usage.
Rev: src/nettle/sparc/aes.asm:1.69
parent
351d0f0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
b66ea2ec
...
...
@@ -18,10 +18,13 @@
!
the
Free
Software
Foundation
,
Inc.
,
59
Temple
Place
-
Suite
330
,
Boston
,
!
MA
02111
-
1307
,
USA.
!
FIXME:
Some
of
the
%
g
registers
are
reserved
for
operating
system
etc
!
(
see
gcc
/
config
/
sp
arc.h
)
.
We
should
probably
use
only
%
g1
-%
g3
to
be
safe.
!
Used
registers
:
%
l0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
!
%
i0
,
1
,
2
,
3
,
4
(
%
i6
=
%
fp
,
%
i7
=
return
)
!
%
o0
,
1
,
2
,
3
(
%
o6
=
%
sp
)
!
%
g2
,
3
,
4
,
5
,
6
!
%
g2
,
3
,
4
,
5
,
6
,
7
.file
"aes.asm"
...
...
Write
Preview
Supports
Markdown
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