Some instructions expand to more than one decoder group.
This has been hitherto ignored, but is handled with this patch.
- Changes in getNumDecoderSlots() is an NFC pre-patch. Since we changed NumMicroOps to reflect the number of decoder slots used, that value can be used directly here now. This could be committed by itself...
- Cracked grouping SchedWrite removed from older subtargets (unused). Could also be committed beforehand.
- Change name from GroupAlone[12] to Expanded[12] ?
That first if is now redundant, right?