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:
6f46c3c
)
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
Andy Polyakov
<appro@openssl.org>
Thu, 11 Sep 2014 22:06:00 +0000
(
00:06
+0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
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 84745f600a4363e95bd89503c06fe2e0570003e6..aae8288386d3189ec8aa7482565f4e985b2a5634 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;