Home | History | Annotate | Download | only in ppc

Lines Matching refs:creqv

385           ((EXT1 | (instr & kExt1OpcodeMask)) == CREQV));
1898 void Assembler::creqv(int bt, int ba, int bb) {
1899 emit(EXT1 | CREQV | bt * B21 | ba * B16 | bb * B11);