Lines Matching defs:RegI
822 unsigned RegI = 0, RegF = 0;
862 RegI = 2;
870 RegI += 1;
884 // RegI=10/RegF=8/CR=1/H=1, we end up with SavSZ = 216, which should
887 // case for RegI=1 CR=1, that would start with a
892 if (Location != IntRegs || Inst.Offset != 8 * RegI ||
893 Inst.Register != 19 + RegI)
895 RegI += 2;
898 if (Location != IntRegs || Inst.Offset != 8 * RegI)
900 if (Inst.Register == 19 + RegI)
901 RegI += 1;
910 if (Location != IntRegs || Inst.Offset != 8 * RegI ||
911 Inst.Register != 19 + RegI)
913 RegI += 1;
923 Inst.Offset != 8 * (RegI + (StandaloneLR ? 1 : 0) + RegF))
938 Inst.Offset != 8 * (RegI + (StandaloneLR ? 1 : 0) + RegF))
945 RegI += 2;
1030 if (RegI > 10 || RegF > 8)
1051 int IntSZ = 8 * RegI;
1074 info->PackedInfo |= (RegI & 0xF) << 16;