From 0a9a692e4e3be7e2ef5061e42e9907cae09c4cd2 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 27 Jun 2011 09:45:10 +0000 Subject: Minor x86_64 perlasm update. --- crypto/perlasm/x86_64-xlate.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/perlasm') diff --git a/crypto/perlasm/x86_64-xlate.pl b/crypto/perlasm/x86_64-xlate.pl index a6b718b5e8..dd600be7b8 100755 --- a/crypto/perlasm/x86_64-xlate.pl +++ b/crypto/perlasm/x86_64-xlate.pl @@ -123,6 +123,8 @@ my %globals; $self->{sz} = ""; } elsif ($self->{op} =~ /^p/ && $' !~ /^(ush|op|insrw)/) { # SSEn $self->{sz} = ""; + } elsif ($self->{op} =~ /^v/) { # VEX + $self->{sz} = ""; } elsif ($self->{op} =~ /movq/ && $line =~ /%xmm/) { $self->{sz} = ""; } elsif ($self->{op} =~ /([a-z]{3,})([qlwb])$/) { -- cgit v1.2.3