Lines Matching refs:f
98 my $f = shift;
106 my $f = shift;
107 my $bo = $f=~/[\+\-]/ ? 16+9 : 16; # optional "to be taken" hint
111 my $f = shift;
112 my $bo = $f=~/\-/ ? 12+2 : 12; # optional "not to be taken" hint
118 my $f = shift;
119 my $bo = $f=~/\-/ ? 4+2 : 4; # optional "not to be taken" hint
125 my $f = shift;
126 my $bo = $f=~/-/ ? 12+2 : 12; # optional "not to be taken" hint
134 my ($f,$ra,$rs,$n,$b) = @_;
139 my ($f,$vx,$vy) = @_;
147 my ($f,$idx,$ra) = @_;
155 my ($f,$rd,$idx) = @_;
165 my ($f, $vrt, $ra, $rb, $op) = @_;
178 my ($f, $vrt, $vra, $vrb, $op) = @_;
196 my ($f, $arg) = @_;
218 my $f = $3;
221 if (ref($opcode) eq 'CODE') { $line = &$opcode($f,split(',',$line)); }
222 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }