Lines Matching refs:mnemonic
1405 my ($mnemonic,$rs1,$rs2,$rd)=@_;
1413 $ref = "$mnemonic\t$rs1,$rs2,$rd";
1415 if ($opf=$visopf{$mnemonic}) {
1435 my ($mnemonic,$rs1,$rs2,$rd)=@_;
1445 $ref = "$mnemonic\t$rs1,$rs2,$rd";
1447 if ($opf=$visopf{$mnemonic}) {
1462 my ($mnemonic,$rs1,$rs2,$rs3,$rd)=@_;
1474 $ref = "$mnemonic\t$rs1,$rs2,$rs3,$rd";
1476 if (defined($opf=$aesopf{$mnemonic})) {
1497 my ($mnemonic,$rs1,$rs2,$rd)=@_;
1502 $ref = "$mnemonic\t$rs1,$rs2,$rd";
1504 if (defined($opf=$aesopf{$mnemonic})) {
1524 my ($mnemonic,$rs1,$rs2,$rs3,$rd)=@_;
1527 $ref = "$mnemonic\t$rs1,$rs2,$rs3,$rd";
1550 my ($mnemonic,$rs1,$rs2,$rd)=@_;
1555 $ref = "$mnemonic\t$rs1,$rs2,$rd";
1557 if (defined($opf=$cmllopf{$mnemonic})) {
1577 my ($mnemonic,$rs,$rd)=@_;
1586 $ref = "$mnemonic\t$rs,$rd";
1588 if (defined($opf=$movxopf{$mnemonic})) {
1608 my ($mnemonic)=shift;
1616 $ref = "$mnemonic\t".join(",",@_);
1618 if (defined($opf=$desopf{$mnemonic})) { # 4-arg
1619 if ($mnemonic eq "des_round") {
1632 } elsif ($mnemonic eq "des_kexpand") { # 3-arg