Lines Matching defs:Opcode
90 PPCHazardRecognizer970::GetInstrType(unsigned Opcode,
94 const MCInstrDesc &MCID = TII.get(Opcode);
145 unsigned Opcode = MI->getOpcode();
148 GetInstrType(Opcode, isFirst, isSingle, isCracked,
182 if (HasCTRSet && (Opcode == PPC::BCTRL_Darwin || Opcode == PPC::BCTRL_SVR4))
203 unsigned Opcode = MI->getOpcode();
206 GetInstrType(Opcode, isFirst, isSingle, isCracked,
211 if (Opcode == PPC::MTCTR || Opcode == PPC::MTCTR8) HasCTRSet = true;