Home | History | Annotate | Download | only in ppc

Lines Matching full:fctiduz

2205 void Assembler::fctiduz(const DoubleRegister frt, const DoubleRegister frb,
2207 emit(EXT4 | FCTIDUZ | frt.code() * B21 | frb.code() * B11 | rc);