Home | History | Annotate | Download | only in ppc

Lines Matching refs:bt

247     case BT:
1817 void Assembler::crxor(int bt, int ba, int bb) {
1818 emit(EXT1 | CRXOR | bt * B21 | ba * B16 | bb * B11);
1822 void Assembler::creqv(int bt, int ba, int bb) {
1823 emit(EXT1 | CREQV | bt * B21 | ba * B16 | bb * B11);
2227 int bt = bit;
2228 emit(EXT4 | MTFSB0 | bt * B21 | rc);
2234 int bt = bit;
2235 emit(EXT4 | MTFSB1 | bt * B21 | rc);