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
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Wim Lewis
nettle
Commits
8184be0f
Commit
8184be0f
authored
Apr 17, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86_64: New m4 macro WREG.
parent
a6b67c34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
ChangeLog
ChangeLog
+2
-0
x86_64/machine.m4
x86_64/machine.m4
+17
-0
No files found.
ChangeLog
View file @
8184be0f
2012-04-17 Niels Möller <nisse@lysator.liu.se>
* x86_64/machine.m4 (WREG): New macro.
* salsa20.c (salsa20_hash): Deleted function, inlined into
salsa20_crypt.
(salsa20_set_key, salsa20_set_iv): Moved, to...
...
...
x86_64/machine.m4
View file @
8184be0f
...
...
@@ -26,6 +26,23 @@ define(<HREG>,<ifelse(
$1, %rcx, %ch,
$1, %rdx, %dh)>)dnl
define(<WREG>,<ifelse(
$1, %rax, %ax,
$1, %rbx, %bx,
$1, %rcx, %cx,
$1, %rdx, %dx,
$1, %rsi, %si,
$1, %rdi, %di,
$1, %rbp, %bp,
$1, %r8, %r8w,
$1, %r9, %r9w,
$1, %r10, %r10w,
$1, %r11, %r11w,
$1, %r12, %r12w,
$1, %r13, %r13w,
$1, %r14, %r14w,
$1, %r15, %r15w)>)dnl
define(<XREG>,<ifelse(
$1, %rax, %eax,
$1, %rbx, %ebx,
...
...
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