projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f98aa7
)
perlasm/x86_64-xlate.pl: handle inter-bank movd.
author
Andy Polyakov
<appro@openssl.org>
Thu, 11 Sep 2014 22:06:00 +0000
(
00:06
+0200)
committer
Matt Caswell
<matt@openssl.org>
Tue, 1 Mar 2016 11:27:40 +0000
(11:27 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit
902b30df193afc3417a96ba72a81ed390bd50de3
)
crypto/perlasm/x86_64-xlate.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86_64-xlate.pl
b/crypto/perlasm/x86_64-xlate.pl
index 56d9b64b6fb32d6bdbd415da2b4aafcc76646ed4..b262b8dae90954c1359468e41e2f342f40ec53b0 100755
(executable)
--- a/
crypto/perlasm/x86_64-xlate.pl
+++ b/
crypto/perlasm/x86_64-xlate.pl
@@
-121,7
+121,7
@@
my %globals;
$self->{sz} = "";
} elsif ($self->{op} =~ /^v/) { # VEX
$self->{sz} = "";
- } elsif ($self->{op} =~ /mov
q
/ && $line =~ /%xmm/) {
+ } elsif ($self->{op} =~ /mov
[dq]
/ && $line =~ /%xmm/) {
$self->{sz} = "";
} elsif ($self->{op} =~ /([a-z]{3,})([qlwb])$/) {
$self->{op} = $1;