Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:NumRegs

1369     unsigned NumRegs = (MI.getNumOperands() - Op) & 0xff;
1372 Binary |= NumRegs;
1374 Binary |= NumRegs * 2;