Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:NewDesc

1552     const MCInstrDesc &NewDesc = get(NewOpC);
1553 MI->setDesc(NewDesc);
1555 if (NewDesc.ImplicitDefs)
1556 for (const uint16_t *ImpDefs = NewDesc.getImplicitDefs();
1561 if (NewDesc.ImplicitUses)
1562 for (const uint16_t *ImpUses = NewDesc.getImplicitUses();