Home | History | Annotate | Download | only in ppc

Lines Matching full:fsqrt

2255 void Assembler::fsqrt(const DoubleRegister frt, const DoubleRegister frb,
2257 emit(EXT4 | FSQRT | frt.code() * B21 | frb.code() * B11 | rc);