Commit c582e9d2 authored by Andy Polyakov's avatar Andy Polyakov Committed by Matt Caswell
Browse files

perlasm/x86_64-xlate.pl: handle inter-bank movd.



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(cherry picked from commit 902b30df)
parent 7f98aa74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ my %globals;
		$self->{sz} = "";
	    } elsif ($self->{op} =~ /^v/) { # VEX
		$self->{sz} = "";
	    } elsif ($self->{op} =~ /movq/ && $line =~ /%xmm/) {
	    } elsif ($self->{op} =~ /mov[dq]/ && $line =~ /%xmm/) {
		$self->{sz} = "";
	    } elsif ($self->{op} =~ /([a-z]{3,})([qlwb])$/) {
		$self->{op} = $1;