Lines Matching refs:RegF
822 unsigned RegI = 0, RegF = 0;
884 // RegI=10/RegF=8/CR=1/H=1, we end up with SavSZ = 216, which should
922 if (Location != FloatRegs || RegF == 0 || Inst.Register != 8 + RegF ||
923 Inst.Offset != 8 * (RegI + (StandaloneLR ? 1 : 0) + RegF))
925 RegF += 1;
932 RegF = 2;
937 Inst.Register != 8 + RegF ||
938 Inst.Offset != 8 * (RegI + (StandaloneLR ? 1 : 0) + RegF))
940 RegF += 2;
947 RegF += 2;
1030 if (RegI > 10 || RegF > 8)
1054 int FpSZ = 8 * RegF; // RegF not yet decremented
1065 assert(RegF != 1 && "One single float reg not allowed");
1066 if (RegF > 0)
1067 RegF--; // Convert from actual number of registers, to value stored
1073 info->PackedInfo |= (RegF & 0x7) << 13;