3 writes to _rvLa64IdxFPReg
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
895
_rvLa64IdxFPReg
= 0;
1502
_rvLa64IdxFPReg
++;
1519
_rvLa64IdxFPReg
+= cFPRegs;
6 references to _rvLa64IdxFPReg
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (6)
1485
if ((1 +
_rvLa64IdxFPReg
<= _transitionBlock.NumArgumentRegisters) && (1 + _rvLa64IdxGenReg <= _transitionBlock.NumArgumentRegisters))
1488
_argLocDescForStructInRegs.m_idxFloatReg =
_rvLa64IdxFPReg
;
1500
: _transitionBlock.OffsetOfFloatArgumentRegisters +
_rvLa64IdxFPReg
* _transitionBlock.FloatRegisterSize;
1507
else if (cFPRegs +
_rvLa64IdxFPReg
<= _transitionBlock.NumArgumentRegisters)
1509
int argOfsInner = _transitionBlock.OffsetOfFloatArgumentRegisters +
_rvLa64IdxFPReg
* _transitionBlock.FloatRegisterSize;
1515
_argLocDescForStructInRegs.m_idxFloatReg =
_rvLa64IdxFPReg
;