Home | History | Annotate | Download | only in asm

Lines Matching refs:opcode

121 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
124 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
1220 local *opcode=shift;
1226 push @opcode,$rex|0x40 if($rex);
1231 my @opcode=(0x66);
1238 rex(\@opcode,$3,$2);
1239 push @opcode,0x0f,0x38,$opcodelet{$1};
1240 push @opcode,0xc0|($2&7)|(($3&7)<<3); # ModR/M
1241 return ".byte\t".join(',',@opcode);