Lines Matching refs:bo
221 my $bo = $f=~/[\+\-]/ ? 16+9 : 16; # optional "to be taken" hint
222 " bc $bo,0,".shift;
226 my $bo = $f=~/\-/ ? 12+2 : 12; # optional "not to be taken" hint
228 " .long ".sprintf "0x%x",19<<26|$bo<<21|16<<1 :
229 " bclr $bo,0";
233 my $bo = $f=~/\-/ ? 4+2 : 4; # optional "not to be taken" hint
235 " .long ".sprintf "0x%x",19<<26|$bo<<21|2<<16|16<<1 :
236 " bclr $bo,2";
240 my $bo = $f=~/-/ ? 12+2 : 12; # optional "not to be taken" hint
242 " .long ".sprintf "0x%X",19<<26|$bo<<21|2<<16|16<<1 :
243 " bclr $bo,2";