3 writes to _rvLa64IdxFPReg
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
895
_rvLa64IdxFPReg
= 0;
1468
_rvLa64IdxFPReg
++;
1485
_rvLa64IdxFPReg
+= cFPRegs;
6 references to _rvLa64IdxFPReg
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (6)
1451
if ((1 +
_rvLa64IdxFPReg
<= _transitionBlock.NumArgumentRegisters) && (1 + _rvLa64IdxGenReg <= _transitionBlock.NumArgumentRegisters))
1454
_argLocDescForStructInRegs.m_idxFloatReg =
_rvLa64IdxFPReg
;
1466
: _transitionBlock.OffsetOfFloatArgumentRegisters +
_rvLa64IdxFPReg
* _transitionBlock.FloatRegisterSize;
1473
else if (cFPRegs +
_rvLa64IdxFPReg
<= _transitionBlock.NumArgumentRegisters)
1475
int argOfsInner = _transitionBlock.OffsetOfFloatArgumentRegisters +
_rvLa64IdxFPReg
* _transitionBlock.FloatRegisterSize;
1481
_argLocDescForStructInRegs.m_idxFloatReg =
_rvLa64IdxFPReg
;