Searched defs:ExtraOpc (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp142 static unsigned calcNumMI(int Opc, int ExtraOpc, unsigned Bytes, argument
159 if (ExtraOpc)
182 int ExtraOpc = 0;
198 ExtraOpc = ARM::tADDi3;
223 unsigned NumMIs = calcNumMI(Opc, ExtraOpc, Bytes, NumBits, Scale);
289 if (ExtraOpc) {
290 const MCInstrDesc &MCID = TII.get(ExtraOpc);

Completed in 517 milliseconds