Lines Matching refs:bo
106 my $bo = $f=~/[\+\-]/ ? 16+9 : 16; # optional "to be taken" hint
107 " bc $bo,0,".shift;
111 my $bo = $f=~/\-/ ? 12+2 : 12; # optional "not to be taken" hint
113 " .long ".sprintf "0x%x",19<<26|$bo<<21|16<<1 :
114 " bclr $bo,0";
118 my $bo = $f=~/\-/ ? 4+2 : 4; # optional "not to be taken" hint
120 " .long ".sprintf "0x%x",19<<26|$bo<<21|2<<16|16<<1 :
121 " bclr $bo,2";
125 my $bo = $f=~/-/ ? 12+2 : 12; # optional "not to be taken" hint
127 " .long ".sprintf "0x%X",19<<26|$bo<<21|2<<16|16<<1 :
128 " bclr $bo,2";