Home | History | Annotate | Download | only in perlasm

Lines Matching refs:xmm

125 	    } elsif ($self->{op} =~ /movq/ && $line =~ /%xmm/) {
669 if ($arg =~ /%xmm([0-9]+),\s*%r(\w+)/) {
676 } elsif ($arg =~ /%r(\w+),\s*%xmm([0-9]+)/) {
689 if (shift =~ /\$([0-9]+),\s*%xmm([0-9]+),\s*(%\w+)/) {
707 if (shift =~ /\$([0-9]+),\s*(%\w+),\s*%xmm([0-9]+)/) {
725 if (shift =~ /%xmm([0-9]+),\s*%xmm([0-9]+)/) {
737 if (shift =~ /\$([0-9]+),\s*%xmm([0-9]+),\s*%xmm([0-9]+)/) {
750 if (shift =~ /\$([x0-9a-f]+),\s*%xmm([0-9]+),\s*%xmm([0-9]+)/) {
840 if ($arg =~ /^xmm[0-9]+$/) { $insn.=$sz; $sz="x" if(!$sz); last; }