Skip to content
GitLab
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
47c59e94
Commit
47c59e94
authored
May 16, 2002
by
Niels Möller
Browse files
* sparc/aes.asm: Deleted registers i and t3.
Rev: src/nettle/sparc/aes.asm:1.122
parent
697a900b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
47c59e94
...
...
@@ -21,10 +21,10 @@
!
NOTE:
Some
of
the
%
g
registers
are
reserved
for
operating
system
etc
!
(
see
gcc
/
config
/
sp
arc.h
)
.
We
should
use
only
%
g1
-%
g3
to
be
safe.
!
Used
registers
:
%
l0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
!
Used
registers
:
%
l0
,
1
,
2
,
3
,
4
,
6
,
7
!
%
i0
,
1
,
2
,
3
,
4
(
%
i6
=
%
fp
,
%
i7
=
return
)
!
%
o0
,
1
,
2
,
3
,
4
,
7
(
%
o6
=
%
sp
)
!
%
g
1
,
2
,
3
,
5
!
%
o0
,
1
,
2
,,
4
,
7
(
%
o6
=
%
sp
)
!
%
g5
.file
"aes.asm"
...
...
@@ -43,7 +43,6 @@ define(nrounds, %l3)
!
Loop
variables
define
(
round
,
%
l4
)
define
(
i
,
%
l5
)
define
(
key
,
%
o4
)
!
Further
loop
invariants
...
...
@@ -61,7 +60,6 @@ define(IDX3, <T + AES_SIDX3 >)
define
(
t0
,
%
o0
)
define
(
t1
,
%
o1
)
define
(
t2
,
%
o2
)
define
(
t3
,
%
o3
)
C
AES_LOAD
(
i
)
C
Get
one
word
of
input
,
XOR
with
first
subkey
,
store
in
wtxt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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