Home | History | Annotate | Download | only in ppc

Lines Matching refs:bcctr

729 void Assembler::bcctr(BOfield bo, int condition_bit, LKBit lk) {
739 void Assembler::bctr() { bcctr(BA, 0, LeaveLK); }
742 void Assembler::bctrl() { bcctr(BA, 0, SetLK); }