Home | History | Annotate | Download | only in ppc

Lines Matching refs:fctiw

2204 void Assembler::fctiw(const DoubleRegister frt, const DoubleRegister frb) {
2205 emit(EXT4 | FCTIW | frt.code() * B21 | frb.code() * B11);