Searched refs:MTCTR (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp165 // Do not allow MTCTR and BCTRL to be in the same dispatch group.
236 if (Opcode == PPC::MTCTR || Opcode == PPC::MTCTR8) HasCTRSet = true;
H A DPPCISelLowering.h103 /// CHAIN,FLAG = MTCTR(VAL, CHAIN[, INFLAG]) - Directly corresponds to a
104 /// MTCTR instruction.
105 MTCTR, enumerator in enum:llvm::PPCISD::NodeType
H A DPPCISelDAGToDAG.cpp1068 unsigned Opc = Target.getValueType() == MVT::i32 ? PPC::MTCTR : PPC::MTCTR8;
H A DPPCISelLowering.cpp452 case PPCISD::MTCTR: return "PPCISD::MTCTR";
2600 // Otherwise, this is an indirect call. We have to use a MTCTR/BCTRL pair
2671 Chain = DAG.getNode(PPCISD::MTCTR, dl, NodeTys, MTCTROps,
3375 // Check if this is an indirect call (MTCTR/BCTRL).
3392 // not mean the MTCTR instruction must use R12; it's easier to model this as
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp372 // Do not allow MTCTR and BCTRL to be in the same dispatch group.
402 if (Opcode == PPC::MTCTR || Opcode == PPC::MTCTR8) HasCTRSet = true;
H A DPPCISelLowering.h119 /// CHAIN,FLAG = MTCTR(VAL, CHAIN[, INFLAG]) - Directly corresponds to a
120 /// MTCTR instruction.
121 MTCTR,
H A DPPCISelDAGToDAG.cpp2979 unsigned Opc = Target.getValueType() == MVT::i32 ? PPC::MTCTR : PPC::MTCTR8;
H A DPPCISelLowering.cpp1040 case PPCISD::MTCTR: return "PPCISD::MTCTR";
4412 // Otherwise, this is an indirect call. We have to use a MTCTR/BCTRL pair
4490 Chain = DAG.getNode(PPCISD::MTCTR, dl, NodeTys,
5578 // Check if this is an indirect call (MTCTR/BCTRL).
5596 // This does not mean the MTCTR instruction must use R12; it's easier
5981 // not mean the MTCTR instruction must use R12; it's easier to model this as
8881 TII->get(PVT == MVT::i64 ? PPC::MTCTR8 : PPC::MTCTR)).addReg(Tmp);
/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_common.c185 #define MTCTR (HI(31) | LO(467) | 0x90000) macro
2161 PTR_FAIL_IF(push_inst(compiler, MTCTR | S(TMP_CALL_REG)));
2204 FAIL_IF(push_inst(compiler, MTCTR | S(src_r)));
/external/capstone/arch/PowerPC/
H A DPPCGenAsmWriter.inc713 283817U, // MTCTR
1986 0U, // MTCTR

Completed in 315 milliseconds