Lines Matching refs:mnemonic
293 sub mnemonic { subroutine
359 die if ($opcode->mnemonic() ne "mov");
360 $opcode->mnemonic("lea");
420 my $mnemonic = $self->{opcode}->mnemonic();
422 ($mnemonic =~ /^v?mov([qd])$/) && ($sz=$1) ||
423 ($mnemonic =~ /^v?pinsr([qdwb])$/) && ($sz=$1) ||
424 ($mnemonic =~ /^vpbroadcast([qdwb])$/) && ($sz=$1) ||
425 ($mnemonic =~ /^v(?!perm)[a-z]+[fi]128$/) && ($sz="x");
575 if ($nasm && $self->{opcode}->mnemonic()=~m/^j(?![re]cxz)/) {
1398 my $asm = eval("\$".$opcode->mnemonic());
1441 undef $sz if ($nasm && $opcode->mnemonic() eq "lea");