Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
697a900b
Commit
697a900b
authored
22 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(AES_LOAD): Eliminated t3.
Rev: src/nettle/sparc/aes.asm:1.121
parent
2c249f44
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sparc/aes.asm
+5
-22
5 additions, 22 deletions
sparc/aes.asm
with
5 additions
and
22 deletions
sparc/aes.asm
+
5
−
22
View file @
697a900b
...
...
@@ -70,36 +70,19 @@ define(<AES_LOAD>, <
ldub
[
src
+
$
1
+
1
],
t1
ldub
[
src
+
$
1
+
2
],
t2
sll
t1
,
8
,
t1
or
t0
,
t1
,
t0
ldub
[
src
+
$
1
+
3
],
t1
sll
t1
,
24
,
t1
sll
t2
,
16
,
t2
or
t1
,
t2
,
t1
or
t0
,
t2
,
t0
sll
t1
,
24
,
t1
!
Get
subkey
ld
[
ctx
+
$
1
],
t2
or
t
1
,
t
0
,
t0
or
t
0
,
t
1
,
t0
xor
t0
,
t2
,
t0
st
t0
,
[
wtxt
+
$
1
]
C
add
src
,
4
,
src
C
ldub
[
src
+
$
1
],
t0
C
ldub
[
src
+
$
1
+
1
],
t1
C
sll
t1
,
8
,
t1
C
or
t0
,
t1
,
t0
C
ldub
[
src
+
$
1
+
2
],
t2
C
sll
t2
,
16
,
t2
C
or
t0
,
t2
,
t0
C
ldub
[
src
+
$
1
+
3
],
t1
C
sll
t1
,
24
,
t1
C
or
t0
,
t1
,
t0
C
ld
[
key
+
$
1
],
t2
C
xor
t0
,
t2
,
t0
C
st
t0
,
[
wtxt
+
$
1
]
>
)
dnl
st
t0
,
[
wtxt
+
$
1
]
>
)
dnl
C
AES_ROUND
(
i
)
C
Compute
one
word
in
the
round
function.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment