Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:NewDesc

1326     const MCInstrDesc &NewDesc = get(NewOpC);
1327 MI->setDesc(NewDesc);
1329 if (NewDesc.ImplicitDefs)
1330 for (const uint16_t *ImpDefs = NewDesc.getImplicitDefs();
1335 if (NewDesc.ImplicitUses)
1336 for (const uint16_t *ImpUses = NewDesc.getImplicitUses();