Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:NumRegs

1386     unsigned NumRegs = (MI.getNumOperands() - Op) & 0xff;
1389 Binary |= NumRegs;
1391 Binary |= NumRegs * 2;