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
2c249f44
Commit
2c249f44
authored
May 16, 2002
by
Niels Möller
Browse files
Work in progress, reordering AES_LOAD.
Rev: src/nettle/sparc/aes.asm:1.120
parent
08e2814a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
2c249f44
...
...
@@ -71,20 +71,19 @@ define(<AES_LOAD>, <
ldub
[
src
+
$
1
+
2
],
t2
sll
t1
,
8
,
t1
or
t0
,
t1
,
t0
ldub
[
src
+
$
1
+
3
],
t
3
sll
t
3
,
24
,
t
3
ldub
[
src
+
$
1
+
3
],
t
1
sll
t
1
,
24
,
t
1
sll
t2
,
16
,
t2
or
t
3
,
t2
,
t
3
or
t
1
,
t2
,
t
1
!
Get
subkey
ld
[
ctx
+
$
1
],
t2
C
or
t3
,
t1
,
t3
or
t3
,
t0
,
t3
xor
t3
,
t2
,
t3
or
t1
,
t0
,
t0
xor
t0
,
t2
,
t0
st
t
3
,
[
wtxt
+
$
1
]
st
t
0
,
[
wtxt
+
$
1
]
C
add
src
,
4
,
src
C
ldub
[
src
+
$
1
],
t0
...
...
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