Lines Matching full:mtfsfi
2239 void Assembler::mtfsfi(int bf, int immediate, RCBit rc) {2240 emit(EXT4 | MTFSFI | bf * B23 | immediate * B12 | rc);