Lines Matching refs:f
97 my $f = shift;
105 my $f = shift;
106 my $bo = $f=~/[\+\-]/ ? 16+9 : 16; # optional "to be taken" hint
110 my $f = shift;
111 my $bo = $f=~/\-/ ? 12+2 : 12; # optional "not to be taken" hint
117 my $f = shift;
118 my $bo = $f=~/\-/ ? 4+2 : 4; # optional "not to be taken" hint
124 my $f = shift;
125 my $bo = $f=~/-/ ? 12+2 : 12; # optional "not to be taken" hint
133 my ($f,$ra,$rs,$n,$b) = @_;
138 my ($f,$vx,$vy) = @_;
144 my ($f, $vrt, $ra, $rb, $op) = @_;
157 my ($f, $vrt, $vra, $vrb, $op) = @_;
174 my ($f, $arg) = @_;
196 my $f = $3;
199 if (ref($opcode) eq 'CODE') { $line = &$opcode($f,split(',',$line)); }
200 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }