HomeSort by relevance Sort by last modified time
    Searched refs:MTCTR (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 181 // Do not allow MTCTR and BCTRL to be in the same dispatch group.
211 if (Opcode == PPC::MTCTR || Opcode == PPC::MTCTR8) HasCTRSet = true;
PPCISelLowering.h 105 /// CHAIN,FLAG = MTCTR(VAL, CHAIN[, INFLAG]) - Directly corresponds to a
106 /// MTCTR instruction.
107 MTCTR,
PPCCTRLoops.cpp 725 // Add the mtctr instruction to the beginning of the loop.
727 TII->get(isPPC64 ? PPC::MTCTR8 : PPC::MTCTR)).addReg(CountReg,
PPCAsmPrinter.cpp     [all...]
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp 566 case PPCISD::MTCTR: return "PPCISD::MTCTR";
    [all...]

Completed in 39 milliseconds