Home | History | Annotate | Download | only in perlasm

Lines Matching refs:bo

87     my $bo = $f=~/[\+\-]/ ? 16+9 : 16;	# optional "to be taken" hint
88 " bc $bo,0,".shift;
92 my $bo = $f=~/\-/ ? 12+2 : 12; # optional "not to be taken" hint
94 " .long ".sprintf "0x%x",19<<26|$bo<<21|16<<1 :
95 " bclr $bo,0";
99 my $bo = $f=~/\-/ ? 4+2 : 4; # optional "not to be taken" hint
101 " .long ".sprintf "0x%x",19<<26|$bo<<21|2<<16|16<<1 :
102 " bclr $bo,2";
106 my $bo = $f=~/-/ ? 12+2 : 12; # optional "not to be taken" hint
108 " .long ".sprintf "0x%X",19<<26|$bo<<21|2<<16|16<<1 :
109 " bclr $bo,2";