Lines Matching defs:mnemonic
48 # 6. Don't use [or hand-code with .byte] "rep ret." "ret" mnemonic is
230 sub mnemonic {
296 die if ($opcode->mnemonic() ne "mov");
297 $opcode->mnemonic("lea");
357 my $mnemonic = $self->{opcode}->mnemonic();
359 ($mnemonic =~ /^v?mov([qd])$/) && ($sz=$1) ||
360 ($mnemonic =~ /^v?pinsr([qdwb])$/) && ($sz=$1) ||
361 ($mnemonic =~ /^vpbroadcast([qdwb])$/) && ($sz=$1) ||
362 ($mnemonic =~ /^v(?!perm)[a-z]+[fi]128$/) && ($sz="x");
512 if ($nasm && $self->{opcode}->mnemonic()=~m/^j(?![re]cxz)/) {
1212 my $asm = eval("\$".$opcode->mnemonic());
1255 undef $sz if ($nasm && $opcode->mnemonic() eq "lea");