Searched refs:MFCR (Results 1 – 8 of 8) sorted by relevance
177 MFCR = 19 << 1, enumerator
783 case MFCR: { in DecodeExt2()
1886 void Assembler::mfcr(Register dst) { emit(EXT2 | MFCR | dst.code() * B21); } in mfcr()
2588 case MFCR: { in ExecuteExt2_9bit_part2()
178 #define MFCR (HI(31) | LO(19)) macro2208 FAIL_IF(push_inst(compiler, MFCR | D(dst))); \
981 MI->getOpcode() == PPC::MFOCRF ? PPC::MFCR : PPC::MFCR8; in EmitInstruction()
1596 CRMIB = BuildMI(*MF, DL, TII.get(PPC::MFCR), PPC::R12) in spillCalleeSavedRegisters()
2315 def MFCR : XFXForm_3<31, 19, (outs gprc:$rT), (ins),