3 writes to _rvLa64IdxFPReg
Microsoft.Diagnostics.DataContractReader.Contracts (3)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (3)
744
_rvLa64IdxFPReg
= 0;
1316
_rvLa64IdxFPReg
++;
1333
_rvLa64IdxFPReg
+= cFPRegs;
6 references to _rvLa64IdxFPReg
Microsoft.Diagnostics.DataContractReader.Contracts (6)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (6)
1299
if ((1 +
_rvLa64IdxFPReg
<= _transitionBlock.NumArgumentRegisters) && (1 + _rvLa64IdxGenReg <= _transitionBlock.NumArgumentRegisters))
1302
_argLocDescForStructInRegs.m_idxFloatReg =
_rvLa64IdxFPReg
;
1314
: _transitionBlock.OffsetOfFloatArgumentRegisters +
_rvLa64IdxFPReg
* _transitionBlock.FloatRegisterSize;
1321
else if (cFPRegs +
_rvLa64IdxFPReg
<= _transitionBlock.NumArgumentRegisters)
1323
int argOfsInner = _transitionBlock.OffsetOfFloatArgumentRegisters +
_rvLa64IdxFPReg
* _transitionBlock.FloatRegisterSize;
1329
_argLocDescForStructInRegs.m_idxFloatReg =
_rvLa64IdxFPReg
;