Home | History | Annotate | Download | only in ppc

Lines Matching full:bcctr

683 void Assembler::bcctr(BOfield bo, int condition_bit, LKBit lk) {
694 void Assembler::bctr() { bcctr(BA, 0, LeaveLK); }
697 void Assembler::bctrl() { bcctr(BA, 0, SetLK); }