This is NFC but prevents assertions when PartialMappingIdx is tablegen-erated.
The assumptions were:
- FirstGPR is 0
- FirstGPR is the first of the First* enumerators.
GPR32 is changed to 1 to demonstrate that assumption #1 is fixed. #2 will
be covered by a subsequent patch that tablegen-erates information and swaps
the order of GPR and FPR as a side effect.
Depends on D27336
Use AArch64::PartialMappingIdx_Min in both places for consistency.